[bitnami/oauth2-proxy] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33416)

This commit is contained in:
Javier J. Salmerón García
2025-05-06 17:01:42 +02:00
committed by GitHub
parent 4a0c8c63b7
commit 4d0bf5daa6
4 changed files with 12 additions and 12 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 6.2.12 (2025-04-28)
## 6.2.13 (2025-05-06)
* [bitnami/oauth2-proxy] Release 6.2.12 ([#33229](https://github.com/bitnami/charts/pull/33229))
* [bitnami/oauth2-proxy] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33416](https://github.com/bitnami/charts/pull/33416))
## <small>6.2.12 (2025-04-28)</small>
* [bitnami/oauth2-proxy] Release 6.2.12 (#33229) ([4cda3c6](https://github.com/bitnami/charts/commit/4cda3c63f74239944e3cd4f2ab20f43c2395125e)), closes [#33229](https://github.com/bitnami/charts/issues/33229)
## <small>6.2.11 (2025-04-02)</small>
+4 -4
View File
@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.13.3
version: 20.13.4
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:18a097498fa3a650f93fa7d5ec52713b4d08d8ddfda23dcf039a6fbefdf8e0b4
generated: "2025-04-28T18:06:48.995285758Z"
version: 2.31.0
digest: sha256:f66e36628e6e3cd92e6f5ecd95854e5e3f8679a19f6e6176a912baa5ef5d2981
generated: "2025-05-06T10:50:37.877860277+02:00"
+1 -1
View File
@@ -36,4 +36,4 @@ maintainers:
name: oauth2-proxy
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy
version: 6.2.12
version: 6.2.13
+1 -5
View File
@@ -20,7 +20,7 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
{{- end }}
spec:
{{- if and .Values.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- end }}
rules:
@@ -32,9 +32,7 @@ spec:
{{- toYaml .Values.ingress.extraPaths | nindent 10 }}
{{- end }}
- path: {{ .Values.ingress.path }}
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
pathType: {{ .Values.ingress.pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- range .Values.ingress.extraHosts }}
@@ -42,9 +40,7 @@ spec:
http:
paths:
- path: {{ default "/" .path }}
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
pathType: {{ default "ImplementationSpecific" .pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- if .Values.ingress.extraRules }}