We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c146ff commit 8c1b5d7Copy full SHA for 8c1b5d7
helm/Chart.yaml
@@ -3,5 +3,5 @@ apiVersion: v2
3
name: private-location
4
description: Escape Private Location
5
type: application
6
-version: 0.0.23
7
-appVersion: 0.0.23
+version: 0.0.24
+appVersion: 0.0.24
helm/templates/deploy.yaml
@@ -19,8 +19,7 @@ spec:
19
containers:
20
- name: {{ include "fullname" . }}
21
image: {{ .Values.container.image }}
22
- command:
23
- - escape-cli
+ args:
24
- locations
25
- start
26
- "-v"
version.txt
@@ -1 +1 @@
1
-0.0.23
+0.0.24
0 commit comments