Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Configure gsoci.azurecr.io as the registry to use by default #141

Merged
merged 5 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

## [1.4.1] - 2023-12-05

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/promtail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ promtail:

image:
# -- The Docker registry
registry: docker.io
registry: gsoci.azurecr.io
# -- Docker image repository
repository: giantswarm/promtail
# -- Overrides the image tag whose default is the chart's appVersion
Expand Down