Skip to content

Commit 0424c07

Browse files
author
Maurice Faber
committed
fix: bumped other task images
1 parent 8ba6d6d commit 0424c07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

values/jobs/drone.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enabled: false
1515
description: Configure Drone to sync the values repo
1616
image:
1717
repository: otomi/tasks
18-
tag: v0.2.8
18+
tag: v0.2.9
1919
# pullPolicy: Always
2020
name: drone
2121
nativeSecrets:

values/jobs/gitea-add-users.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nativeSecrets:
1515
schedule: "0/3 * * * *" # every 5 minutes
1616
image:
1717
repository: otomi/tasks
18-
tag: v0.2.8
18+
tag: v0.2.9
1919
# pullPolicy: Always
2020
script: {{ if $skipVerify }}NODE_TLS_REJECT_UNAUTHORIZED=0 {{ end }}npm run tasks:gitea-add-users
2121
runPolicy: Always

values/jobs/gitea.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ init:
2828
echo READY!
2929
image:
3030
repository: otomi/tasks
31-
tag: v0.2.8
31+
tag: v0.2.9
3232
# pullPolicy: Always
3333
script: {{ if $skipVerify }}NODE_TLS_REJECT_UNAUTHORIZED=0 {{ end }}npm run tasks:gitea
3434
runPolicy: OnSpecChange

values/jobs/keycloak.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ init:
3232
echo READY!
3333
image:
3434
repository: otomi/tasks
35-
tag: v0.2.8
35+
tag: v0.2.9
3636
# pullPolicy: Always
3737
name: keycloak
3838
env:

0 commit comments

Comments
 (0)