Skip to content

Commit 85a227c

Browse files
authored
Configure gsoci.azurecr.io as the registry to use by default (#1229)
* Configure gsoci.azurecr.io as the registry to use by default * Update CHANGELOG.md
1 parent d6c0b24 commit 85a227c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Set `gsoci.azurecr.io` as the default container registry for this app's image(s).
13+
1014
## [6.10.1] - 2023-11-22
1115

1216
### Fixed

helm/app-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ groupID: 1000
2828
replicas: 1
2929

3030
registry:
31-
domain: docker.io
31+
domain: gsoci.azurecr.io
3232

3333
image:
3434
repository: giantswarm/app-operator

0 commit comments

Comments
 (0)