Skip to content

Commit

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

* Update changelog

* Revert indentation change

* Revert indentation change
  • Loading branch information
marians authored Jan 4, 2024
1 parent 99b1910 commit e897ca8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion 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.6.6] - 2023-10-30

### Added
Expand All @@ -32,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Raise WATCHDOG_OVERLOAD_TOLERANCE from 2 to 5 to be more tolerant on desired shards.

## [0.6.3] - 2023-09-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/prometheus-agent/charts/prometheus-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global:
image:
registry: docker.io
registry: gsoci.azurecr.io

image:
name: giantswarm/prometheus
Expand Down
2 changes: 1 addition & 1 deletion helm/prometheus-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global:
image:
registry: docker.io
registry: gsoci.azurecr.io
remoteWrite: []
# - name: "" # Name of the remote write integration
# url: "" # URL to send data to
Expand Down

0 comments on commit e897ca8

Please sign in to comment.