Skip to content

Commit

Permalink
Bump version of DNO
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Aug 28, 2024
1 parent c245402 commit 0aac6ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/prod/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
containers:
- image: docker.io/freedomben/domain-name-operator:16fbd7231019434a89406c0c2a677469547af22c
- image: docker.io/freedomben/domain-name-operator:5974df2cabfa244d2cf7b8cba4a8c2fe4ba6af4a
name: domain-name-operator
imagePullPolicy: Always
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion k8s/staging/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
containers:
- image: docker.io/freedomben/domain-name-operator:16fbd7231019434a89406c0c2a677469547af22c
- image: docker.io/freedomben/domain-name-operator:5974df2cabfa244d2cf7b8cba4a8c2fe4ba6af4a
name: domain-name-operator
imagePullPolicy: Always
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion update-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

NEW_VERSION="16fbd7231019434a89406c0c2a677469547af22c"
NEW_VERSION="5974df2cabfa244d2cf7b8cba4a8c2fe4ba6af4a"

if [ -z "$1" ]; then
echo "New version not specified as first arg. Using ${NEW_VERSION}. Make sure that's what you want"
Expand Down

0 comments on commit 0aac6ad

Please sign in to comment.