Skip to content

Commit

Permalink
chore: propagate the data-services image tag (#3398)
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty authored Dec 13, 2023
1 parent cdfc538 commit 430705d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/renku/templates/data-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
containerPort: 8000
protocol: TCP
env:
- name: VERSION
value: {{ .Values.dataService.image.tag | quote }}
- name: DB_HOST
value: {{ template "postgresql.fullname" . }}
- name: DB_USER
Expand Down

0 comments on commit 430705d

Please sign in to comment.