Skip to content

Commit

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

* Update changelog

* Revert whitespace changes

---------

Co-authored-by: Marie Roque <[email protected]>
  • Loading branch information
marians and marieroque authored Jan 24, 2024
1 parent 019543d commit 6d336a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Changed

- Configure `gsoci.azurecr.io` as the default container image registry.

## [8.1.2] - 2024-01-22

### Added
Expand Down Expand Up @@ -530,7 +534,6 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s
- configmapReloadImage `0.0.1` -> `0.3.0`
- hyperkubeImage `1.12.1` -> `1.16.12`


## [0.3.3]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global:
imageRegistry: docker.io
imageRegistry: gsoci.azurecr.io
rbac:
create: true
pspEnabled: true
Expand Down

0 comments on commit 6d336a8

Please sign in to comment.