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.1.0
6+ version : 0.1.1
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 3535 args :
3636 - ' synapse_auto_compressor'
3737 - ' -p'
38- - ' ${ DATABASE_URL} '
38+ - ' $DATABASE_URL'
3939 - ' -c'
4040 - {{ .Values.cmdArgs.chunkSize | quote }}
4141 - ' -n'
Original file line number Diff line number Diff line change 2626 args :
2727 - ' synapse_auto_compressor'
2828 - ' -p'
29- - ' ${ DATABASE_URL} '
29+ - ' $DATABASE_URL'
3030 - ' -c'
3131 - {{ .Values.cmdArgs.chunkSize | quote }}
3232 - ' -n'
You can’t perform that action at this time.
0 commit comments