Skip to content

Commit 81620fd

Browse files
Merge pull request #367 from FieteO/global-imageregistry
feat!: separate image.repository into (image.registry / image.repository) and support .global.imageRegistry
2 parents 80537d2 + 916a59b commit 81620fd

File tree

4 files changed

+111
-100
lines changed

4 files changed

+111
-100
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 8.5.1
2+
version: 9.0.0
33
apiVersion: v2
44
appVersion: 7.13.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -31,8 +31,8 @@ maintainers:
3131
kubeVersion: ">=1.16.0-0"
3232
annotations:
3333
artifacthub.io/changes: |
34-
- kind: added
35-
description: Add HTTPRoutes for Gateway API support
34+
- kind: changed
35+
description: Breaking change: Separate image.repository into (image.registry / image.repository) and support .global.imageRegistry
3636
links:
3737
- name: Github PR
38-
url: https://github.com/oauth2-proxy/manifests/pull/369
38+
url: https://github.com/oauth2-proxy/manifests/pull/367

0 commit comments

Comments
 (0)