2022-03-14 15:21:40 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -145,12 +145,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"
|
2024-02-08 02:13:23 +00:00
|
|
|
tag: "v1.15.0"
|
2022-07-26 15:23:25 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # cilium-digest
|
2024-02-08 02:13:23 +00:00
|
|
|
- digest: "sha256:9cfd6a0a3a964780e73a11159f93cc363e616f7d9783608f62af6cfdf3759619"
|
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:
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -549,7 +547,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
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -964,10 +964,9 @@
|
2022-11-30 15:04:48 +00:00
|
|
|
certgen:
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/certgen"
|
|
|
|
+ repository: "rancher/mirrored-cilium-certgen"
|
2023-10-02 16:23:33 +00:00
|
|
|
tag: "v0.1.9"
|
|
|
|
- digest: "sha256:89a0847753686444daabde9474b48340993bd19c7bea66a46e45b2974b82041f"
|
2023-08-03 16:23:36 +00:00
|
|
|
- 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
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -992,7 +991,7 @@
|
2022-03-14 15:21:40 +00:00
|
|
|
|
|
|
|
hubble:
|
|
|
|
# -- Enable Hubble (true by default).
|
|
|
|
- enabled: true
|
|
|
|
+ enabled: false
|
|
|
|
|
2024-02-08 02:13:23 +00:00
|
|
|
# -- Annotations to be added to all top-level hubble objects (resources under templates/hubble)
|
|
|
|
annotations: {}
|
|
|
|
@@ -1223,11 +1222,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"
|
2024-02-08 02:13:23 +00:00
|
|
|
tag: "v1.15.0"
|
2023-01-19 11:53:17 +00:00
|
|
|
- # hubble-relay-digest
|
2024-02-08 02:13:23 +00:00
|
|
|
- digest: "sha256:45b3ea70b73aee01644f800b8f6138c36446bfb130d2b88b0f75775ebe6a9ab6"
|
2022-11-30 15:04:48 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
|
|
|
|
# -- Specifies the resources for the hubble-relay pods
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -1460,10 +1457,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"
|
2024-02-08 02:13:23 +00:00
|
|
|
tag: "v0.12.3"
|
|
|
|
- digest: "sha256:1cd84251cec46e20f9e839ee0afba9b51c8de59d35681234f701d7f42062f138"
|
2023-08-03 16:23:36 +00:00
|
|
|
- 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.
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -1499,10 +1495,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"
|
2024-02-08 02:13:23 +00:00
|
|
|
tag: "v0.12.3"
|
|
|
|
- digest: "sha256:e6b825302fc1e406b1305363fe0bcd1fdf95730b32c2b99a2b36dfa37bdaeec2"
|
2023-08-03 16:23:36 +00:00
|
|
|
- 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.
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -1680,7 +1675,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:
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -1974,7 +1969,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.
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -2063,11 +2058,10 @@
|
2023-08-03 16:23:36 +00:00
|
|
|
# -- Envoy container image.
|
|
|
|
image:
|
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/cilium-envoy"
|
|
|
|
+ repository: "rancher/mirrored-cilium-cilium-envoy"
|
2024-02-08 02:13:23 +00:00
|
|
|
tag: "v1.27.2-13f6142b9c02268b10d547c8b093ef16724538e3"
|
2023-08-03 16:23:36 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
2024-02-08 02:13:23 +00:00
|
|
|
- digest: "sha256:bf37c46d3d6bd5f51ff11d09de81671ced070e27912e080083c58a6d3fbb740f"
|
2023-08-03 16:23:36 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
|
|
|
|
# -- Additional containers added to the cilium Envoy DaemonSet.
|
|
|
|
extraContainers: []
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -2363,10 +2357,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
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -2471,17 +2464,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"
|
2024-02-08 02:13:23 +00:00
|
|
|
tag: "v1.15.0"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-generic-digest
|
2024-02-08 02:13:23 +00:00
|
|
|
- genericDigest: "sha256:e26ecd316e742e4c8aa1e302ba8b577c2d37d114583d6c4cdd2b638493546a79"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-azure-digest
|
2024-02-08 02:13:23 +00:00
|
|
|
- azureDigest: "sha256:498a9e940cddd4e58d401a13005b0784ed9597bfe1e5cf2f52b6ba9ccceee768"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-aws-digest
|
2024-02-08 02:13:23 +00:00
|
|
|
- awsDigest: "sha256:cf45167a8bb336c763046553c6a97c0d7f12f7e2a498dfb2340fa27832a81b3a"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-alibabacloud-digest
|
2024-02-08 02:13:23 +00:00
|
|
|
- alibabacloudDigest: "sha256:ee03349caef5519f8e9123132cf17c85b771f8fff095c57f00a2af8bb3224b79"
|
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: ""
|
|
|
|
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -2653,8 +2638,7 @@
|
2024-01-29 23:14:59 +00:00
|
|
|
|
|
|
|
# -- Taint nodes where Cilium is scheduled but not running. This prevents pods
|
|
|
|
# from being scheduled to nodes where Cilium is not the default CNI provider.
|
|
|
|
- # @default -- same as removeNodeTaints
|
|
|
|
- setNodeTaints: ~
|
|
|
|
+ setNodeTaints: false
|
|
|
|
|
|
|
|
# -- Set Node condition NetworkUnavailable to 'false' with the reason
|
|
|
|
# 'CiliumIsUp' for nodes that have a healthy Cilium pod.
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -2766,11 +2750,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"
|
2024-02-08 02:13:23 +00:00
|
|
|
tag: "v1.15.0"
|
2022-07-26 15:23:25 +00:00
|
|
|
- # cilium-digest
|
2024-02-08 02:13:23 +00:00
|
|
|
- digest: "sha256:9cfd6a0a3a964780e73a11159f93cc363e616f7d9783608f62af6cfdf3759619"
|
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.
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -2928,11 +2910,9 @@
|
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"
|
2024-02-08 02:13:23 +00:00
|
|
|
tag: "v1.15.0"
|
2023-01-19 11:53:17 +00:00
|
|
|
- # clustermesh-apiserver-digest
|
2024-02-08 02:13:23 +00:00
|
|
|
- digest: "sha256:43feb49dfbaa82388dc653ce12c7626ce40ae375e9853d71b9f5cff0ce61d54a"
|
2022-11-30 15:04:48 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
|
|
|
|
etcd:
|
2024-02-08 02:13:23 +00:00
|
|
|
@@ -3501,3 +3481,11 @@
|
2023-08-03 16:23:36 +00:00
|
|
|
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"
|
2024-01-18 02:04:51 +00:00
|
|
|
+ tag: "v1.4.0-build20240122"
|
2022-11-13 13:51:02 +00:00
|
|
|
+
|
2022-03-14 15:21:40 +00:00
|
|
|
+global:
|
|
|
|
+ systemDefaultRegistry: ""
|