Skip to content

Commit

Permalink
fix: update kubectl image tag.
Browse files Browse the repository at this point in the history
Updates the kubewarden-controller chart updating the kubectl image tag
used in the pre delete job.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Sep 14, 2023
1 parent 32d833a commit 6a090a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/chart-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ preDeleteJob:
# The registry is defined in the global.cattle.systemDefaultRegistry value
# kubectl image to be used in the pre-delete helm hook
repository: "kubewarden/kubectl"
tag: "v1.27.4"
tag: "v1.27.6"
# kubewarden-controller deployment settings:
podAnnotations: {}
nodeSelector: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ preDeleteJob:
# The registry is defined in the global.cattle.systemDefaultRegistry value
# kubectl image to be used in the pre-delete helm hook
repository: "kubewarden/kubectl"
tag: "v1.27.4"
tag: "v1.27.6"
# kubewarden-controller deployment settings:
podAnnotations: {}
nodeSelector: {}
Expand Down

0 comments on commit 6a090a6

Please sign in to comment.