Skip to content

Commit

Permalink
Use gsoci.azurecr.io container registry (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiunchinho authored Jan 18, 2024
1 parent 01d83b9 commit 14edd69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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

- Set container registry to `gsoci.azurecr.io` in values.yaml.

## [0.19.0] - 2024-01-17

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

# -- Agent container image.
image:
registry: docker.io
registry: gsoci.azurecr.io
override: ~
repository: "giantswarm/cilium"
tag: "v1.14.5"
Expand Down
6 changes: 3 additions & 3 deletions vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: run schema gen
sha: 4c978e0ab57789c3fc253e9a37573dbdbddd733d
commitTitle: Use gsoci.azurecr.io container registry
sha: 82f50123b03c35c3d964a036679c4d9a17d661c8
tags:
- v1.14.3-255-g4c978e0ab5
- v1.14.3-256-g82f50123b0
path: cilium
path: vendor
- contents:
Expand Down

0 comments on commit 14edd69

Please sign in to comment.