Skip to content

Commit

Permalink
Use latest tag for cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
aajimal committed Jun 6, 2024
1 parent 2f287a3 commit 47a4c9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/spamooor-cronjobs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 0.1.0
description: A Helm chart for Kubernetes
name: spamooor-cronjobs
type: application
version: 0.1.2
version: 0.1.3

maintainers:
- name: bharath-123
Expand Down
8 changes: 4 additions & 4 deletions charts/spamooor-cronjobs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fsGroup: 2000
image:
repository: ghcr.io/astriaorg/spamooor
tag: pr-12
tag: latest
imagePullPolicy: Always
schedule: "*/20 * * * *"
command: ["/app/spamooor"]
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
fsGroup: 2000
image:
repository: ghcr.io/astriaorg/spamooor
tag: pr-12
tag: latest
imagePullPolicy: Always
schedule: "*/15 * * * *"
command: ["/app/spamooor"]
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fsGroup: 2000
image:
repository: ghcr.io/astriaorg/spamooor
tag: pr-12
tag: latest
imagePullPolicy: Always
# run every 10mins
schedule: "*/25 * * * *"
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
fsGroup: 2000
image:
repository: ghcr.io/astriaorg/spamooor
tag: pr-12
tag: latest
imagePullPolicy: Always
schedule: "*/30 * * * *"
command: ["/app/spamooor"]
Expand Down

0 comments on commit 47a4c9c

Please sign in to comment.