From ef5579e03bafbfce4385d9f1b2694af18fadd7fd Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 7 Dec 2023 17:33:02 +0000 Subject: [PATCH 1/3] ci: reconcile provisionerd as well --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 02a61f551d1c2..d401d1b2ec7c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -772,6 +772,7 @@ jobs: flux --namespace flux-system reconcile kustomization coder flux --namespace flux-system reconcile source chart coder-coder flux --namespace coder reconcile helmrelease coder + flux --namespace coder reconcile helmrelease coder-provisioner # Just updating Flux is usually not enough. The Helm release may get # redeployed, but unless something causes the Deployment to update the @@ -783,6 +784,9 @@ jobs: set -euxo pipefail kubectl --namespace coder rollout restart deployment/coder kubectl --namespace coder rollout status deployment/coder + kubectl --namespace coder rollout restart deployment/coder-provisioner + kubectl --namespace coder rollout status deployment/coder-provisioner + deploy-wsproxies: runs-on: ubuntu-latest From 4bdcec9f690903ebb538c612792cf1d087bad447 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 7 Dec 2023 20:09:46 +0000 Subject: [PATCH 2/3] fixup! ci: reconcile provisionerd as well --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d401d1b2ec7c3..e29562b5d050b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -787,7 +787,6 @@ jobs: kubectl --namespace coder rollout restart deployment/coder-provisioner kubectl --namespace coder rollout status deployment/coder-provisioner - deploy-wsproxies: runs-on: ubuntu-latest needs: build From f0233873e67ea751d464c6c469b1c0918c703b61 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 8 Dec 2023 09:47:33 +0000 Subject: [PATCH 3/3] fixup! fixup! ci: reconcile provisionerd as well --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e29562b5d050b..4981925649050 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -771,6 +771,7 @@ jobs: flux --namespace flux-system reconcile kustomization flux-system flux --namespace flux-system reconcile kustomization coder flux --namespace flux-system reconcile source chart coder-coder + flux --namespace flux-system reconcile source chart coder-coder-provisioner flux --namespace coder reconcile helmrelease coder flux --namespace coder reconcile helmrelease coder-provisioner