diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index c265c40..daeb08b 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - 'charts/**' - + permissions: contents: write pull-requests: write @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render helm docs inside the README.md and push changes back to PR branch - uses: netfoundry/helm-docs-action@v1 + uses: jessebot/helm-docs-action@0.0.1 with: working-dir: charts/vouch git-push: "true" diff --git a/.gitignore b/.gitignore index 74e5044..1480876 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea artifacts +.DS_STORE diff --git a/charts/vouch/Chart.yaml b/charts/vouch/Chart.yaml index c9b0393..0a31357 100644 --- a/charts/vouch/Chart.yaml +++ b/charts/vouch/Chart.yaml @@ -17,7 +17,7 @@ keywords: - sso - sso-login -version: 4.3.0 +version: 4.3.1 # renovate: image=quay.io/vouch/vouch-proxy appVersion: "0.41.0" diff --git a/charts/vouch/README.md b/charts/vouch/README.md index 190b43a..f8040b8 100644 --- a/charts/vouch/README.md +++ b/charts/vouch/README.md @@ -1,6 +1,6 @@ # vouch -![Version: 4.3.0](https://img.shields.io/badge/Version-4.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.41.0](https://img.shields.io/badge/AppVersion-0.41.0-informational?style=flat-square) +![Version: 4.3.1](https://img.shields.io/badge/Version-4.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.41.0](https://img.shields.io/badge/AppVersion-0.41.0-informational?style=flat-square) An SSO and OAuth login solution for nginx using the auth_request module. @@ -98,4 +98,4 @@ An SSO and OAuth login solution for nginx using the auth_request module. | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/vouch/templates/deployment.yaml b/charts/vouch/templates/deployment.yaml index db97de6..082cc2f 100644 --- a/charts/vouch/templates/deployment.yaml +++ b/charts/vouch/templates/deployment.yaml @@ -60,7 +60,7 @@ spec: {{- toYaml .Values.args | nindent 12 }} imagePullPolicy: {{ .Values.image.pullPolicy }} env: - {{- if not .Values.config.overrideConfigExistingSecretName }} + {{- if not .Values.config.overrideConfigExistingSecret }} - name: VOUCH_PORT value: {{ .Values.config.vouch.port | quote }} - name: VOUCH_LOGLEVEL