Skip to content

Commit

Permalink
Update the Kubernetes image used in the helm pre-delete-hook to 1.23. (
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey authored Aug 25, 2022
1 parent 2a6a033 commit 954e5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/helm/agones/templates/hooks/pre_delete_hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
restartPolicy: Never
containers:
- name: pre-delete-delete-agones-resources
image: "lachlanevenson/k8s-kubectl:v1.22.9"
image: "lachlanevenson/k8s-kubectl:v1.23.9"
command:
- "/bin/sh"
- "/scripts/delete_agones_resources.sh"
Expand Down

0 comments on commit 954e5f1

Please sign in to comment.