Skip to content

Commit b81aa86

Browse files
committed
feat: added GIT_REF for automatic dev deployment.
1 parent df6956f commit b81aa86

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

charts/ds-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ maintainers:
55
66
name: Elegant Themes
77
name: ds-server
8-
version: 1.0.4
8+
version: 1.0.5

charts/ds-server/templates/ds-server.yml

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ spec:
8181
value: {{ .Values.DS_SERVER_REPO_URL | squote }}
8282
- name: IMAGE_VERSION
8383
value: {{ .Values.DS_SERVER_VERSION | squote }}
84+
- name: GIT_REF
85+
value: {{ .Values.GIT_REF | squote }}
8486

8587
image: {{ .Values.DS_SERVER_IMAGE | squote }}
8688
livenessProbe:

charts/ds-server/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ DS_SERVER_IMAGE:
66
DS_SERVER_REPO_URL:
77
DS_SERVER_VERSION:
88
GITHUB_TOKEN:
9+
GIT_REF:
910
INSTALL_PATH:
1011
JWT_PUBLIC_KEY:
1112
JWT_TOKEN:

0 commit comments

Comments
 (0)