fix(cilium): Bump patch and set upgradeComp
This commit is contained in:
@@ -16,7 +16,7 @@ releases:
|
|||||||
- name: cilium
|
- name: cilium
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
chart: cilium/cilium
|
chart: cilium/cilium
|
||||||
version: {{ if eq (requiredEnv "ARGOCD_ENV_CLUSTER_NAME") "hel1" }}1.18.6{{ else }}1.16.2{{ end }}
|
version: {{ if eq (requiredEnv "ARGOCD_ENV_CLUSTER_NAME") "hel1" }}1.18.6{{ else }}1.16.19{{ end }}
|
||||||
condition: cilium.enabled
|
condition: cilium.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/cilium/values/cilium.yaml.gotmpl
|
- ../values/cilium/values/cilium.yaml.gotmpl
|
||||||
|
|||||||
@@ -9,3 +9,4 @@ cilium:
|
|||||||
gatewayTest:
|
gatewayTest:
|
||||||
enabled: true
|
enabled: true
|
||||||
policyAuditMode: true
|
policyAuditMode: true
|
||||||
|
upgradeCompatability: 1.18
|
||||||
|
|||||||
Reference in New Issue
Block a user