mirror of https://git.rancher.io/rke2-charts
commit
e09acacd4b
|
@ -1,6 +1,6 @@
|
|||
--- charts-original/values.yaml
|
||||
+++ charts/values.yaml
|
||||
@@ -1,8 +1,24 @@
|
||||
@@ -1,8 +1,25 @@
|
||||
imagePullSecrets: {}
|
||||
|
||||
installation:
|
||||
|
@ -22,10 +22,11 @@
|
|||
+ blockSize: 24
|
||||
+ imagePath: "rancher"
|
||||
+ imagePrefix: "mirrored-calico-"
|
||||
+ flexVolumePluginDir: "/var/lib/kubelet/volumeplugins"
|
||||
|
||||
apiServer:
|
||||
enabled: true
|
||||
@@ -20,9 +36,24 @@
|
||||
@@ -20,9 +37,24 @@
|
||||
|
||||
# Configuration for the tigera operator
|
||||
tigeraOperator:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: https://github.com/projectcalico/calico/releases/download/v3.21.5/tigera-operator-v3.21.5.tgz
|
||||
packageVersion: 01
|
||||
packageVersion: 02
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- charts-original/values.yaml
|
||||
+++ charts/values.yaml
|
||||
@@ -1,11 +1,27 @@
|
||||
@@ -1,11 +1,28 @@
|
||||
imagePullSecrets: {}
|
||||
|
||||
installation:
|
||||
|
@ -22,6 +22,7 @@
|
|||
+ blockSize: 24
|
||||
+ imagePath: "rancher"
|
||||
+ imagePrefix: "mirrored-calico-"
|
||||
+ flexVolumePluginDir: "/var/lib/kubelet/volumeplugins"
|
||||
|
||||
apiServer:
|
||||
- enabled: true
|
||||
|
@ -29,7 +30,7 @@
|
|||
|
||||
certs:
|
||||
node:
|
||||
@@ -20,9 +36,24 @@
|
||||
@@ -20,9 +37,24 @@
|
||||
|
||||
# Configuration for the tigera operator
|
||||
tigeraOperator:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: https://github.com/projectcalico/calico/releases/download/v3.22.2/tigera-operator-v3.22.2.tgz
|
||||
packageVersion: 02
|
||||
packageVersion: 03
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
Loading…
Reference in New Issue