Skip to content

Commit

Permalink
Merge branch 'master' into irsamig
Browse files Browse the repository at this point in the history
  • Loading branch information
Berk Dehrioglu authored Jan 2, 2024
2 parents 5f95b86 + 9e21bf5 commit 96c608e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
architect: giantswarm/architect@4.35.6
architect: giantswarm/architect@4.37.0

workflows:
build:
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Configure `gsoci.azurecr.io` as the default container image registry.

### Fixed

- Remove unnecessary finalizers from configmap and AWSCluster.
Expand Down Expand Up @@ -77,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add necessary values for PSS policy warnings.
- Add necessary values for PSS policy warnings.

## [0.8.0] - 2023-05-08

Expand Down Expand Up @@ -154,7 +158,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add VerticalPodAutoscaler CR.
- Add IAM role creation for bastion node.


## [0.3.2] - 2022-03-03

- Added to `aws-app-collection`.
Expand Down
4 changes: 2 additions & 2 deletions helm/capa-iam-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
name: "giantswarm/capa-iam-operator"
tag: "[[ .Version ]]"
registry:
domain: docker.io
domain: gsoci.azurecr.io

pod:
user:
Expand All @@ -37,7 +37,7 @@ securityContext:
type: RuntimeDefault
capabilities:
drop:
- ALL
- ALL

global:
podSecurityStandards:
Expand Down

0 comments on commit 96c608e

Please sign in to comment.