[bitnami/jenkins] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33377)

This commit is contained in:
Javier J. Salmerón García
2025-05-06 17:28:00 +02:00
committed by GitHub
parent 12ee35a725
commit 66a0b1d098
4 changed files with 11 additions and 11 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 13.6.5 (2025-04-30)
## 13.6.6 (2025-05-06)
* [bitnami/jenkins] Release 13.6.5 ([#33271](https://github.com/bitnami/charts/pull/33271))
* [bitnami/jenkins] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33377](https://github.com/bitnami/charts/pull/33377))
## <small>13.6.5 (2025-04-30)</small>
* [bitnami/jenkins] Release 13.6.5 (#33271) ([8aaf090](https://github.com/bitnami/charts/commit/8aaf090090c351a94314e437d70bf7c5e2f19856)), closes [#33271](https://github.com/bitnami/charts/issues/33271)
## <small>13.6.4 (2025-04-30)</small>
+3 -3
View File
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.2
digest: sha256:85748f67a5f7d7b1d8e36608bb0aae580ed522f65e17def2ccc88a5285992445
generated: "2025-04-30T15:46:52.71315964Z"
version: 2.31.0
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
generated: "2025-05-06T10:22:20.111247635+02:00"
+1 -1
View File
@@ -36,4 +36,4 @@ maintainers:
name: jenkins
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jenkins
version: 13.6.5
version: 13.6.6
+1 -5
View File
@@ -15,7 +15,7 @@ metadata:
annotations: {{- 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:
@@ -27,9 +27,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 }}
@@ -37,9 +35,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 }}