2022-03-14 15:21:40 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -142,12 +142,10 @@
|
2022-03-14 15:21:40 +00:00
|
|
|
# -- Agent container image.
|
|
|
|
image:
|
2022-05-06 08:32:57 +00:00
|
|
|
override: ~
|
2022-07-26 15:23:25 +00:00
|
|
|
- repository: "quay.io/cilium/cilium"
|
|
|
|
+ repository: "rancher/mirrored-cilium-cilium"
|
2023-09-12 14:23:16 +00:00
|
|
|
tag: "v1.14.1"
|
2022-07-26 15:23:25 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # cilium-digest
|
2023-09-12 14:23:16 +00:00
|
|
|
- digest: "sha256:edc1d05ea1365c4a8f6ac6982247d5c145181704894bb698619c3827b6963a72"
|
2022-03-14 15:21:40 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
|
2022-07-26 15:23:25 +00:00
|
|
|
# -- Affinity for cilium-agent.
|
2022-03-14 15:21:40 +00:00
|
|
|
affinity:
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -534,7 +532,9 @@
|
2022-10-27 17:32:23 +00:00
|
|
|
# - flannel
|
|
|
|
# - generic-veth
|
|
|
|
# - portmap
|
2023-08-03 16:23:36 +00:00
|
|
|
- chainingMode: ~
|
2022-10-27 17:32:23 +00:00
|
|
|
+
|
|
|
|
+ # Otherwise rke2 hostPort does not work! Used for nginx
|
|
|
|
+ chainingMode: portmap
|
|
|
|
|
2023-08-03 16:23:36 +00:00
|
|
|
# -- A CNI network name in to which the Cilium plugin should be added as a chained plugin.
|
|
|
|
# This will cause the agent to watch for a CNI network with this network name. When it is
|
|
|
|
@@ -927,10 +927,9 @@
|
2022-11-30 15:04:48 +00:00
|
|
|
certgen:
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/certgen"
|
|
|
|
+ repository: "rancher/mirrored-cilium-certgen"
|
2023-08-03 16:23:36 +00:00
|
|
|
tag: "v0.1.8"
|
|
|
|
- digest: "sha256:4a456552a5f192992a6edcec2febb1c54870d665173a33dc7d876129b199ddbd"
|
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
2022-11-30 15:04:48 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
# -- Seconds after which the completed job pod will be deleted
|
|
|
|
ttlSecondsAfterFinished: 1800
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -952,7 +951,7 @@
|
2022-03-14 15:21:40 +00:00
|
|
|
|
|
|
|
hubble:
|
|
|
|
# -- Enable Hubble (true by default).
|
|
|
|
- enabled: true
|
|
|
|
+ enabled: false
|
|
|
|
|
|
|
|
# -- Buffer size of the channel Hubble uses to receive monitor events. If this
|
|
|
|
# value is not set, the queue size is set to the default monitor queue size.
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -1103,11 +1102,9 @@
|
2022-11-30 15:04:48 +00:00
|
|
|
# -- Hubble-relay container image.
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/hubble-relay"
|
|
|
|
+ repository: "rancher/mirrored-cilium-hubble-relay"
|
2023-09-12 14:23:16 +00:00
|
|
|
tag: "v1.14.1"
|
2023-01-19 11:53:17 +00:00
|
|
|
- # hubble-relay-digest
|
2023-09-12 14:23:16 +00:00
|
|
|
- digest: "sha256:db30e85a7abc10589ce2a97d61ee18696a03dc5ea04d44b4d836d88bd75b59d8"
|
2022-11-30 15:04:48 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
|
|
|
|
# -- Specifies the resources for the hubble-relay pods
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -1325,10 +1322,9 @@
|
2022-11-30 15:04:48 +00:00
|
|
|
# -- Hubble-ui backend image.
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/hubble-ui-backend"
|
|
|
|
+ repository: "rancher/mirrored-cilium-hubble-ui-backend"
|
2023-08-03 16:23:36 +00:00
|
|
|
tag: "v0.12.0"
|
|
|
|
- digest: "sha256:8a79a1aad4fc9c2aa2b3e4379af0af872a89fcec9d99e117188190671c66fc2e"
|
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
2022-11-30 15:04:48 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
|
2023-05-02 08:04:15 +00:00
|
|
|
# -- Hubble-ui backend security context.
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -1356,10 +1352,9 @@
|
2022-11-30 15:04:48 +00:00
|
|
|
# -- Hubble-ui frontend image.
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/hubble-ui"
|
|
|
|
+ repository: "rancher/mirrored-cilium-hubble-ui"
|
2023-08-03 16:23:36 +00:00
|
|
|
tag: "v0.12.0"
|
|
|
|
- digest: "sha256:1c876cfa1d5e35bc91e1025c9314f922041592a88b03313c22c1f97a5d2ba88f"
|
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
2022-11-30 15:04:48 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
|
2023-05-02 08:04:15 +00:00
|
|
|
# -- Hubble-ui frontend security context.
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -1485,7 +1480,7 @@
|
2022-03-14 15:21:40 +00:00
|
|
|
ipam:
|
|
|
|
# -- Configure IP Address Management mode.
|
2023-05-02 08:04:15 +00:00
|
|
|
# ref: https://docs.cilium.io/en/stable/network/concepts/ipam/
|
2022-03-14 15:21:40 +00:00
|
|
|
- mode: "cluster-pool"
|
|
|
|
+ mode: "kubernetes"
|
2023-08-03 16:23:36 +00:00
|
|
|
# -- Maximum rate at which the CiliumNode custom resource is updated.
|
|
|
|
ciliumNodeUpdateRate: "15s"
|
2022-03-14 15:21:40 +00:00
|
|
|
operator:
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -1763,7 +1758,7 @@
|
2022-03-14 15:21:40 +00:00
|
|
|
|
|
|
|
# -- Configure prometheus metrics on the configured port at /metrics
|
|
|
|
prometheus:
|
|
|
|
- enabled: false
|
|
|
|
+ enabled: true
|
2022-07-26 15:23:25 +00:00
|
|
|
port: 9962
|
2022-03-14 15:21:40 +00:00
|
|
|
serviceMonitor:
|
|
|
|
# -- Enable service monitors.
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -1841,11 +1836,10 @@
|
|
|
|
# -- Envoy container image.
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/cilium-envoy"
|
|
|
|
+ repository: "rancher/mirrored-cilium-cilium-envoy"
|
|
|
|
tag: "v1.25.9-f039e2bd380b7eef2f2feea5750676bb36133699"
|
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
- digest: "sha256:023d09eeb8a44ae99b489f4af7ffed8b8b54f19a532e0bc6ab4c1e4b31acaab1"
|
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
|
|
|
|
# -- Additional containers added to the cilium Envoy DaemonSet.
|
|
|
|
extraContainers: []
|
|
|
|
@@ -2123,10 +2117,9 @@
|
2022-11-30 15:04:48 +00:00
|
|
|
# -- cilium-etcd-operator image.
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/cilium-etcd-operator"
|
|
|
|
+ repository: "rancher/mirrored-cilium-cilium-etcd-operator"
|
2023-08-03 16:23:36 +00:00
|
|
|
tag: "v2.0.7"
|
|
|
|
- digest: "sha256:04b8327f7f992693c2cb483b999041ed8f92efc8e14f2a5f3ab95574a65ea2dc"
|
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
2022-11-30 15:04:48 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
|
|
|
|
# -- The priority class to use for cilium-etcd-operator
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -2228,17 +2221,9 @@
|
2022-03-14 15:21:40 +00:00
|
|
|
# -- cilium-operator image.
|
|
|
|
image:
|
2022-05-06 08:32:57 +00:00
|
|
|
override: ~
|
2022-07-26 15:23:25 +00:00
|
|
|
- repository: "quay.io/cilium/operator"
|
|
|
|
+ repository: "rancher/mirrored-cilium-operator"
|
2023-09-12 14:23:16 +00:00
|
|
|
tag: "v1.14.1"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-generic-digest
|
2023-09-12 14:23:16 +00:00
|
|
|
- genericDigest: "sha256:e061de0a930534c7e3f8feda8330976367971238ccafff42659f104effd4b5f7"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-azure-digest
|
2023-09-12 14:23:16 +00:00
|
|
|
- azureDigest: "sha256:2cba2cee3463c9349c47b2deb8736ffe6d8589d5e4c29b7c442b992fe0ef1fb7"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-aws-digest
|
2023-09-12 14:23:16 +00:00
|
|
|
- awsDigest: "sha256:ff57964aefd903456745e53a4697a4f6a026d8fffdb06f53f624a23d23ade37a"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-alibabacloud-digest
|
2023-09-12 14:23:16 +00:00
|
|
|
- alibabacloudDigest: "sha256:edecc162279afba4af27f38afc4bc716a2e91df6b5ca6f88714029b27fb5920b"
|
2022-03-14 15:21:40 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
2022-07-26 15:23:25 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
2022-03-14 15:21:40 +00:00
|
|
|
suffix: ""
|
|
|
|
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -2369,7 +2354,7 @@
|
2022-03-14 15:21:40 +00:00
|
|
|
# -- Enable prometheus metrics for cilium-operator on the configured port at
|
|
|
|
# /metrics
|
|
|
|
prometheus:
|
|
|
|
- enabled: false
|
|
|
|
+ enabled: true
|
2022-07-26 15:23:25 +00:00
|
|
|
port: 9963
|
2022-03-14 15:21:40 +00:00
|
|
|
serviceMonitor:
|
|
|
|
# -- Enable service monitors.
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -2515,11 +2500,9 @@
|
2022-07-26 15:23:25 +00:00
|
|
|
# -- Cilium pre-flight image.
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/cilium"
|
|
|
|
+ repository: "rancher/mirrored-cilium-cilium"
|
2023-09-12 14:23:16 +00:00
|
|
|
tag: "v1.14.1"
|
2022-07-26 15:23:25 +00:00
|
|
|
- # cilium-digest
|
2023-09-12 14:23:16 +00:00
|
|
|
- digest: "sha256:edc1d05ea1365c4a8f6ac6982247d5c145181704894bb698619c3827b6963a72"
|
2022-07-26 15:23:25 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
pullPolicy: "IfNotPresent"
|
2022-03-14 15:21:40 +00:00
|
|
|
|
2022-07-26 15:23:25 +00:00
|
|
|
# -- The priority class to use for the preflight pod.
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -2665,21 +2648,18 @@
|
2022-11-30 15:04:48 +00:00
|
|
|
# -- Clustermesh API server image.
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/clustermesh-apiserver"
|
|
|
|
+ repository: "rancher/mirrored-cilium-clustermesh-apiserver"
|
2023-09-12 14:23:16 +00:00
|
|
|
tag: "v1.14.1"
|
2023-01-19 11:53:17 +00:00
|
|
|
- # clustermesh-apiserver-digest
|
2023-09-12 14:23:16 +00:00
|
|
|
- digest: "sha256:a7353669b1f7cb96cd600d98c7dd12e909d876843a7a272a1bc407e114ed225c"
|
2022-11-30 15:04:48 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
|
|
|
|
etcd:
|
|
|
|
# -- Clustermesh API server etcd image.
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/coreos/etcd"
|
|
|
|
+ repository: "rancher/mirrored-coreos-etcd"
|
2023-08-03 16:23:36 +00:00
|
|
|
tag: "v3.5.4"
|
|
|
|
- digest: "sha256:795d8660c48c439a7c3764c2330ed9222ab5db5bb524d8d0607cac76f7ba82a3"
|
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
2022-11-30 15:04:48 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
|
2023-03-13 15:29:26 +00:00
|
|
|
# -- Specifies the resources for etcd container in the apiserver
|
2023-08-03 16:23:36 +00:00
|
|
|
@@ -2712,11 +2692,9 @@
|
|
|
|
# -- KVStoreMesh image.
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/kvstoremesh"
|
|
|
|
+ repository: "rancher/mirrored-cilium-kvstoremesh"
|
2023-09-12 14:23:16 +00:00
|
|
|
tag: "v1.14.1"
|
2023-08-03 16:23:36 +00:00
|
|
|
- # kvstoremesh-digest
|
2023-09-12 14:23:16 +00:00
|
|
|
- digest: "sha256:6a4083b79290d1278462c4e1269e927e71c2df05cc80f999d58b66b6b501bc8e"
|
2023-08-03 16:23:36 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
|
|
|
|
# -- Additional KVStoreMesh arguments.
|
|
|
|
@@ -3173,3 +3151,11 @@
|
|
|
|
agentSocketPath: /run/spire/sockets/agent/agent.sock
|
|
|
|
# -- SPIRE connection timeout
|
|
|
|
connectionTimeout: 30s
|
2022-03-14 15:21:40 +00:00
|
|
|
+
|
2022-11-13 13:51:02 +00:00
|
|
|
+portmapPlugin:
|
|
|
|
+ image:
|
|
|
|
+ repository: "rancher/hardened-cni-plugins"
|
2023-08-03 16:23:36 +00:00
|
|
|
+ tag: "v1.2.0-build20230523"
|
2022-11-13 13:51:02 +00:00
|
|
|
+
|
2022-03-14 15:21:40 +00:00
|
|
|
+global:
|
|
|
|
+ systemDefaultRegistry: ""
|