Skip to content

Commit

Permalink
Configure gsoci.azurecr.io as the registry to use by default (#33)
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 13, 2023
1 parent c92f54a commit 99ec115
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.3.4] - 2021-10-12

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

pod:
user:
Expand Down

0 comments on commit 99ec115

Please sign in to comment.