We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04852c1 commit 222978dCopy full SHA for 222978d
charts/plane-ce/templates/workloads/live.deployment.yaml
@@ -41,7 +41,7 @@ spec:
41
containers:
42
- name: {{ .Release.Name }}-live
43
imagePullPolicy: Always
44
- image: {{ .Values.live.image | default "makeplane/plane-live" }}:{{ .Values.planeVersion }}
+ image: {{ .Values.live.image | default "makeplane/plane-live:preview" }}
45
stdin: true
46
tty: true
47
resources:
charts/plane-ce/values.yaml
@@ -95,7 +95,7 @@ live:
95
replicas: 1
96
memoryLimit: 1000Mi
97
cpuLimit: 500m
98
- image: makeplane/plane-live
+ image: makeplane/plane-live:preview
99
pullPolicy: Always
100
assign_cluster_ip: false
101
0 commit comments