mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[bitwardenrs] fix missing else switch (#798)
* fix missing else switch * bump version
This commit is contained in:
parent
04dbdccaff
commit
3a77adf1d7
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: bitwardenrs
|
name: bitwardenrs
|
||||||
description: Unofficial Bitwarden compatible server written in Rust
|
description: Unofficial Bitwarden compatible server written in Rust
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.9
|
version: 2.1.10
|
||||||
appVersion: 1.18.0
|
appVersion: 1.18.0
|
||||||
keywords:
|
keywords:
|
||||||
- bitwarden
|
- bitwarden
|
||||||
|
@ -59,10 +59,11 @@ spec:
|
|||||||
name: {{ $fullName }}
|
name: {{ $fullName }}
|
||||||
port:
|
port:
|
||||||
name: websocket
|
name: websocket
|
||||||
{{- end }}
|
{{- else }}
|
||||||
backend:
|
backend:
|
||||||
serviceName: {{ $fullName }}
|
serviceName: {{ $fullName }}
|
||||||
servicePort: {{ $websockets.port }}
|
servicePort: {{ $websockets.port }}
|
||||||
|
{{- end }}
|
||||||
- path: {{ . | trimSuffix "/" }}/notifications/hub/negotiate
|
- path: {{ . | trimSuffix "/" }}/notifications/hub/negotiate
|
||||||
{{- if semverCompare ">=1.19-0" $apiVersion }}
|
{{- if semverCompare ">=1.19-0" $apiVersion }}
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
@ -71,10 +72,11 @@ spec:
|
|||||||
name: {{ $fullName }}
|
name: {{ $fullName }}
|
||||||
port:
|
port:
|
||||||
name: http
|
name: http
|
||||||
{{- end }}
|
{{- else }}
|
||||||
backend:
|
backend:
|
||||||
serviceName: {{ $fullName }}
|
serviceName: {{ $fullName }}
|
||||||
servicePort: {{ $svcPort}}
|
servicePort: {{ $svcPort}}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user