fix: set backend.image and frontend.image as strings for helm
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m7s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m7s
This commit is contained in:
parent
0c66dd65c5
commit
458bfb9af1
@ -88,8 +88,8 @@ jobs:
|
||||
--create-namespace \
|
||||
--values ./chart/values.prod.yaml \
|
||||
--values ./chart/secrets.prod.yaml \
|
||||
--set backend.image.repository=registry.liquidrinu.com/fusero-backend \
|
||||
--set frontend.image.repository=registry.liquidrinu.com/fusero-frontend
|
||||
--set backend.image=registry.liquidrinu.com/fusero-backend:latest \
|
||||
--set frontend.image=registry.liquidrinu.com/fusero-frontend:latest
|
||||
|
||||
- name: Wait for migration/seed job
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user