2022-03-14 15:21:40 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2024-07-25 16:44:30 +00:00
|
|
|
@@ -152,12 +152,10 @@
|
|
|
|
# type: [null, string]
|
|
|
|
# @schema
|
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-07-25 16:44:30 +00:00
|
|
|
tag: "v1.16.0"
|
2022-07-26 15:23:25 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # cilium-digest
|
2024-07-25 16:44:30 +00:00
|
|
|
- digest: "sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058"
|
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-07-25 16:44:30 +00:00
|
|
|
podAntiAffinity:
|
|
|
|
@@ -581,7 +579,10 @@
|
2022-10-27 17:32:23 +00:00
|
|
|
# - flannel
|
|
|
|
# - generic-veth
|
|
|
|
# - portmap
|
2023-08-03 16:23:36 +00:00
|
|
|
- chainingMode: ~
|
2024-05-21 07:11:13 +00:00
|
|
|
+
|
2022-10-27 17:32:23 +00:00
|
|
|
+ # Otherwise rke2 hostPort does not work! Used for nginx
|
|
|
|
+ chainingMode: portmap
|
2024-07-25 16:44:30 +00:00
|
|
|
+
|
|
|
|
# @schema
|
|
|
|
# type: [null, string]
|
|
|
|
# @schema
|
|
|
|
@@ -1011,10 +1012,9 @@
|
|
|
|
# type: [null, string]
|
|
|
|
# @schema
|
2022-11-30 15:04:48 +00:00
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/certgen"
|
|
|
|
+ repository: "rancher/mirrored-cilium-certgen"
|
2024-07-25 16:44:30 +00:00
|
|
|
tag: "v0.2.0"
|
|
|
|
- digest: "sha256:169d93fd8f2f9009db3b9d5ccd37c2b753d0989e1e7cd8fe79f9160c459eef4f"
|
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-07-25 16:44:30 +00:00
|
|
|
@@ -1035,7 +1035,7 @@
|
|
|
|
affinity: {}
|
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: {}
|
2024-07-25 16:44:30 +00:00
|
|
|
# -- Buffer size of the channel Hubble uses to receive monitor events. If this
|
|
|
|
@@ -1300,11 +1300,9 @@
|
|
|
|
# type: [null, string]
|
|
|
|
# @schema
|
2022-11-30 15:04:48 +00:00
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/hubble-relay"
|
|
|
|
+ repository: "rancher/mirrored-cilium-hubble-relay"
|
2024-07-25 16:44:30 +00:00
|
|
|
tag: "v1.16.0"
|
|
|
|
- # hubble-relay-digest
|
|
|
|
- digest: "sha256:33fca7776fc3d7b2abe08873319353806dc1c5e07e12011d7da4da05f836ce8d"
|
2022-11-30 15:04:48 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
# -- Specifies the resources for the hubble-relay pods
|
2024-07-25 16:44:30 +00:00
|
|
|
resources: {}
|
|
|
|
@@ -1533,10 +1531,9 @@
|
|
|
|
# type: [null, string]
|
|
|
|
# @schema
|
2022-11-30 15:04:48 +00:00
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/hubble-ui-backend"
|
|
|
|
+ repository: "rancher/mirrored-cilium-hubble-ui-backend"
|
2024-07-12 18:27:51 +00:00
|
|
|
tag: "v0.13.1"
|
|
|
|
- digest: "sha256:0e0eed917653441fded4e7cdb096b7be6a3bddded5a2dd10812a27b1fc6ed95b"
|
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-07-25 16:44:30 +00:00
|
|
|
securityContext: {}
|
|
|
|
@@ -1567,10 +1564,9 @@
|
|
|
|
# type: [null, string]
|
|
|
|
# @schema
|
2022-11-30 15:04:48 +00:00
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/hubble-ui"
|
|
|
|
+ repository: "rancher/mirrored-cilium-hubble-ui"
|
2024-07-12 18:27:51 +00:00
|
|
|
tag: "v0.13.1"
|
|
|
|
- digest: "sha256:e2e9313eb7caf64b0061d9da0efbdad59c6c461f6ca1752768942bfeda0796c6"
|
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-07-25 16:44:30 +00:00
|
|
|
securityContext: {}
|
|
|
|
@@ -1744,7 +1740,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-07-25 16:44:30 +00:00
|
|
|
@@ -2033,7 +2029,7 @@
|
|
|
|
port: 6060
|
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-07-25 16:44:30 +00:00
|
|
|
@@ -2128,11 +2124,10 @@
|
|
|
|
# type: [null, string]
|
|
|
|
# @schema
|
2023-08-03 16:23:36 +00:00
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/cilium-envoy"
|
|
|
|
+ repository: "rancher/mirrored-cilium-cilium-envoy"
|
2024-07-12 18:27:51 +00:00
|
|
|
tag: "v1.29.7-39a2a56bbd5b3a591f69dbca51d3e30ef97e0e51"
|
2023-08-03 16:23:36 +00:00
|
|
|
pullPolicy: "IfNotPresent"
|
2024-07-12 18:27:51 +00:00
|
|
|
- digest: "sha256:bd5ff8c66716080028f414ec1cb4f7dc66f40d2fb5a009fff187f4a9b90b566b"
|
2023-08-03 16:23:36 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
# -- Additional containers added to the cilium Envoy DaemonSet.
|
|
|
|
extraContainers: []
|
2024-07-25 16:44:30 +00:00
|
|
|
# -- Additional envoy container arguments.
|
|
|
|
@@ -2444,17 +2439,9 @@
|
|
|
|
# type: [null, string]
|
|
|
|
# @schema
|
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-07-25 16:44:30 +00:00
|
|
|
tag: "v1.16.0"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-generic-digest
|
2024-07-25 16:44:30 +00:00
|
|
|
- genericDigest: "sha256:d6621c11c4e4943bf2998af7febe05be5ed6fdcf812b27ad4388f47022190316"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-azure-digest
|
2024-07-25 16:44:30 +00:00
|
|
|
- azureDigest: "sha256:dd7562e20bc72b55c65e2110eb98dca1dd2bbf6688b7d8cea2bc0453992c121d"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-aws-digest
|
2024-07-25 16:44:30 +00:00
|
|
|
- awsDigest: "sha256:8dbe47a77ba8e1a5b111647a43db10c213d1c7dfc9f9aab5ef7279321ad21a2f"
|
2022-03-14 15:21:40 +00:00
|
|
|
- # operator-alibabacloud-digest
|
2024-07-25 16:44:30 +00:00
|
|
|
- alibabacloudDigest: "sha256:d2d9f450f2fc650d74d4b3935f4c05736e61145b9c6927520ea52e1ebcf4f3ea"
|
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-07-25 16:44:30 +00:00
|
|
|
# -- Number of replicas to run for the cilium-operator deployment
|
|
|
|
@@ -2623,8 +2610,7 @@
|
|
|
|
# @schema
|
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-07-25 16:44:30 +00:00
|
|
|
setNodeNetworkStatus: true
|
|
|
|
@@ -2728,11 +2714,9 @@
|
|
|
|
# type: [null, string]
|
|
|
|
# @schema
|
2022-07-26 15:23:25 +00:00
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/cilium"
|
|
|
|
+ repository: "rancher/mirrored-cilium-cilium"
|
2024-07-25 16:44:30 +00:00
|
|
|
tag: "v1.16.0"
|
2022-07-26 15:23:25 +00:00
|
|
|
- # cilium-digest
|
2024-07-25 16:44:30 +00:00
|
|
|
- digest: "sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058"
|
2022-07-26 15:23:25 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
# -- The priority class to use for the preflight pod.
|
2024-07-25 16:44:30 +00:00
|
|
|
priorityClassName: ""
|
|
|
|
@@ -2877,11 +2861,9 @@
|
|
|
|
# type: [null, string]
|
|
|
|
# @schema
|
2022-11-30 15:04:48 +00:00
|
|
|
override: ~
|
|
|
|
- repository: "quay.io/cilium/clustermesh-apiserver"
|
|
|
|
+ repository: "rancher/mirrored-cilium-clustermesh-apiserver"
|
2024-07-25 16:44:30 +00:00
|
|
|
tag: "v1.16.0"
|
2023-01-19 11:53:17 +00:00
|
|
|
- # clustermesh-apiserver-digest
|
2024-07-25 16:44:30 +00:00
|
|
|
- digest: "sha256:a1597b7de97cfa03f1330e6b784df1721eb69494cd9efb0b3a6930680dfe7a8e"
|
2022-11-30 15:04:48 +00:00
|
|
|
- useDigest: true
|
|
|
|
+ useDigest: false
|
|
|
|
pullPolicy: "IfNotPresent"
|
2024-07-25 16:44:30 +00:00
|
|
|
# -- TCP port for the clustermesh-apiserver health API.
|
|
|
|
healthPort: 9880
|
|
|
|
@@ -3522,3 +3504,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-04-11 15:54:08 +00:00
|
|
|
+ tag: "v1.4.1-build20240325"
|
2022-11-13 13:51:02 +00:00
|
|
|
+
|
2022-03-14 15:21:40 +00:00
|
|
|
+global:
|
|
|
|
+ systemDefaultRegistry: ""
|