Skip to content

Commit

Permalink
fix(cni): update golden files
Browse files Browse the repository at this point in the history
Signed-off-by: slonka <slonka@users.noreply.github.com>
  • Loading branch information
slonka committed Jul 19, 2022
1 parent 5ab4cc0 commit 0740d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -2035,7 +2035,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: install-cni
image: "kumahq/kuma-cni:1.7.0"
image: "docker.io/kumahq/kuma-cni:1.7.0"
imagePullPolicy: IfNotPresent
command: ["/install-cni"]
env:
Expand Down
Expand Up @@ -150,7 +150,7 @@ controlPlane:

# -- Whether to automountServiceAccountToken for cp. Optionally set to false
automountServiceAccountToken: true

# -- Optionally override the resource spec
# @default -- the resources will be chosen based on the mode
resources:
Expand Down Expand Up @@ -322,8 +322,6 @@ cni:

# -- use new CNI image (experimental)
imageExperimental:
# -- CNI experimental image registry
registry: "kumahq"
# -- CNI experimental image repository
repository: "kuma-cni"
# -- CNI experimental image tag - defaults to .Chart.AppVersion
Expand Down

0 comments on commit 0740d39

Please sign in to comment.