Skip to content

Commit 3936bd6

Browse files
committed
revert: ce changes and chart version
1 parent c513a82 commit 3936bd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/plane-ce/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Meet Plane. An open-source software development tool to manage issu
55

66
type: application
77

8-
version: 1.0.27
8+
version: 1.0.26
99
appVersion: "0.23.0"
1010

1111
home: https://plane.so

charts/plane-ce/templates/config-secrets/app-env.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
name: {{ .Release.Name }}-app-secrets
77
data:
88
SECRET_KEY: {{ .Values.env.secret_key | default "60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5" | b64enc | quote }}
9+
910
---
1011

1112
apiVersion: v1

0 commit comments

Comments
 (0)