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

This commit is contained in:
Javier J. Salmerón García
2025-05-06 17:40:14 +02:00
committed by GitHub
parent 8512cf8153
commit 20e8c18fa5
4 changed files with 11 additions and 11 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 5.1.27 (2025-05-05)
## 5.1.28 (2025-05-06)
* [bitnami/concourse] Release 5.1.27 ([#33328](https://github.com/bitnami/charts/pull/33328))
* [bitnami/concourse] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33348](https://github.com/bitnami/charts/pull/33348))
## <small>5.1.27 (2025-05-05)</small>
* [bitnami/concourse] Release 5.1.27 (#33328) ([32a1154](https://github.com/bitnami/charts/commit/32a11548d42e2faa90ca978552d0831c17da3b53)), closes [#33328](https://github.com/bitnami/charts/issues/33328)
## <small>5.1.26 (2025-04-29)</small>
+3 -3
View File
@@ -4,6 +4,6 @@ dependencies:
version: 16.6.6
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:db71a939e647859791e8f004723ce73208f984942585071cd22aafcb9d318628
generated: "2025-04-25T14:52:18.079015297Z"
version: 2.31.0
digest: sha256:9d6ed6e8ab6113f921f3188f48ef1613fdd1b4e4f10f516230cebd943972d42a
generated: "2025-05-06T10:00:30.500389209+02:00"
+1 -1
View File
@@ -40,4 +40,4 @@ maintainers:
name: concourse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/concourse
version: 5.1.27
version: 5.1.28
+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 "concourse.web.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 "concourse.web.fullname" $) "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- if .Values.ingress.extraRules }}