diff --git a/.github/workflows/miniziti.yml b/.github/workflows/miniziti.yml index b5785c15..de37c7df 100644 --- a/.github/workflows/miniziti.yml +++ b/.github/workflows/miniziti.yml @@ -129,5 +129,5 @@ jobs: miniziti kubectl get ingresses -A miniziti kubectl logs --selector app.kubernetes.io/component=ziti-controller --tail=-1 miniziti kubectl logs --selector app.kubernetes.io/component=ziti-router --tail=-1 - cat /tmp/miniziti-client.log + cat /tmp/miniziti-client.log ~/.local/state/miniziti/profiles/miniziti/identities/*.jwt miniziti kubectl -n zrok logs job/zrok-test-job diff --git a/.github/workflows/release-charts.yml b/.github/workflows/release-charts.yml index 5a8f4592..74462ac7 100644 --- a/.github/workflows/release-charts.yml +++ b/.github/workflows/release-charts.yml @@ -36,7 +36,7 @@ jobs: - name: Run chart-releaser uses: netfoundry/chart-releaser-action@v0 with: - version: v0.1.6106 + version: v0.1.6107 charts_dir: charts skip_existing: true mark_as_latest: true diff --git a/charts/ziti-router/Chart.yaml b/charts/ziti-router/Chart.yaml index 4767d028..79ed70ad 100644 --- a/charts/ziti-router/Chart.yaml +++ b/charts/ziti-router/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v3 -appVersion: 1.1.5 +appVersion: 1.1.9 description: Host an OpenZiti router in Kubernetes name: ziti-router type: application -version: 1.0.8 +version: 1.0.10 diff --git a/charts/ziti-router/README.md b/charts/ziti-router/README.md index 645afcab..1160c6a9 100644 --- a/charts/ziti-router/README.md +++ b/charts/ziti-router/README.md @@ -1,7 +1,7 @@ # ziti-router -![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.5](https://img.shields.io/badge/AppVersion-1.1.5-informational?style=flat-square) +![Version: 1.0.10](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.9](https://img.shields.io/badge/AppVersion-1.1.9-informational?style=flat-square) Host an OpenZiti router in Kubernetes