We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c0b24 commit 85a227cCopy full SHA for 85a227c
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Set `gsoci.azurecr.io` as the default container registry for this app's image(s).
13
14
## [6.10.1] - 2023-11-22
15
16
### Fixed
helm/app-operator/values.yaml
@@ -28,7 +28,7 @@ groupID: 1000
28
replicas: 1
29
30
registry:
31
- domain: docker.io
+ domain: gsoci.azurecr.io
32
33
image:
34
repository: giantswarm/app-operator
0 commit comments