Skip to content

prune obsolete input value #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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