Skip to content

Commit

Permalink
Configure gsoci.azurecr.io as the registry to use by default (#248)
Browse files Browse the repository at this point in the history
* Update default registry domain in values.yaml

* Update changelog
  • Loading branch information
marians authored Dec 19, 2023
1 parent fb4937f commit c4f94ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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 c4f94ff

Please sign in to comment.