Skip to content

Commit

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

* Update CHANGELOG.md
  • Loading branch information
marians authored Dec 19, 2023
1 parent 6bb9cc9 commit 097dd6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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.

### Added

- Add team label in resources.
Expand Down
6 changes: 3 additions & 3 deletions helm/cluster-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ project:
commit: "[[ .SHA ]]"

registry:
domain: docker.io
domain: gsoci.azurecr.io
mirrors:
- giantswarm.azurecr.io
- giantswarm.azurecr.io
pullSecret:
dockerConfigJSON: ""

Expand Down Expand Up @@ -75,4 +75,4 @@ securityContext:
type: RuntimeDefault
capabilities:
drop:
- ALL
- ALL

0 comments on commit 097dd6b

Please sign in to comment.