We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef88676 + b81aa86 commit 717aa7fCopy full SHA for 717aa7f
charts/ds-server/Chart.yaml
@@ -5,4 +5,4 @@ maintainers:
5
- email: [email protected]
6
name: Elegant Themes
7
name: ds-server
8
-version: 1.0.4
+version: 1.0.5
charts/ds-server/templates/ds-server.yml
@@ -81,6 +81,8 @@ spec:
81
value: {{ .Values.DS_SERVER_REPO_URL | squote }}
82
- name: IMAGE_VERSION
83
value: {{ .Values.DS_SERVER_VERSION | squote }}
84
+ - name: GIT_REF
85
+ value: {{ .Values.GIT_REF | squote }}
86
87
image: {{ .Values.DS_SERVER_IMAGE | squote }}
88
livenessProbe:
charts/ds-server/values.yaml
@@ -6,6 +6,7 @@ DS_SERVER_IMAGE:
DS_SERVER_REPO_URL:
DS_SERVER_VERSION:
GITHUB_TOKEN:
9
+GIT_REF:
10
INSTALL_PATH:
11
JWT_PUBLIC_KEY:
12
JWT_TOKEN:
0 commit comments