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

This commit is contained in:
Javier J. Salmerón García
2025-05-06 10:20:02 +02:00
committed by GitHub
parent 1209c0f3ad
commit 261a2519c5
4 changed files with 13 additions and 13 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 5.2.10 (2025-04-30)
## 5.2.11 (2025-05-06)
* [bitnami/appsmith] Release 5.2.10 ([#33257](https://github.com/bitnami/charts/pull/33257))
* [bitnami/appsmith] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33336](https://github.com/bitnami/charts/pull/33336))
## <small>5.2.10 (2025-04-30)</small>
* [bitnami/appsmith] Release 5.2.10 (#33257) ([44d74a1](https://github.com/bitnami/charts/commit/44d74a1ff9979f9112cb4663f092d31b445ea5b8)), closes [#33257](https://github.com/bitnami/charts/issues/33257)
## <small>5.2.9 (2025-04-24)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.13.3
version: 20.13.4
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.5.3
version: 16.5.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:6d1c4a54f4cb28d885dae619ef6f4ffe0ecc7a6d13b3bfe769275f77c4ac429a
generated: "2025-04-30T06:40:30.298186515Z"
version: 2.31.0
digest: sha256:1566b0b03f6cb35d1e1d48553fc77600de4581715667a9ac08641858e8da9f1a
generated: "2025-05-06T09:51:34.18454322+02:00"

View File

@@ -40,4 +40,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 5.2.10
version: 5.2.11

View File

@@ -16,7 +16,7 @@ metadata:
annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
{{- end }}
spec:
{{- if and .Values.client.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
{{- if .Values.client.ingress.ingressClassName }}
ingressClassName: {{ .Values.client.ingress.ingressClassName | quote }}
{{- end }}
rules:
@@ -28,9 +28,7 @@ spec:
{{- toYaml .Values.client.ingress.extraPaths | nindent 10 }}
{{- end }}
- path: {{ .Values.client.ingress.path }}
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
pathType: {{ .Values.client.ingress.pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- range .Values.client.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.client.ingress.extraRules }}