diff --git a/charts/bitwarden-eso-provider/Chart.yaml b/charts/bitwarden-eso-provider/Chart.yaml index cf75a77..ec0d621 100644 --- a/charts/bitwarden-eso-provider/Chart.yaml +++ b/charts/bitwarden-eso-provider/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.0 +version: 0.5.1 # renovate: image=jessebot/bweso appVersion: "v0.3.0" diff --git a/charts/bitwarden-eso-provider/templates/_helpers.tpl b/charts/bitwarden-eso-provider/templates/_helpers.tpl index 245d7a9..784ee31 100644 --- a/charts/bitwarden-eso-provider/templates/_helpers.tpl +++ b/charts/bitwarden-eso-provider/templates/_helpers.tpl @@ -66,7 +66,7 @@ Create the url string that will be used to query Bitwarden: - cluster-secret-store logins url */}} {{- define "bitwarden-eso-provider.clusterSecretStore.loginUrl" -}} -{{- printf "http://%s.%s.svc.cluster.local:%s/list/object/items?search={{ .remoteRef.key }}" .Release.Name .Release.Namespace (.Values.service.port | toString) | quote }} +{{- printf "http://%s.%s.svc.cluster.local.:%s/list/object/items?search={{ .remoteRef.key }}" .Release.Name .Release.Namespace (.Values.service.port | toString) | quote }} {{- end }}