From 0db3aefb6233ec603e3146807b815eda6e5eee36 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Fri, 15 Nov 2024 12:40:08 -0500 Subject: [PATCH] add the new edge-oidc binding --- charts/ziti-controller/Chart.yaml | 2 +- charts/ziti-controller/README.md | 2 +- charts/ziti-controller/templates/configmap.yaml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/ziti-controller/Chart.yaml b/charts/ziti-controller/Chart.yaml index eb68ae58..523d2305 100644 --- a/charts/ziti-controller/Chart.yaml +++ b/charts/ziti-controller/Chart.yaml @@ -16,4 +16,4 @@ dependencies: description: Host an OpenZiti controller in Kubernetes name: ziti-controller type: application -version: 1.1.3 +version: 1.1.4 diff --git a/charts/ziti-controller/README.md b/charts/ziti-controller/README.md index d60d302c..e4b4fe20 100644 --- a/charts/ziti-controller/README.md +++ b/charts/ziti-controller/README.md @@ -2,7 +2,7 @@ # ziti-controller -![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.15](https://img.shields.io/badge/AppVersion-1.1.15-informational?style=flat-square) +![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.15](https://img.shields.io/badge/AppVersion-1.1.15-informational?style=flat-square) Host an OpenZiti controller in Kubernetes diff --git a/charts/ziti-controller/templates/configmap.yaml b/charts/ziti-controller/templates/configmap.yaml index a110f9c7..59be7db2 100644 --- a/charts/ziti-controller/templates/configmap.yaml +++ b/charts/ziti-controller/templates/configmap.yaml @@ -257,6 +257,8 @@ data: options: { } - binding: fabric options: { } + - binding: edge-oidc + options: { } - binding: zac options: location: /ziti-console @@ -347,6 +349,8 @@ data: options: { } - binding: fabric options: { } + - binding: edge-oidc + options: { } - binding: health-checks options: { } - binding: zac