Skip to content

Commit 222978d

Browse files
committed
changed live image tag to preview
1 parent 04852c1 commit 222978d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/plane-ce/templates/workloads/live.deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
containers:
4242
- name: {{ .Release.Name }}-live
4343
imagePullPolicy: Always
44-
image: {{ .Values.live.image | default "makeplane/plane-live" }}:{{ .Values.planeVersion }}
44+
image: {{ .Values.live.image | default "makeplane/plane-live:preview" }}
4545
stdin: true
4646
tty: true
4747
resources:

charts/plane-ce/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ live:
9595
replicas: 1
9696
memoryLimit: 1000Mi
9797
cpuLimit: 500m
98-
image: makeplane/plane-live
98+
image: makeplane/plane-live:preview
9999
pullPolicy: Always
100100
assign_cluster_ip: false
101101

0 commit comments

Comments
 (0)