File tree Expand file tree Collapse file tree 5 files changed +19
-15
lines changed
Expand file tree Collapse file tree 5 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ SERVER_STATUS_SCHEDULE=*/30 * * * *
7474SERVER_STATUS_PROXY=
7575SERVER_STATUS_TIMEOUT=5000
7676
77- # This doesn't work yet (ask sviny)
78- #LOGO_OMSK_IMG=ogol.png
79- #LOGO_IMG=logo.png
80- #LOGO_ALT=1chan
77+ # Force update files on client side
78+ CSS_VERSION=?1
79+ JS_VERSION=?1
80+ ICONS_VERSION=?1
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ services:
4242 SEARCHD_READ_TIMEOUT : " 5"
4343 SEARCHD_MAX_CHILDREN : " 30"
4444 SEARCHD_PID_FILE : " searchd.pid"
45- CSS_VERSION : " ?1"
46- JS_VERSION : " ?1"
47- ICONS_VERSION : " ?1"
4845 ports :
4946 - " 80:80"
5047 volumes :
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ SERVER_STATUS_SCHEDULE=*/30 * * * *
7474SERVER_STATUS_PROXY=
7575SERVER_STATUS_TIMEOUT=5000
7676
77- # This doesn't work yet (ask sviny)
78- #LOGO_OMSK_IMG=ogol.png
79- #LOGO_IMG=logo.png
80- #LOGO_ALT=1chan
77+ # Force update files on client side
78+ CSS_VERSION=?1
79+ JS_VERSION=?1
80+ ICONS_VERSION=?1
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : 1chan
3- version : 0.1.2
3+ version : 0.1.3
44appVersion : " 1.0.0"
55description : 1chan k8s helm chart.
66home : https://github.com/katzterd/1chan
Original file line number Diff line number Diff line change @@ -81,11 +81,18 @@ items:
8181 - name : SEARCHD_PID_FILE
8282 value : " searchd.pid"
8383 - name : CSS_VERSION
84- value : " ?1"
84+ secretKeyRef :
85+ key : CSS_VERSION
86+ name : {{ include "SecretsName" . }}
8587 - name : JS_VERSION
86- value : " ?1"
88+ valueFrom :
89+ secretKeyRef :
90+ key : JS_VERSION
91+ name : {{ include "SecretsName" . }}
8792 - name : ICONS_VERSION
88- value : " ?1"
93+ secretKeyRef :
94+ key : ICONS_VERSION
95+ name : {{ include "SecretsName" . }}
8996 - name : ADMIN_LOGIN
9097 valueFrom :
9198 secretKeyRef :
You can’t perform that action at this time.
0 commit comments