mirror of https://git.rancher.io/rke2-charts
chore: Bump to latest cilium version on the chart
Made with ❤️️ by updatecli
pull/489/head
parent
ee2e7921dc
commit
1a43e45859
|
@ -2,7 +2,7 @@
|
||||||
+++ charts/Chart.yaml
|
+++ charts/Chart.yaml
|
||||||
@@ -81,8 +81,7 @@
|
@@ -81,8 +81,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.15.6
|
appVersion: 1.15.7
|
||||||
description: eBPF-based Networking, Security, and Observability
|
description: eBPF-based Networking, Security, and Observability
|
||||||
-home: https://cilium.io/
|
-home: https://cilium.io/
|
||||||
-icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg
|
-icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg
|
||||||
|
@ -19,4 +19,4 @@
|
||||||
sources:
|
sources:
|
||||||
-- https://github.com/cilium/cilium
|
-- https://github.com/cilium/cilium
|
||||||
+- https://github.com/rancher/rke2-charts
|
+- https://github.com/rancher/rke2-charts
|
||||||
version: 1.15.6
|
version: 1.15.7
|
||||||
|
|
|
@ -59,16 +59,16 @@
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
env:
|
env:
|
||||||
- name: CGROUP_ROOT
|
- name: CGROUP_ROOT
|
||||||
@@ -527,7 +545,7 @@
|
@@ -529,7 +547,7 @@
|
||||||
- ALL
|
{{- end }}
|
||||||
{{- end}}
|
{{- if .Values.sysctlfix.enabled }}
|
||||||
- name: apply-sysctl-overwrites
|
- name: apply-sysctl-overwrites
|
||||||
- image: {{ include "cilium.image" .Values.image | quote }}
|
- image: {{ include "cilium.image" .Values.image | quote }}
|
||||||
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.image }}"
|
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.image }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
{{- with .Values.initResources }}
|
{{- with .Values.initResources }}
|
||||||
resources:
|
resources:
|
||||||
@@ -576,7 +594,7 @@
|
@@ -578,7 +596,7 @@
|
||||||
# from a privileged container because the mount propagation bidirectional
|
# from a privileged container because the mount propagation bidirectional
|
||||||
# only works from privileged containers.
|
# only works from privileged containers.
|
||||||
- name: mount-bpf-fs
|
- name: mount-bpf-fs
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
{{- with .Values.initResources }}
|
{{- with .Values.initResources }}
|
||||||
resources:
|
resources:
|
||||||
@@ -601,7 +619,7 @@
|
@@ -603,7 +621,7 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and .Values.nodeinit.enabled .Values.nodeinit.bootstrapFile }}
|
{{- if and .Values.nodeinit.enabled .Values.nodeinit.bootstrapFile }}
|
||||||
- name: wait-for-node-init
|
- name: wait-for-node-init
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
{{- with .Values.initResources }}
|
{{- with .Values.initResources }}
|
||||||
resources:
|
resources:
|
||||||
@@ -619,9 +637,11 @@
|
@@ -621,9 +639,11 @@
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: cilium-bootstrap-file-dir
|
- name: cilium-bootstrap-file-dir
|
||||||
mountPath: "/tmp/cilium-bootstrap.d"
|
mountPath: "/tmp/cilium-bootstrap.d"
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
command:
|
command:
|
||||||
- /init-container.sh
|
- /init-container.sh
|
||||||
@@ -693,7 +713,7 @@
|
@@ -695,7 +715,7 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and .Values.waitForKubeProxy (and (ne (toString $kubeProxyReplacement) "strict") (ne (toString $kubeProxyReplacement) "true")) }}
|
{{- if and .Values.waitForKubeProxy (and (ne (toString $kubeProxyReplacement) "strict") (ne (toString $kubeProxyReplacement) "true")) }}
|
||||||
- name: wait-for-kube-proxy
|
- name: wait-for-kube-proxy
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
{{- with .Values.initResources }}
|
{{- with .Values.initResources }}
|
||||||
resources:
|
resources:
|
||||||
@@ -731,7 +751,7 @@
|
@@ -733,7 +753,7 @@
|
||||||
{{- if .Values.cni.install }}
|
{{- if .Values.cni.install }}
|
||||||
# Install the CNI binaries in an InitContainer so we don't have a writable host mount in the agent
|
# Install the CNI binaries in an InitContainer so we don't have a writable host mount in the agent
|
||||||
- name: install-cni-binaries
|
- name: install-cni-binaries
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/cilium"
|
- repository: "quay.io/cilium/cilium"
|
||||||
+ repository: "rancher/mirrored-cilium-cilium"
|
+ repository: "rancher/mirrored-cilium-cilium"
|
||||||
tag: "v1.15.6"
|
tag: "v1.15.7"
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
- # cilium-digest
|
- # cilium-digest
|
||||||
- digest: "sha256:6aa840986a3a9722cd967ef63248d675a87add7e1704740902d5d3162f0c0def"
|
- digest: "sha256:2e432bf6879feb8b891c497d6fd784b13e53456017d2b8e4ea734145f0282ef0"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
|
|
||||||
|
@ -32,8 +32,8 @@
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/certgen"
|
- repository: "quay.io/cilium/certgen"
|
||||||
+ repository: "rancher/mirrored-cilium-certgen"
|
+ repository: "rancher/mirrored-cilium-certgen"
|
||||||
tag: "v0.1.12"
|
tag: "v0.1.13"
|
||||||
- digest: "sha256:bbc5e65e9dc65bc6b58967fe536b7f3b54e12332908aeb0a96a36866b4372b4e"
|
- digest: "sha256:01802e6a153a9473b06ebade7ee5730f8f2c6cc8db8768508161da3cdd778641"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
@ -54,9 +54,9 @@
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/hubble-relay"
|
- repository: "quay.io/cilium/hubble-relay"
|
||||||
+ repository: "rancher/mirrored-cilium-hubble-relay"
|
+ repository: "rancher/mirrored-cilium-hubble-relay"
|
||||||
tag: "v1.15.6"
|
tag: "v1.15.7"
|
||||||
- # hubble-relay-digest
|
- # hubble-relay-digest
|
||||||
- digest: "sha256:a0863dd70d081b273b87b9b7ce7e2d3f99171c2f5e202cd57bc6691e51283e0c"
|
- digest: "sha256:12870e87ec6c105ca86885c4ee7c184ece6b706cc0f22f63d2a62a9a818fd68f"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
@ -68,8 +68,8 @@
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/hubble-ui-backend"
|
- repository: "quay.io/cilium/hubble-ui-backend"
|
||||||
+ repository: "rancher/mirrored-cilium-hubble-ui-backend"
|
+ repository: "rancher/mirrored-cilium-hubble-ui-backend"
|
||||||
tag: "v0.13.0"
|
tag: "v0.13.1"
|
||||||
- digest: "sha256:1e7657d997c5a48253bb8dc91ecee75b63018d16ff5e5797e5af367336bc8803"
|
- digest: "sha256:0e0eed917653441fded4e7cdb096b7be6a3bddded5a2dd10812a27b1fc6ed95b"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
@ -81,8 +81,8 @@
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/hubble-ui"
|
- repository: "quay.io/cilium/hubble-ui"
|
||||||
+ repository: "rancher/mirrored-cilium-hubble-ui"
|
+ repository: "rancher/mirrored-cilium-hubble-ui"
|
||||||
tag: "v0.13.0"
|
tag: "v0.13.1"
|
||||||
- digest: "sha256:7d663dc16538dd6e29061abd1047013a645e6e69c115e008bee9ea9fef9a6666"
|
- digest: "sha256:e2e9313eb7caf64b0061d9da0efbdad59c6c461f6ca1752768942bfeda0796c6"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
@ -112,9 +112,9 @@
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/cilium-envoy"
|
- repository: "quay.io/cilium/cilium-envoy"
|
||||||
+ repository: "rancher/mirrored-cilium-cilium-envoy"
|
+ repository: "rancher/mirrored-cilium-cilium-envoy"
|
||||||
tag: "v1.28.4-b35188ffa1bbe54d1720d2e392779f7a48e58f6b"
|
tag: "v1.29.7-39a2a56bbd5b3a591f69dbca51d3e30ef97e0e51"
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
- digest: "sha256:b528b291561e459024f66414ac3325b88cdd8f9f4854828a155a11e5b10b78a3"
|
- digest: "sha256:bd5ff8c66716080028f414ec1cb4f7dc66f40d2fb5a009fff187f4a9b90b566b"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
|
|
||||||
|
@ -139,15 +139,15 @@
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/operator"
|
- repository: "quay.io/cilium/operator"
|
||||||
+ repository: "rancher/mirrored-cilium-operator"
|
+ repository: "rancher/mirrored-cilium-operator"
|
||||||
tag: "v1.15.6"
|
tag: "v1.15.7"
|
||||||
- # operator-generic-digest
|
- # operator-generic-digest
|
||||||
- genericDigest: "sha256:5789f0935eef96ad571e4f5565a8800d3a8fbb05265cf6909300cd82fd513c3d"
|
- genericDigest: "sha256:6840a6dde703b3e73dd31e03390327a9184fcb888efbad9d9d098d65b9035b54"
|
||||||
- # operator-azure-digest
|
- # operator-azure-digest
|
||||||
- azureDigest: "sha256:386456c055c5d1380daf966d565fcafaed68467a4fe692679530764e3b56f170"
|
- azureDigest: "sha256:8e189549bc3c31a44a1171cc970b8e502ae8bf55cd07035735c4b3a24a16f80b"
|
||||||
- # operator-aws-digest
|
- # operator-aws-digest
|
||||||
- awsDigest: "sha256:9656d44ee69817d156cc7d3797f92de2e534dfb991610c79c00e097b4dedd620"
|
- awsDigest: "sha256:bb4085da666a5c7a7c6f8135f0de10f0b6895dbf561e9fccda0e272b51bb936e"
|
||||||
- # operator-alibabacloud-digest
|
- # operator-alibabacloud-digest
|
||||||
- alibabacloudDigest: "sha256:7e1664bd18645b38fd41dc1c2decd334abeefe63d4d69bfbc65765806eb4a31f"
|
- alibabacloudDigest: "sha256:2dcd7e3305cb47e4b5fbbb9bc2451d6aacb18788a87cab95cf86aec65ec19329"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
@ -169,9 +169,9 @@
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/cilium"
|
- repository: "quay.io/cilium/cilium"
|
||||||
+ repository: "rancher/mirrored-cilium-cilium"
|
+ repository: "rancher/mirrored-cilium-cilium"
|
||||||
tag: "v1.15.6"
|
tag: "v1.15.7"
|
||||||
- # cilium-digest
|
- # cilium-digest
|
||||||
- digest: "sha256:6aa840986a3a9722cd967ef63248d675a87add7e1704740902d5d3162f0c0def"
|
- digest: "sha256:2e432bf6879feb8b891c497d6fd784b13e53456017d2b8e4ea734145f0282ef0"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
@ -183,15 +183,15 @@
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/clustermesh-apiserver"
|
- repository: "quay.io/cilium/clustermesh-apiserver"
|
||||||
+ repository: "rancher/mirrored-cilium-clustermesh-apiserver"
|
+ repository: "rancher/mirrored-cilium-clustermesh-apiserver"
|
||||||
tag: "v1.15.6"
|
tag: "v1.15.7"
|
||||||
- # clustermesh-apiserver-digest
|
- # clustermesh-apiserver-digest
|
||||||
- digest: "sha256:6365c2fe8a038fc7adcdeb7ffb8d7a8a2cd3ee524687f35fff9df76fafeeb029"
|
- digest: "sha256:f8fc26060e0f0c131200b762667f91788a4499362fc72209ce30b4032e926c68"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
|
||||||
etcd:
|
etcd:
|
||||||
@@ -3538,3 +3518,11 @@
|
@@ -3553,3 +3533,11 @@
|
||||||
agentSocketPath: /run/spire/sockets/agent/agent.sock
|
agentSocketPath: /run/spire/sockets/agent/agent.sock
|
||||||
# -- SPIRE connection timeout
|
# -- SPIRE connection timeout
|
||||||
connectionTimeout: 30s
|
connectionTimeout: 30s
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: https://helm.cilium.io/cilium-1.15.6.tgz
|
url: https://helm.cilium.io/cilium-1.15.7.tgz
|
||||||
packageVersion: 00
|
packageVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue