Skip to content

Commit

Permalink
Configure gsoci.azurecr.io as the registry to use by default (#429)
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 79cea8f commit 22db932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Configure `gsoci.azurecr.io` as the default container image registry.
- Update `chart-operator` to version `3.1.0`.

## [2.17.0] - 2023-11-15
Expand Down Expand Up @@ -62,8 +63,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.12.0] - 2023-07-04

## [2.12.0] - 2023-07-04

### Changed

- Updated default `securityContext` values to comply with PSS policies.
Expand Down Expand Up @@ -144,7 +143,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `secret/cluster-values` will be now generated for `capa`.
- Configure `chart-operator` to run in private cloud enviroment withou direct direct internet access.


## [2.5.0] - 2022-11-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-apps-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ project:
commit: "[[ .SHA ]]"

registry:
domain: docker.io
domain: gsoci.azurecr.io
mirrors:
- giantswarm.azurecr.io
pullSecret:
Expand Down

0 comments on commit 22db932

Please sign in to comment.