mirror of
https://github.com/bitnami/charts.git
synced 2026-04-05 16:57:11 +08:00
[bitnami/ghost] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33364)
This commit is contained in:
committed by
GitHub
parent
6850abe386
commit
609e1db564
@@ -1,8 +1,12 @@
|
||||
# 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>
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 12.3.4
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.30.0
|
||||
digest: sha256:2ccfd16724aa5430fbf3d1226e9e2b590e030103b688aa0390c34f7aaa00e2b7
|
||||
generated: "2025-04-18T18:25:26.984150782Z"
|
||||
version: 2.31.0
|
||||
digest: sha256:6576509a555a2eff2a0154377ac40deda22e3b3ea6a09f73adfa6aac4cdb7c45
|
||||
generated: "2025-05-06T10:12:24.773486642+02:00"
|
||||
|
||||
@@ -41,4 +41,4 @@ maintainers:
|
||||
name: ghost
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
|
||||
version: 22.2.15
|
||||
version: 22.2.16
|
||||
|
||||
@@ -19,7 +19,7 @@ metadata:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if and .Values.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
|
||||
{{- if .Values.ingress.ingressClassName }}
|
||||
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
|
||||
{{- end }}
|
||||
rules:
|
||||
@@ -31,9 +31,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" (ternary "https" "http" $.Values.ghostEnableHttps) "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- range .Values.ingress.extraHosts }}
|
||||
@@ -41,9 +39,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" (ternary "https" "http" $.Values.ghostEnableHttps) "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- if .Values.ingress.extraRules }}
|
||||
|
||||
Reference in New Issue
Block a user