mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 12:55:41 +08:00
[bitnami/cadvisor] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33340)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.2 (2025-04-15)
|
||||
## 0.1.3 (2025-05-06)
|
||||
|
||||
* [bitnami/cadvisor] Release 0.1.2 ([#33011](https://github.com/bitnami/charts/pull/33011))
|
||||
* [bitnami/cadvisor] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33340](https://github.com/bitnami/charts/pull/33340))
|
||||
|
||||
## <small>0.1.2 (2025-04-15)</small>
|
||||
|
||||
* [bitnami/cadvisor] Release 0.1.2 (#33011) ([ab8bedd](https://github.com/bitnami/charts/commit/ab8bedd06117288192f11747787f287afe212c76)), closes [#33011](https://github.com/bitnami/charts/issues/33011)
|
||||
|
||||
## <small>0.1.1 (2025-04-15)</small>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.30.0
|
||||
digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169
|
||||
generated: "2025-02-20T09:19:26.026522991Z"
|
||||
version: 2.31.0
|
||||
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
|
||||
generated: "2025-05-06T09:54:35.403333347+02:00"
|
||||
|
||||
@@ -29,4 +29,4 @@ maintainers:
|
||||
name: cadvisor
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/cadvisor
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
@@ -17,7 +17,7 @@ metadata:
|
||||
annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if and .Values.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
|
||||
{{- if .Values.ingress.ingressClassName }}
|
||||
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
|
||||
{{- end }}
|
||||
rules:
|
||||
@@ -29,9 +29,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" "http" "context" $) | nindent 14 }}
|
||||
{{- else if .Values.ingress.path }}
|
||||
- http:
|
||||
@@ -40,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 "common.names.fullname" .) "servicePort" "http" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- range .Values.ingress.extraHosts }}
|
||||
@@ -50,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 "common.names.fullname" $) "servicePort" "http" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- if .Values.ingress.extraRules }}
|
||||
|
||||
Reference in New Issue
Block a user