Skip to content

Commit

Permalink
Update version of DNO
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Aug 28, 2024
1 parent 191c7fa commit 2758017
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:1c18254c3ec40a10800d64d20d6adea48c33fcad
- image: docker.io/freedomben/domain-name-operator:a55c7416b3ae66ed6b3093220980cc933dbd3c4f
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:1c18254c3ec40a10800d64d20d6adea48c33fcad
- image: docker.io/freedomben/domain-name-operator:a55c7416b3ae66ed6b3093220980cc933dbd3c4f
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="1c18254c3ec40a10800d64d20d6adea48c33fcad"
NEW_VERSION="a55c7416b3ae66ed6b3093220980cc933dbd3c4f"

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 2758017

Please sign in to comment.