Skip to content

Commit

Permalink
ghcr.io/klimatbyran/garbo:3.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxcdbot committed Nov 28, 2024
1 parent 99e384f commit f50e69a
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.3.12 # {"$imagepolicy": "flux-system:garbo"}
- image: ghcr.io/klimatbyran/garbo:3.3.13 # {"$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.3.12 # {"$imagepolicy": "flux-system:garbo"}
image: ghcr.io/klimatbyran/garbo:3.3.13 # {"$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.3.12 # {"$imagepolicy": "flux-system:garbo"}
- image: ghcr.io/klimatbyran/garbo:3.3.13 # {"$imagepolicy": "flux-system:garbo"}
resources: {}
command: ['npm', 'run', 'workers']
name: worker
Expand Down

0 comments on commit f50e69a

Please sign in to comment.