Skip to content

Commit

Permalink
Merge pull request #275 from openziti/prune-obsolete-value
Browse files Browse the repository at this point in the history
prune obsolete input value
  • Loading branch information
qrkourier authored Nov 13, 2024
2 parents 5cc35a4 + f9f7b50 commit 6f1907d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ziti-router/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 1.1.15
description: Host an OpenZiti router in Kubernetes
name: ziti-router
type: application
version: 1.1.1
version: 1.1.2
3 changes: 1 addition & 2 deletions charts/ziti-router/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- README.md generated by helm-docs from README.md.gotmpl -->
# ziti-router

![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-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.2](https://img.shields.io/badge/Version-1.1.2-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 router in Kubernetes

Expand Down Expand Up @@ -266,7 +266,6 @@ identity:
| edge.service.enabled | bool | `true` | create a cluster service for the edge listener; usually true, but you can disable this to effectively un-publish the edge listener |
| edge.service.labels | object | `{}` | service labels |
| edge.service.type | string | `"ClusterIP"` | expose the service as a ClusterIP, NodePort, or LoadBalancer; default is ClusterIP, but you could use NodePort or LoadBalancer instead of an ingress controller |
| enrollJwtFile | string | `"enrollment.jwt"` | |
| enrollmentJwt | string | `nil` | enrollment one time token from the controller's management API |
| env | object | `{}` | assign key=value in pod environment |
| execMountDir | string | `"/usr/local/bin"` | read-only mountpoint for executables (must be in image's executable search PATH) |
Expand Down
1 change: 0 additions & 1 deletion charts/ziti-router/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ csr:

# -- read-only mountpoint for executables (must be in image's executable search PATH)
execMountDir: /usr/local/bin
enrollJwtFile: enrollment.jwt
# -- enrollment one time token from the controller's management API
enrollmentJwt:
# -- read-only mountpoint for router identity secret specified in deployment for use by router run container
Expand Down

0 comments on commit 6f1907d

Please sign in to comment.