mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 12:55:41 +08:00
[bitnami/chainloop] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33343)
* [bitnami/chainloop] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> * Update hpa.yaml Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Fix HPA Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com> * chore: 🔧 Bump chart version Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
This commit is contained in:
co-authored by
Bitnami Bot
Fran Mulero
parent
6924c7cec1
commit
ad1a8c784c
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 3.0.1 (2025-05-07)
|
||||
## 3.0.2 (2025-05-07)
|
||||
|
||||
* [bitnami/chainloop] Release 3.0.1 ([#33472](https://github.com/bitnami/charts/pull/33472))
|
||||
* [bitnami/chainloop] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33343](https://github.com/bitnami/charts/pull/33343))
|
||||
|
||||
## <small>3.0.1 (2025-05-07)</small>
|
||||
|
||||
* [bitnami/chainloop] Release 3.0.1 (#33472) ([f25f59e](https://github.com/bitnami/charts/commit/f25f59e33c8f5527df67e52b46b9396337a21828)), closes [#33472](https://github.com/bitnami/charts/issues/33472)
|
||||
|
||||
## 3.0.0 (2025-05-05)
|
||||
|
||||
|
||||
@@ -65,4 +65,4 @@ sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-control-plane-migrations
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-artifact-cas
|
||||
- https://github.com/chainloop-dev/chainloop
|
||||
version: 3.0.1
|
||||
version: 3.0.2
|
||||
|
||||
@@ -21,7 +21,7 @@ metadata:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if and .Values.cas.ingressAPI.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
|
||||
{{- if .Values.cas.ingressAPI.ingressClassName }}
|
||||
ingressClassName: {{ .Values.cas.ingressAPI.ingressClassName | quote }}
|
||||
{{- end }}
|
||||
rules:
|
||||
@@ -33,9 +33,7 @@ spec:
|
||||
{{- toYaml .Values.cas.ingressAPI.extraPaths | nindent 10 }}
|
||||
{{- end }}
|
||||
- path: {{ .Values.cas.ingressAPI.path }}
|
||||
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
|
||||
pathType: {{ .Values.cas.ingressAPI.pathType }}
|
||||
{{- end }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" $fullName "servicePort" "grpc" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- range .Values.cas.ingressAPI.extraHosts }}
|
||||
@@ -43,9 +41,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" $fullName "servicePort" "grpc" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- if .Values.cas.ingressAPI.extraRules }}
|
||||
|
||||
@@ -21,7 +21,7 @@ metadata:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if and .Values.cas.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
|
||||
{{- if .Values.cas.ingress.ingressClassName }}
|
||||
ingressClassName: {{ .Values.cas.ingress.ingressClassName | quote }}
|
||||
{{- end }}
|
||||
rules:
|
||||
@@ -33,9 +33,7 @@ spec:
|
||||
{{- toYaml .Values.cas.ingress.extraPaths | nindent 10 }}
|
||||
{{- end }}
|
||||
- path: {{ .Values.cas.ingress.path }}
|
||||
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
|
||||
pathType: {{ .Values.cas.ingress.pathType }}
|
||||
{{- end }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" $fullName "servicePort" "http" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- range .Values.cas.ingress.extraHosts }}
|
||||
@@ -43,9 +41,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" $fullName "servicePort" "http" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- if .Values.cas.ingress.extraRules }}
|
||||
|
||||
@@ -21,7 +21,7 @@ metadata:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if and .Values.controlplane.ingressAPI.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
|
||||
{{- if .Values.controlplane.ingressAPI.ingressClassName }}
|
||||
ingressClassName: {{ .Values.controlplane.ingressAPI.ingressClassName | quote }}
|
||||
{{- end }}
|
||||
rules:
|
||||
@@ -33,9 +33,7 @@ spec:
|
||||
{{- toYaml .Values.controlplane.ingressAPI.extraPaths | nindent 10 }}
|
||||
{{- end }}
|
||||
- path: {{ .Values.controlplane.ingressAPI.path }}
|
||||
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
|
||||
pathType: {{ .Values.controlplane.ingressAPI.pathType }}
|
||||
{{- end }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" $fullName "servicePort" "grpc" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- range .Values.controlplane.ingressAPI.extraHosts }}
|
||||
@@ -43,9 +41,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" $fullName "servicePort" "grpc" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controlplane.ingressAPI.extraRules }}
|
||||
|
||||
@@ -21,7 +21,7 @@ metadata:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if and .Values.controlplane.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
|
||||
{{- if .Values.controlplane.ingress.ingressClassName }}
|
||||
ingressClassName: {{ .Values.controlplane.ingress.ingressClassName | quote }}
|
||||
{{- end }}
|
||||
rules:
|
||||
@@ -33,9 +33,7 @@ spec:
|
||||
{{- toYaml .Values.controlplane.ingress.extraPaths | nindent 10 }}
|
||||
{{- end }}
|
||||
- path: {{ .Values.controlplane.ingress.path }}
|
||||
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
|
||||
pathType: {{ .Values.controlplane.ingress.pathType }}
|
||||
{{- end }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" $fullName "servicePort" "http" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- range .Values.controlplane.ingress.extraHosts }}
|
||||
@@ -43,9 +41,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" $fullName "servicePort" "http" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controlplane.ingress.extraRules }}
|
||||
|
||||
Reference in New Issue
Block a user