Skip to content

Commit

Permalink
Configure gsoci.azurecr.io as the registry to use by default (#102)
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 6, 2023
1 parent a41ae89 commit 9293eea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 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.

## [0.12.0] - 2023-12-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion helm/dex-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ image:
name: "giantswarm/dex-operator"
tag: "[[ .Version ]]"
registry:
domain: docker.io
domain: gsoci.azurecr.io

pod:
user:
Expand Down

0 comments on commit 9293eea

Please sign in to comment.