Commit abbea48 1 parent 45ea308 commit abbea48 Copy full SHA for abbea48
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : backend
3
- version : 0.4.0
3
+ version : 0.4.1
4
4
description : Backend of the Snoty application suite
5
5
type : application
6
6
home : https://snoty.me
@@ -12,7 +12,7 @@ maintainers:
12
12
email : SIMULATAN@proton.me
13
13
url : https://github.com/SIMULATAN
14
14
icon : https://avatars.githubusercontent.com/u/163506575
15
- appVersion : " 0.0.1-176 "
15
+ appVersion : " 0.0.1-242 "
16
16
dependencies :
17
17
- name : common
18
18
version : 2.x.x
Original file line number Diff line number Diff line change 12
12
{ {- end -} }
13
13
{ {- end } }
14
14
{ {- with $.Values.ingress } }
15
- publicHost: { { ternary " https" " http" .tls } }://{ { .hostname } }{ { .path } }
15
+ publicHost: { { ternary " https" " http" .tls } }://{ { .hostname } }{ { trimSuffix " / " .path } }
16
16
{ {- end } }
17
17
mongodb:
18
18
# if `appConfig.mongodb` is set, it overrides the config from `mongodb`.
You can’t perform that action at this time.
0 commit comments