From 6e3e9910326f4a62445cc704d39ff0736bdf4899 Mon Sep 17 00:00:00 2001 From: QuentinN42 Date: Tue, 25 Feb 2025 18:26:29 +0100 Subject: [PATCH] v0.0.22 --- helm/Chart.yaml | 4 ++-- helm/templates/deploy.yaml | 3 ++- version.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 090733d..7104945 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -3,5 +3,5 @@ apiVersion: v2 name: private-location description: Escape Private Location type: application -version: 0.0.21 -appVersion: 0.0.21 +version: 0.0.22 +appVersion: 0.0.22 diff --git a/helm/templates/deploy.yaml b/helm/templates/deploy.yaml index f0d47b1..bfa4c4f 100644 --- a/helm/templates/deploy.yaml +++ b/helm/templates/deploy.yaml @@ -20,10 +20,11 @@ spec: - name: {{ include "fullname" . }} image: {{ .Values.container.image }} command: + - escape-cli - locations - start - "-v" - - {{ .Values.ESCAPE_PRIVATE_LOCATION | default (include "fullname" .) | quote }} + - {{ .Values.ESCAPE_PRIVATE_LOCATION | default (.Release.Name) | quote }} imagePullPolicy: Always resources: limits: diff --git a/version.txt b/version.txt index 236c7ad..818944f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.21 +0.0.22