Skip to content

Commit

Permalink
[CX-2036]: Resolving issues during the first migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoonstra authored and devops-datafold committed Feb 19, 2024
1 parent d050d3d commit ba0c066
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datafold/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: datafold
description: Helm chart package to deploy Datafold on kubernetes.
type: application
version: 0.4.6
version: 0.4.7
appVersion: "1.0.0"
icon: https://www.datafold.com/logo.png

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ spec:
env:
{{ include "worker.env" . | nindent 12 }}
{{ include "datafold.env" . | nindent 12 }}
- name: DATAFOLD_FRESHPAINT_URL
valueFrom:
secretKeyRef:
name: {{ include "datafold.secrets" . }}
key: DATAFOLD_FRESHPAINT_URL
livenessProbe:
exec:
command:
Expand Down

0 comments on commit ba0c066

Please sign in to comment.