Skip to content

Commit

Permalink
fix(env/staging): remove accidental double sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Nov 19, 2024
1 parent 85f41cd commit 935e8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/staging/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: container
image: "ghcr.io/get-glu/gitops-example/app:latest@sha256@sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab"
image: "ghcr.io/get-glu/gitops-example/app:latest@sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab"
ports:
- containerPort: 8080
env:
Expand Down

0 comments on commit 935e8aa

Please sign in to comment.