Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cla-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions k8s/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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:
Expand Down
Loading