From 2a9911f1d10fab46c9ff831a2cc7d51bfc358b83 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Fri, 31 May 2024 19:31:07 -0400 Subject: [PATCH] bump versions and clarify descriptions --- README.md | 17 ----------------- charts/ziti-edge-tunnel/Chart.yaml | 6 +++--- charts/ziti-host/Chart.yaml | 6 +++--- charts/zrok/Chart.yaml | 4 ++-- 4 files changed, 8 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index ff436bd81..5bf53c513 100644 --- a/README.md +++ b/README.md @@ -13,23 +13,6 @@ $ helm repo add openziti https://docs.openziti.io/helm-charts/ "openziti" has been added to your repositories ``` -### Search for available charts in this repo - -```console -$ helm search repo openziti -NAME CHART VERSION APP VERSION DESCRIPTION -openziti/hello-toy 3.0.1 v1 Run the lightweight toy web server, optionally with a custom service domain name in cluster DNS. -openziti/httpbin 0.1.11 latest Run the Ziti fork of go-httpbin -openziti/prometheus 0.0.11 0.0.13 Prometheus is a monitoring system and time series database. -openziti/reflect 0.3.8 0.0.4 Deploy a pod running the Ziti-embeded version of go-httpbin, a REST API server. -openziti/ziti-console 0.4.2 2.9.0 Deploy OpenZiti console as kubernetes service -openziti/ziti-controller 0.7.1 0.30.4 Host an OpenZiti controller in Kubernetes -openziti/ziti-edge-tunnel 0.0.2 0.22.12 Host OpenZiti services with a tunneler pod -openziti/ziti-host 0.4.6 0.21.5 Host OpenZiti services with a tunneler pod -openziti/ziti-router 0.8.3 0.30.4 Host an OpenZiti router in Kubernetes -openziti/zrok 0.1.17 v0.3.6 A Helm chart for Kubernetes -``` - ## Chart Highlights ### Charts for Workloads diff --git a/charts/ziti-edge-tunnel/Chart.yaml b/charts/ziti-edge-tunnel/Chart.yaml index c378e3e9b..0026feeb3 100644 --- a/charts/ziti-edge-tunnel/Chart.yaml +++ b/charts/ziti-edge-tunnel/Chart.yaml @@ -1,10 +1,10 @@ apiVersion: v2 -appVersion: 0.22.26 -description: Host OpenZiti services with a tunneler pod +appVersion: 0.22.29 +description: Dial OpenZiti services with a tunneler daemonset kubeVersion: '>= 1.20.0-0' name: ziti-edge-tunnel type: application -version: 0.0.14 +version: 0.1.0 icon: https://openziti.io/img/ziti-logo-dark.svg home: https://openziti.io sources: diff --git a/charts/ziti-host/Chart.yaml b/charts/ziti-host/Chart.yaml index 1bea7610d..ac5981726 100644 --- a/charts/ziti-host/Chart.yaml +++ b/charts/ziti-host/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: 0.22.26 -description: Host OpenZiti services with a tunneler pod +appVersion: 0.22.29 +description: Reverse proxy cluster services with an OpenZiti tunneler pod kubeVersion: '>= 1.20.0-0' name: ziti-host type: application -version: 0.4.11 +version: 0.4.12 diff --git a/charts/zrok/Chart.yaml b/charts/zrok/Chart.yaml index abb1f485c..838f0a941 100644 --- a/charts/zrok/Chart.yaml +++ b/charts/zrok/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.3 +version: 0.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.4.30" +appVersion: 0.4.30 dependencies: [] # removing this dependency until it becomes clear that it makes sense as a subchart