Skip to content

Commit

Permalink
Configure gsoci.azurecr.io as the registry to use by default (#55)
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 18, 2023
1 parent a9b655e commit 1816ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Configure `gsoci.azurecr.io` as the default container image registry.
- Abstract managementcluster (refactoring).
- Enforce encryption in transit for s3 Buckets.

Expand Down
2 changes: 1 addition & 1 deletion helm/object-storage-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
enforced: false

image:
registry: docker.io
registry: gsoci.azurecr.io
repository: "giantswarm/object-storage-operator"
tag: ""

Expand Down

0 comments on commit 1816ac6

Please sign in to comment.