Skip to content

Commit

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

* Update changelog

* Fix CHANGELOG.md
  • Loading branch information
marians authored Dec 20, 2023
1 parent 7ee6bd4 commit 0c2ee5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Changed

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

## [3.1.1] - 2023-12-05

### Changed
Expand Down Expand Up @@ -652,5 +656,4 @@ We check progress in the next reconciliation loop. ([#362](https://github.com/gi
[v0.12.1]: https://github.com/giantswarm/chart-operator/compare/v0.12.0...v0.12.1
[v0.12.0]: https://github.com/giantswarm/chart-operator/compare/v0.8.0...v0.12.0
[v0.8.0]: https://github.com/giantswarm/chart-operator/compare/v0.7.0...v0.8.0

[v0.7.0]: https://github.com/giantswarm/chart-operator/releases/tag/v0.7.0
2 changes: 1 addition & 1 deletion helm/chart-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ image:
tag: "[[ .Version ]]"

registry:
domain: docker.io
domain: gsoci.azurecr.io

pod:
user:
Expand Down

0 comments on commit 0c2ee5b

Please sign in to comment.