From b961de4be95fee2f3d4a9673b12effd5f735b435 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Thu, 29 Aug 2024 12:56:41 +0200 Subject: [PATCH] fix: fixed the readme wording --- helm/oauth2-proxy/Chart.yaml | 8 ++++---- helm/oauth2-proxy/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 71045b2..699f1c4 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.7.13 +version: 7.7.14 apiVersion: v2 appVersion: 7.6.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -34,8 +34,8 @@ maintainers: kubeVersion: ">=1.9.0-0" annotations: artifacthub.io/changes: | - - kind: added - description: Added the ability to specify a command for the container. + - kind: fixed + description: Fixed the readme wording. links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/230 + url: https://github.com/oauth2-proxy/manifests/pull/232 diff --git a/helm/oauth2-proxy/README.md b/helm/oauth2-proxy/README.md index f7f3bd7..8a76786 100644 --- a/helm/oauth2-proxy/README.md +++ b/helm/oauth2-proxy/README.md @@ -147,7 +147,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart | `htpasswdFile.existingSecret` | existing Kubernetes secret to use for OAuth2 htpasswd file | `""` | | `httpScheme` | `http` or `https`. `name` used for the port on the deployment. `httpGet` port `name` and `scheme` used for `liveness`- and `readinessProbes`. `name` and `targetPort` used for the service. | `http` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | -| `image.command` | Define command to be executed by grafana container at startup | `[]` | +| `image.command` | Define command to be executed by container at startup | `[]` | | `image.repository` | Image repository | `quay.io/oauth2-proxy/oauth2-proxy` | | `image.tag` | Image tag | `""` (defaults to appVersion) | | `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |