Skip to content

Commit

Permalink
chore: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jun 11, 2024
1 parent e0731c6 commit e62e350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
fsGroup: 1000
containers:
- name: {{ include "config-db.name" . }}
image: "{{ tpl .Values.image.repository . }}/{{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
image: "{{ tpl .Values.global.image.repository . }}/{{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
livenessProbe:
failureThreshold: 3
Expand Down
3 changes: 2 additions & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Declare variables to be passed into your templates.

global:
image:
repository: docker.io/flanksource
db:
connectionPooler:
enabled: false
Expand All @@ -18,7 +20,6 @@ nameOverride: ''
disablePostgrest: false

image:
repository: docker.io/flanksource
name: config-db
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
Expand Down

0 comments on commit e62e350

Please sign in to comment.