Skip to content

Commit

Permalink
Merge pull request #232 from pierluigilenoci/fix_readme
Browse files Browse the repository at this point in the history
fix: fixed the readme wording
  • Loading branch information
pierluigilenoci authored Aug 29, 2024
2 parents 8a7f2c1 + b961de4 commit 19f10a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit 19f10a4

Please sign in to comment.