Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt gsoci.azurecr.io oci registry #337

Merged
merged 2 commits into from
Dec 13, 2023
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
1 change: 0 additions & 1 deletion .abs/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ chart-dir: ./helm/kong-app
destination: ./build
# CI overwrites this, check .circleci/config.yaml
catalog-base-url: https://giantswarm.github.io/giantswarm-catalog/
ct-config: ./.circleci/ct-config.yaml
# until we support custom template helper filenames
disable-giantswarm-helm-validator: true
5 changes: 0 additions & 5 deletions .circleci/ct-config.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Changes

- Configure `gsoci.azurecr.io` as the default container image registry.
- Update kubectl-apply-job to 0.7.0 for `gsoci.azurecr.io` container image registry.

## [3.6.1] - 2023-12-11

### Changes
Expand Down
10 changes: 5 additions & 5 deletions helm/kong-app/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.9.13
- name: kubectl-apply-job
repository: https://giantswarm.github.io/giantswarm-playground-catalog
version: 0.6.0
digest: sha256:0c2d305422eab215a4c44a89c0e4cfba43fd2fcd89a53d3ef992dfa9526c127d
generated: "2023-10-05T16:27:58.100212305+02:00"
repository: oci://giantswarmpublic.azurecr.io/giantswarm-playground-catalog
version: 0.7.0
digest: sha256:c35a500c2ec10abc78325ed89588b3416de166d2f786ff572c9824fd3c7557a2
generated: "2023-12-12T16:34:22.530811904+01:00"
6 changes: 3 additions & 3 deletions helm/kong-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ kubeVersion: ">=1.22.0-0"
dependencies:
- name: postgresql
version: 11.9.13
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: kubectl-apply-job
version: "0.6.0"
repository: https://giantswarm.github.io/giantswarm-playground-catalog
version: "0.7.0"
repository: oci://giantswarmpublic.azurecr.io/giantswarm-playground-catalog
2 changes: 1 addition & 1 deletion helm/kong-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ extraLabels: {}

# Specify Kong's Docker image and repository details here
image:
registry: &registry quay.io
registry: &registry gsoci.azurecr.io
repository: giantswarm/kong
tag: "3.5.0"
# Kong Enterprise
Expand Down