File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v3
2
- appVersion : 1.1.7
2
+ appVersion : 1.1.8
3
3
dependencies :
4
4
- condition : cert-manager.enabled
5
5
name : cert-manager
@@ -16,4 +16,4 @@ dependencies:
16
16
description : Host an OpenZiti controller in Kubernetes
17
17
name : ziti-controller
18
18
type : application
19
- version : 1.0.13
19
+ version : 1.0.14
Original file line number Diff line number Diff line change 2
2
3
3
# ziti-controller
4
4
5
- ![ Version: 1.0.13 ] ( https://img.shields.io/badge/Version-1.0.13 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.1.7 ] ( https://img.shields.io/badge/AppVersion-1.1.7 -informational?style=flat-square )
5
+ ![ Version: 1.0.14 ] ( https://img.shields.io/badge/Version-1.0.14 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.1.8 ] ( https://img.shields.io/badge/AppVersion-1.1.8 -informational?style=flat-square )
6
6
7
7
Host an OpenZiti controller in Kubernetes
8
8
Original file line number Diff line number Diff line change 50
50
value : {{ include "configMountDir" . }}/{{ include "ziti-controller.ctrlPlaneCaDir" . }}
51
51
- name : HOME
52
52
value : {{ .Values.image.homeDir }}
53
+ # must be false or container image will run boostrap(), which is not currently used in this chart, only by
54
+ # Linux and Docker deployments
55
+ - name : ZITI_BOOTSTRAP
56
+ value : " false"
53
57
volumeMounts :
54
58
- mountPath : {{ include "execMountDir" . }}/ziti-controller-init.bash
55
59
name : ziti-controller-configmap
You can’t perform that action at this time.
0 commit comments