Skip to content

Commit

Permalink
bump versions and clarify descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed May 31, 2024
1 parent 6cc4af5 commit 2a9911f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 25 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/ziti-edge-tunnel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions charts/ziti-host/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/zrok/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a9911f

Please sign in to comment.