Skip to content

Commit

Permalink
fix(k8s-manifests): hotfix: fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreutel committed Oct 3, 2024
1 parent 47974db commit 2341a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s_manifests/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: backend
image: jtreutel/demo-backend:master
image: jtreutel/demo-backend:main
imagePullPolicy: Always
env:
- name: MONGO_CONN_STR
Expand Down
2 changes: 1 addition & 1 deletion k8s_manifests/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: frontend
image: jtreutel/demo-frontend:master
image: jtreutel/demo-frontend:main
imagePullPolicy: Always
env:
- name: REACT_APP_BACKEND_URL
Expand Down

0 comments on commit 2341a44

Please sign in to comment.