Skip to content

Commit

Permalink
ghcr.io/klimatbyran/garbo:3.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxcdbot committed Dec 5, 2024
1 parent a195352 commit 0fceabb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app: garbo
spec:
containers:
- image: ghcr.io/klimatbyran/garbo:3.4.14 # {"$imagepolicy": "flux-system:garbo"}
- image: ghcr.io/klimatbyran/garbo:3.4.15 # {"$imagepolicy": "flux-system:garbo"}
resources: {}
name: garbo
ports:
Expand Down
2 changes: 1 addition & 1 deletion k8s/pre-deploy/db-migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
restartPolicy: Never
containers:
- name: migration
image: ghcr.io/klimatbyran/garbo:3.4.14 # {"$imagepolicy": "flux-system:garbo"}
image: ghcr.io/klimatbyran/garbo:3.4.15 # {"$imagepolicy": "flux-system:garbo"}
command: ['npm', 'run', 'migrate']
env:
- name: POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion k8s/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app: worker
spec:
containers:
- image: ghcr.io/klimatbyran/garbo:3.4.14 # {"$imagepolicy": "flux-system:garbo"}
- image: ghcr.io/klimatbyran/garbo:3.4.15 # {"$imagepolicy": "flux-system:garbo"}
resources: {}
command: ['npm', 'run', 'workers']
name: worker
Expand Down

0 comments on commit 0fceabb

Please sign in to comment.