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

This commit is contained in:
Javier J. Salmerón García
2025-05-06 17:36:17 +02:00
committed by GitHub
parent 6850abe386
commit 609e1db564
4 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
# Changelog # Changelog
## 22.2.15 (2025-04-25) ## 22.2.16 (2025-05-06)
* [bitnami/ghost] Release 22.2.15 ([#33187](https://github.com/bitnami/charts/pull/33187)) * [bitnami/ghost] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33364](https://github.com/bitnami/charts/pull/33364))
## <small>22.2.15 (2025-04-25)</small>
* [bitnami/ghost] Release 22.2.15 (#33187) ([019ff0a](https://github.com/bitnami/charts/commit/019ff0ab43d28fe671817c899857fef90b48c746)), closes [#33187](https://github.com/bitnami/charts/issues/33187)
## <small>22.2.14 (2025-04-18)</small> ## <small>22.2.14 (2025-04-18)</small>

View File

@@ -4,6 +4,6 @@ dependencies:
version: 12.3.4 version: 12.3.4
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0 version: 2.31.0
digest: sha256:2ccfd16724aa5430fbf3d1226e9e2b590e030103b688aa0390c34f7aaa00e2b7 digest: sha256:6576509a555a2eff2a0154377ac40deda22e3b3ea6a09f73adfa6aac4cdb7c45
generated: "2025-04-18T18:25:26.984150782Z" generated: "2025-05-06T10:12:24.773486642+02:00"

View File

@@ -41,4 +41,4 @@ maintainers:
name: ghost name: ghost
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ghost - https://github.com/bitnami/charts/tree/main/bitnami/ghost
version: 22.2.15 version: 22.2.16

View File

@@ -19,7 +19,7 @@ metadata:
{{- end }} {{- end }}
{{- end }} {{- end }}
spec: spec:
{{- if and .Values.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }} {{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }} ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- end }} {{- end }}
rules: rules:
@@ -31,9 +31,7 @@ spec:
{{- toYaml .Values.ingress.extraPaths | nindent 10 }} {{- toYaml .Values.ingress.extraPaths | nindent 10 }}
{{- end }} {{- end }}
- path: {{ .Values.ingress.path }} - path: {{ .Values.ingress.path }}
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
pathType: {{ .Values.ingress.pathType }} pathType: {{ .Values.ingress.pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" (ternary "https" "http" $.Values.ghostEnableHttps) "context" $) | nindent 14 }} backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" (ternary "https" "http" $.Values.ghostEnableHttps) "context" $) | nindent 14 }}
{{- end }} {{- end }}
{{- range .Values.ingress.extraHosts }} {{- range .Values.ingress.extraHosts }}
@@ -41,9 +39,7 @@ spec:
http: http:
paths: paths:
- path: {{ default "/" .path }} - path: {{ default "/" .path }}
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
pathType: {{ default "ImplementationSpecific" .pathType }} pathType: {{ default "ImplementationSpecific" .pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" (ternary "https" "http" $.Values.ghostEnableHttps) "context" $) | nindent 14 }} backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" (ternary "https" "http" $.Values.ghostEnableHttps) "context" $) | nindent 14 }}
{{- end }} {{- end }}
{{- if .Values.ingress.extraRules }} {{- if .Values.ingress.extraRules }}