Skip to content

Commit

Permalink
Merge pull request #245 from openziti/controller-no-bootstrap
Browse files Browse the repository at this point in the history
disable bootstrapping because next container image is enabled by default
  • Loading branch information
qrkourier authored Aug 1, 2024
2 parents 5cb7ab7 + bb8c4f6 commit 07b5b5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/ziti-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v3
appVersion: 1.1.7
appVersion: 1.1.8
dependencies:
- condition: cert-manager.enabled
name: cert-manager
Expand All @@ -16,4 +16,4 @@ dependencies:
description: Host an OpenZiti controller in Kubernetes
name: ziti-controller
type: application
version: 1.0.13
version: 1.0.14
2 changes: 1 addition & 1 deletion charts/ziti-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ziti-controller

![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)
![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)

Host an OpenZiti controller in Kubernetes

Expand Down
4 changes: 4 additions & 0 deletions charts/ziti-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ spec:
value: {{ include "configMountDir" . }}/{{ include "ziti-controller.ctrlPlaneCaDir" . }}
- name: HOME
value: {{ .Values.image.homeDir }}
# must be false or container image will run boostrap(), which is not currently used in this chart, only by
# Linux and Docker deployments
- name: ZITI_BOOTSTRAP
value: "false"
volumeMounts:
- mountPath: {{ include "execMountDir" . }}/ziti-controller-init.bash
name: ziti-controller-configmap
Expand Down

0 comments on commit 07b5b5d

Please sign in to comment.