File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: v2
33name : compress-state
44description : Run rust-synapse-compress-state as a Kubernetes Job/CronJob
55type : application
6- version : 0.0.3
6+ version : 0.0.4
77appVersion : " v0.1.4"
88sources :
99 - https://github.com/matrix-org/rust-synapse-compress-state
Original file line number Diff line number Diff line change 3030 restartPolicy : Never
3131 containers :
3232 - name : compress
33- image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.appVersion }}"
33+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
3434 imagePullPolicy : {{ .Values.image.pullPolicy }}
3535 args :
3636 - " --postgres-url=${DATABASE_URL}"
Original file line number Diff line number Diff line change 2121 restartPolicy : Never
2222 containers :
2323 - name : compress
24- image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.appVersion }}"
24+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
2525 imagePullPolicy : {{ .Values.image.pullPolicy }}
2626 args :
2727 - " --postgres-url=${DATABASE_URL}"
You can’t perform that action at this time.
0 commit comments