We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c513a82 commit 3936bd6Copy full SHA for 3936bd6
charts/plane-ce/Chart.yaml
@@ -5,7 +5,7 @@ description: Meet Plane. An open-source software development tool to manage issu
5
6
type: application
7
8
-version: 1.0.27
+version: 1.0.26
9
appVersion: "0.23.0"
10
11
home: https://plane.so
charts/plane-ce/templates/config-secrets/app-env.yaml
@@ -6,6 +6,7 @@ metadata:
name: {{ .Release.Name }}-app-secrets
data:
SECRET_KEY: {{ .Values.env.secret_key | default "60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5" | b64enc | quote }}
+
---
12
apiVersion: v1
0 commit comments