Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- 'charts/**'

permissions:
contents: write
pull-requests: write
Expand All @@ -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"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
artifacts
.DS_STORE
2 changes: 1 addition & 1 deletion charts/vouch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/vouch/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion charts/vouch/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading