From 79c567069aaef724c47f6350a759abf2cdddfa65 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Tue, 7 Jun 2022 14:35:31 -0700 Subject: [PATCH] Add an extra step to the kubernetes upgrade tasks. --- .github/ISSUE_TEMPLATE/kubernetes_update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/kubernetes_update.md b/.github/ISSUE_TEMPLATE/kubernetes_update.md index 4fe97e449d..136d396196 100644 --- a/.github/ISSUE_TEMPLATE/kubernetes_update.md +++ b/.github/ISSUE_TEMPLATE/kubernetes_update.md @@ -25,6 +25,7 @@ List of items to do for upgrading to {version}: - [ ] Update the dev tooling to create clusters - [ ] Minikube - [ ] Kind +- [ ] Update the k8s image used in the helm [pre-delete-hook](https://github.com/googleforgames/agones/blob/main/install/helm/agones/templates/hooks/pre_delete_hook.yaml) - [ ] Update client-go - [ ] Update CRD API reference - [ ] Update links to k8s documentation in `site/assets/templates/crd-doc-config.json`