File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 5252 - name : install miniziti
5353 uses : supplypike/setup-bin@v4
5454 with :
55- # uri: https://get.openziti.io/miniziti.bash
56- uri : https://raw.githubusercontent.com/openziti/ziti/refs/heads/quick-k8s-helm-deps/quickstart/kubernetes/miniziti.bash
55+ uri : https://get.openziti.io/miniziti.bash
5756 name : miniziti
5857 version : quickstartrelease
5958
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 1.4.2
2+ appVersion : 1.5.3
33dependencies :
44- condition : cert-manager.enabled
55 name : cert-manager
@@ -16,4 +16,4 @@ dependencies:
1616description : Host an OpenZiti controller in Kubernetes
1717name : ziti-controller
1818type : application
19- version : 1.2.2
19+ version : 1.3.0
Original file line number Diff line number Diff line change 22
33# ziti-controller
44
5- ![ Version: 1.2.2 ] ( https://img.shields.io/badge/Version-1.2.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.4.2 ] ( https://img.shields.io/badge/AppVersion-1.4.2 -informational?style=flat-square )
5+ ![ Version: 1.3.0 ] ( https://img.shields.io/badge/Version-1.3.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.5.3 ] ( https://img.shields.io/badge/AppVersion-1.5.3 -informational?style=flat-square )
66
77Host an OpenZiti controller in Kubernetes
88
Original file line number Diff line number Diff line change 1- # generate a self-signed issuer if no alternative issuer is configured for the controller's
2- # control plane and web binding PKIs
3- {{- if and (eq (len .Values.ctrlPlane.alternativeIssuer) 0) (eq (len .Values.webBindingPki.alternativeIssuer) 0) }}
1+ # generate an empty Issuer for creating root CAs unless all the controller's other PKIs are configured with an alternative issuer
2+ {{- if or (eq (len .Values.ctrlPlane.alternativeIssuer) 0) (eq (len .Values.webBindingPki.alternativeIssuer) 0) (eq (len .Values.edgeSignerPki.alternativeIssuer) 0) }}
43---
5- # an 'empty' Issuer for creating self-signed root-CA's
64apiVersion : cert-manager.io/v1
75kind : Issuer
86metadata :
You can’t perform that action at this time.
0 commit comments