Skip to content

Commit

Permalink
🚀 cilium: custom operator image
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Sep 27, 2024
1 parent 748f109 commit 5a69a38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cilium
displayName: Cilium
home: https://cilium.io/
version: 1.16.3
version: 1.16.4
appVersion: 1.16.1
kubeVersion: ">= 1.21.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg
Expand Down
6 changes: 4 additions & 2 deletions charts/cilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2480,7 +2480,9 @@ operator:
# @schema
override: ~
repository: "vcr.vngcloud.vn/81-vks-public/cilium/operator"
tag: "v1.16.1"
tag: "v1.16.1-vngcloud"
# repository: "vcr.vngcloud.vn/60108-annd2-ingress/cilium/operator"
# tag: "latest"
# operator-generic-digest
genericDigest: ""
# operator-azure-digest
Expand All @@ -2490,7 +2492,7 @@ operator:
# operator-alibabacloud-digest
alibabacloudDigest: ""
useDigest: false
pullPolicy: "IfNotPresent"
pullPolicy: "Always"
suffix: ""
# -- Number of replicas to run for the cilium-operator deployment
replicas: 2
Expand Down

0 comments on commit 5a69a38

Please sign in to comment.