Skip to content

Commit

Permalink
fix: bumped other task images
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Jul 28, 2021
1 parent 8ba6d6d commit 0424c07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion values/jobs/drone.gotmpl
Expand Up @@ -15,7 +15,7 @@ enabled: false
description: Configure Drone to sync the values repo
image:
repository: otomi/tasks
tag: v0.2.8
tag: v0.2.9
# pullPolicy: Always
name: drone
nativeSecrets:
Expand Down
2 changes: 1 addition & 1 deletion values/jobs/gitea-add-users.gotmpl
Expand Up @@ -15,7 +15,7 @@ nativeSecrets:
schedule: "0/3 * * * *" # every 5 minutes
image:
repository: otomi/tasks
tag: v0.2.8
tag: v0.2.9
# pullPolicy: Always
script: {{ if $skipVerify }}NODE_TLS_REJECT_UNAUTHORIZED=0 {{ end }}npm run tasks:gitea-add-users
runPolicy: Always
2 changes: 1 addition & 1 deletion values/jobs/gitea.gotmpl
Expand Up @@ -28,7 +28,7 @@ init:
echo READY!
image:
repository: otomi/tasks
tag: v0.2.8
tag: v0.2.9
# pullPolicy: Always
script: {{ if $skipVerify }}NODE_TLS_REJECT_UNAUTHORIZED=0 {{ end }}npm run tasks:gitea
runPolicy: OnSpecChange
2 changes: 1 addition & 1 deletion values/jobs/keycloak.gotmpl
Expand Up @@ -32,7 +32,7 @@ init:
echo READY!
image:
repository: otomi/tasks
tag: v0.2.8
tag: v0.2.9
# pullPolicy: Always
name: keycloak
env:
Expand Down

0 comments on commit 0424c07

Please sign in to comment.