Skip to content

Commit

Permalink
chore: set production to latest app image digest
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Nov 19, 2024
1 parent 935e8aa commit 241b748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions env/production/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ spec:
spec:
containers:
- name: container
image: ghcr.io/get-glu/gitops-example/app:latest
image: "ghcr.io/get-glu/gitops-example/app:latest@sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab"
ports:
- containerPort: 8080
env:
- name: APP_ENVIRONMENT
value: "production"
- name: APP_IMAGE_DIGEST
value: "unknown"

value: "sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab"
1 change: 0 additions & 1 deletion env/staging/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ spec:
value: "staging"
- name: APP_IMAGE_DIGEST
value: "sha256:e45af70591e3cb95e8d3b90f2b9807bc9f7a948c23094b38361f362d1dfb24ab"

0 comments on commit 241b748

Please sign in to comment.