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

This commit is contained in:
Javier J. Salmerón García
2025-05-06 16:02:07 +02:00
committed by GitHub
parent d275c7622e
commit f20b26755c
4 changed files with 11 additions and 11 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 0.4.1 (2025-05-02)
## 0.4.2 (2025-05-06)
* [bitnami/neo4j] Release 0.4.1 ([#33307](https://github.com/bitnami/charts/pull/33307))
* [bitnami/neo4j] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33411](https://github.com/bitnami/charts/pull/33411))
## <small>0.4.1 (2025-05-02)</small>
* [bitnami/neo4j] Release 0.4.1 (#33307) ([e1f95c2](https://github.com/bitnami/charts/commit/e1f95c2e61edb3ab20146965a5c579f1d56a10eb)), closes [#33307](https://github.com/bitnami/charts/issues/33307)
## 0.4.0 (2025-04-04)
+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-05-02T09:32:51.379513758Z"
version: 2.31.0
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
generated: "2025-05-06T10:46:45.948970918+02:00"
+1 -1
View File
@@ -36,4 +36,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/neo4j
- https://github.com/bitnami/containers/tree/main/bitnami/neo4j
- https://github.com/neo4j/neo4j
version: 0.4.1
version: 0.4.2
+1 -5
View File
@@ -16,7 +16,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:
@@ -28,9 +28,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 }}
@@ -38,9 +36,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 }}