diff --git a/.github/workflows/cla-assistant.yml b/.github/workflows/cla-assistant.yml index cc6a73f..068eaa6 100644 --- a/.github/workflows/cla-assistant.yml +++ b/.github/workflows/cla-assistant.yml @@ -14,7 +14,7 @@ permissions: jobs: CLAAssistant: name: "CLA Assistant" - uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.1.2 + uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.2.5 secrets: inherit with: - repository: instance-fallback + repository: instancing-fallback diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 098b329..9bc8e2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: packages: write id-token: write name: Release - uses: ctfpilot/ci/.github/workflows/release.yml@v1.1.1 + uses: ctfpilot/ci/.github/workflows/release.yml@v1.2.5 secrets: RELEASE_GH_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }} with: @@ -24,7 +24,7 @@ jobs: name: Docker build and push needs: - release - uses: ctfpilot/ci/.github/workflows/docker.yml@v1.1.1 + uses: ctfpilot/ci/.github/workflows/docker.yml@v1.2.5 if: needs.release.outputs.version != '' && needs.release.outputs.version != null permissions: contents: read @@ -41,7 +41,7 @@ jobs: name: "Update Develop Branch" needs: - release - uses: ctfpilot/ci/.github/workflows/develop-update.yml@v1.2.0 + uses: ctfpilot/ci/.github/workflows/develop-update.yml@v1.2.5 permissions: contents: read pull-requests: write diff --git a/k8s/k8s.yml b/k8s/k8s.yml index fc64e5a..b52c029 100644 --- a/k8s/k8s.yml +++ b/k8s/k8s.yml @@ -5,7 +5,7 @@ metadata: labels: app.kubernetes.io/part-of: ctfpilot app.kubernetes.io/name: instance-fallback - app.kubernetes.io/version: 1.0.0-r.2 + app.kubernetes.io/version: 1.0.0-r.3 app.kubernetes.io/component: challenges ctfpilot.com/component: instance-fallback @@ -25,7 +25,7 @@ spec: automountServiceAccountToken: false containers: - name: instancing-fallback - image: ctfpilot/instance-fallback:1.0.0-r.2 + image: ctfpilot/instance-fallback:1.0.0-r.3 imagePullPolicy: Always ports: - name: http @@ -51,7 +51,7 @@ metadata: labels: app.kubernetes.io/part-of: ctfpilot app.kubernetes.io/name: instance-fallback - app.kubernetes.io/version: 1.0.0-r.2 + app.kubernetes.io/version: 1.0.0-r.3 app.kubernetes.io/component: challenges ctfpilot.com/component: instance-fallback spec: