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

Commit

Permalink
fix: fix crons docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 22, 2023
1 parent 92a8a1a commit ac5d420
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/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.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
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.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/reportingDossierRefuse.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.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/reportingExpertWeekly.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.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
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.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
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.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/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.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
12 changes: 0 additions & 12 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,3 @@ keycloak:
paths:
- path: /
pathType: Prefix

deactivate:
jobs-deactivate:
runs:
deactivate:
with:
db: true
drop-db2:
use: drop-db
with:
database: "keycloak_{{.Values.global.branchSlug32}}"
databaseUser: "keycloak_{{ .Values.global.branchSlug32 }}"

0 comments on commit ac5d420

Please sign in to comment.