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

This commit is contained in:
Javier J. Salmerón García
2025-05-06 11:51:54 +02:00
committed by GitHub
parent 61a111923d
commit 62bad3d380
4 changed files with 12 additions and 12 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 32.2.3 (2025-04-21)
## 32.2.4 (2025-05-06)
* [bitnami/redmine] Release 32.2.3 ([#33093](https://github.com/bitnami/charts/pull/33093))
* [bitnami/redmine] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33430](https://github.com/bitnami/charts/pull/33430))
## <small>32.2.3 (2025-04-21)</small>
* [bitnami/redmine] Release 32.2.3 (#33093) ([baa8b99](https://github.com/bitnami/charts/commit/baa8b99c67065cfb9647613242022b4ed0a47ecb)), closes [#33093](https://github.com/bitnami/charts/issues/33093)
## <small>32.2.2 (2025-04-20)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.6.3
version: 16.6.6
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.4.3
version: 20.5.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:68208aa38636ee515cf2c973da91923b3ac7f485fe90041c0a4faf5ea8624859
generated: "2025-04-21T10:43:49.911919397Z"
version: 2.31.0
digest: sha256:f0829b438bb10a80788488ad2cab0ac6fd20927d519b230d73901fb440e5d4c3
generated: "2025-05-06T11:00:55.149955284+02:00"

View File

@@ -44,4 +44,4 @@ maintainers:
name: redmine
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redmine
version: 32.2.3
version: 32.2.4

View File

@@ -34,9 +34,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 }}
@@ -44,9 +42,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 }}