Skip to content

Commit

Permalink
chore: update prod images
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmann committed Oct 21, 2024
1 parent f9db0a0 commit 600abe5
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions deploy/kustomize/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@ resources:
- ../base/backend
- ../base/frontend
images:
# - name: backend-image
# newName: ghcr.io/green-ecolution/green-ecolution-backend-prod
# newTag: v1.0.0
# - name: frontend-image
# newName: ghcr.io/green-ecolution/green-ecolution-frontend-prod
# newTag: v1.0.0
- name: backend-image
newName: ghcr.io/green-ecolution/green-ecolution-backend-stage
newTag: fbe1200
newName: ghcr.io/green-ecolution/green-ecolution-backend
newTag: v1.0.0
- name: frontend-image
newName: ghcr.io/green-ecolution/green-ecolution-frontend-stage
newTag: e0bbb5f
newName: ghcr.io/green-ecolution/green-ecolution-frontend
newTag: v1.0.0
- name: init-migrations-image
newName: ghcr.io/green-ecolution/migrations-postgres
newTag: latest
Expand Down

0 comments on commit 600abe5

Please sign in to comment.