Skip to content

Commit

Permalink
feat: change nightly image to master image
Browse files Browse the repository at this point in the history
Signed-off-by: Zufar Dhiyaullhaq <[email protected]>
  • Loading branch information
zufardhiyaulhaq committed Sep 29, 2024
1 parent 4f27fd9 commit fac997a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ helm install my-istio-upgrade-worker istio-upgrade-worker/istio-upgrade-worker -
| configuration.timeLocation | string | `"Asia/Jakarta"` | |
| cronjob.image | string | `"ghcr.io/gopaytech/istio-upgrade-worker"` | |
| cronjob.schedule | string | `"32 5 * * *"` | |
| cronjob.tag | string | `"nightly"` | |
| cronjob.tag | string | `"master"` | |
| cronjob.timeZone | string | `"Asia/Jakarta"` | |
| podLabels | object | `{}` | |
| resources.limits.cpu | string | `"200m"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/istio-upgrade-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ helm install my-istio-upgrade-worker istio-upgrade-worker/istio-upgrade-worker -
| configuration.timeLocation | string | `"Asia/Jakarta"` | |
| cronjob.image | string | `"ghcr.io/gopaytech/istio-upgrade-worker"` | |
| cronjob.schedule | string | `"32 5 * * *"` | |
| cronjob.tag | string | `"nightly"` | |
| cronjob.tag | string | `"master"` | |
| cronjob.timeZone | string | `"Asia/Jakarta"` | |
| podLabels | object | `{}` | |
| resources.limits.cpu | string | `"200m"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/istio-upgrade-worker/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cronjob:
image: "ghcr.io/gopaytech/istio-upgrade-worker"
tag: "nightly"
tag: "master"
schedule: "32 5 * * *"
timeZone: 'Asia/Jakarta'

Expand Down
6 changes: 3 additions & 3 deletions charts/releases/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ entries:
istio-upgrade-worker:
- apiVersion: v2
appVersion: 1.0.0
created: "2024-09-28T23:10:40.676696+07:00"
digest: 56c947b0804033ce999dbfabf74b6963d3aaa0cafc8ec6e239cf343930799d67
created: "2024-09-29T09:34:30.919047+07:00"
digest: c3a9312df86fe0c152094b36817613cc9eae8d227264dc095b6090f9730e0410
home: https://github.com/gopaytech/istio-upgrade-worker
maintainers:
- email: [email protected]
Expand All @@ -15,4 +15,4 @@ entries:
urls:
- istio-upgrade-worker-1.0.0.tgz
version: 1.0.0
generated: "2024-09-28T23:10:40.676284+07:00"
generated: "2024-09-29T09:34:30.918581+07:00"
Binary file modified charts/releases/istio-upgrade-worker-1.0.0.tgz
Binary file not shown.

0 comments on commit fac997a

Please sign in to comment.