Skip to content

Commit 07b5b5d

Browse files
authored
Merge pull request #245 from openziti/controller-no-bootstrap
disable bootstrapping because next container image is enabled by default
2 parents 5cb7ab7 + bb8c4f6 commit 07b5b5d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/ziti-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v3
2-
appVersion: 1.1.7
2+
appVersion: 1.1.8
33
dependencies:
44
- condition: cert-manager.enabled
55
name: cert-manager
@@ -16,4 +16,4 @@ dependencies:
1616
description: Host an OpenZiti controller in Kubernetes
1717
name: ziti-controller
1818
type: application
19-
version: 1.0.13
19+
version: 1.0.14

charts/ziti-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ziti-controller
44

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)
66

77
Host an OpenZiti controller in Kubernetes
88

charts/ziti-controller/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ spec:
5050
value: {{ include "configMountDir" . }}/{{ include "ziti-controller.ctrlPlaneCaDir" . }}
5151
- name: HOME
5252
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"
5357
volumeMounts:
5458
- mountPath: {{ include "execMountDir" . }}/ziti-controller-init.bash
5559
name: ziti-controller-configmap

0 commit comments

Comments
 (0)