Skip to content

Commit

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

0 comments on commit e8109be

Please sign in to comment.