[bitnami/argo-workflows] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33338)

This commit is contained in:
Javier J. Salmerón García
2025-05-06 17:45:20 +02:00
committed by GitHub
parent 7e86538d48
commit ff43ddf1d8
4 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 11.1.13 (2025-04-29)
## 11.1.14 (2025-05-06)
* [bitnami/argo-workflows] Release 11.1.13 ([#33251](https://github.com/bitnami/charts/pull/33251))
* [bitnami/argo-workflows] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33338](https://github.com/bitnami/charts/pull/33338))
## <small>11.1.13 (2025-04-29)</small>
* [bitnami/argo-workflows] Release 11.1.13 (#33251) ([3486155](https://github.com/bitnami/charts/commit/348615503d4c72ad09bc8a1e0ba20db2df83823d)), closes [#33251](https://github.com/bitnami/charts/issues/33251)
## <small>11.1.12 (2025-04-28)</small>

View File

@@ -7,6 +7,6 @@ dependencies:
version: 12.3.4
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:57f7f9419a71c54889d612636674fa8f28e0af45def0f2d17fcba4612be57415
generated: "2025-04-28T19:14:48.943339284Z"
version: 2.31.0
digest: sha256:0571a4824e7eeb549019e676eea81956477f39e8513984de40956ff7dc6b193b
generated: "2025-05-06T09:53:07.790965002+02:00"

View File

@@ -43,4 +43,4 @@ maintainers:
name: argo-workflows
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows
version: 11.1.13
version: 11.1.14

View File

@@ -26,7 +26,7 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
{{- end }}
spec:
{{- if and .Values.ingress.ingressClassName }}
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- end }}
rules:
@@ -38,9 +38,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 "argo-workflows.server.fullname" .) "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- range .Values.ingress.extraHosts }}
@@ -48,9 +46,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 "argo-workflows.server.fullname" $) "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- if .Values.ingress.extraRules }}