Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix: preprod jobs image (#307)
Browse files Browse the repository at this point in the history
* Update values.yaml

* Update importFromDS.yaml

* Update verifFolders.yaml
  • Loading branch information
Julien Bouquillon authored Nov 24, 2023
1 parent 84b345d commit fffda0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kontinuous/env/preprod/templates/importFromDS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mon-psy
image: {{ .Values.global.registry }}/{{ .Values.global.imageRepository }}/app:{{ .Values.global.imageTag }}
image: {{ .Values.global.registry }}/{{ .Values.global.imageProject }}/{{ .Values.global.imageRepository }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/preprod/templates/verifFolders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mon-psy
image: {{ .Values.global.registry }}/{{ .Values.global.imageRepository }}/app:{{ .Values.global.imageTag }}
image: {{ .Values.global.registry }}/{{ .Values.global.imageProject }}/{{ .Values.global.imageRepository }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app:
containerPort: 3000
~needs: [pg, keycloak]
~needs: [pg, keycloak, build-app]
probesPath: "/healthz"
envFrom:
- secretRef:
Expand Down

0 comments on commit fffda0e

Please sign in to comment.