Skip to content

Commit 19f10a4

Browse files
Merge pull request #232 from pierluigilenoci/fix_readme
fix: fixed the readme wording
2 parents 8a7f2c1 + b961de4 commit 19f10a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.7.13
2+
version: 7.7.14
33
apiVersion: v2
44
appVersion: 7.6.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -34,8 +34,8 @@ maintainers:
3434
kubeVersion: ">=1.9.0-0"
3535
annotations:
3636
artifacthub.io/changes: |
37-
- kind: added
38-
description: Added the ability to specify a command for the container.
37+
- kind: fixed
38+
description: Fixed the readme wording.
3939
links:
4040
- name: Github PR
41-
url: https://github.com/oauth2-proxy/manifests/pull/230
41+
url: https://github.com/oauth2-proxy/manifests/pull/232

helm/oauth2-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
147147
| `htpasswdFile.existingSecret` | existing Kubernetes secret to use for OAuth2 htpasswd file | `""` |
148148
| `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` |
149149
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
150-
| `image.command` | Define command to be executed by grafana container at startup | `[]` |
150+
| `image.command` | Define command to be executed by container at startup | `[]` |
151151
| `image.repository` | Image repository | `quay.io/oauth2-proxy/oauth2-proxy` |
152152
| `image.tag` | Image tag | `""` (defaults to appVersion) |
153153
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |

0 commit comments

Comments
 (0)