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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
secrets:
RELEASE_GH_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }}
with:
repository: ctfpilot/error
repository: ctfpilot/error-fallback
ENVIRONMENT: Release

docker:
Expand All @@ -31,7 +31,7 @@ jobs:
packages: write
id-token: write
with:
repository: ctfpilot/error
repository: ctfpilot/error-fallback
semver: ${{ needs.release.outputs.version }}
arguments: |
VERSION=${{ needs.release.outputs.version }}
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: error-fallback
app.kubernetes.io/version: 1.2.0
app.kubernetes.io/version: 1.2.1-r.1
app.kubernetes.io/component: challenges
ctfpilot.com/component: error-fallback

Expand All @@ -25,7 +25,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: error-fallback
image: ghcr.io/ctfpilot/error-fallback:1.2.0
image: ghcr.io/ctfpilot/error-fallback:1.2.1-r.1
imagePullPolicy: Always
ports:
- name: http
Expand Down Expand Up @@ -57,7 +57,7 @@ metadata:
labels:
app.kubernetes.io/part-of: ctfpilot
app.kubernetes.io/name: error-fallback
app.kubernetes.io/version: 1.2.0
app.kubernetes.io/version: 1.2.1-r.1
app.kubernetes.io/component: challenges
ctfpilot.com/component: error-fallback
spec:
Expand Down
Loading