Skip to content

Commit

Permalink
Update oauth2-proxy image to be changed though values (#224)
Browse files Browse the repository at this point in the history
* Updated deployment.yaml:  oauth2-proxy image to be changed though values
  • Loading branch information
KastTrifork authored Jun 21, 2024
1 parent 2acb708 commit f7dd7b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions charts/cheetah-redpanda-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,14 @@ Override the value in `console.config.server.listenPort` if not `nil`

**Default:** `{}`

### [oauth2Proxy.image](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=oauth2Proxy.image)

**Default:**

```
"quay.io/oauth2-proxy/oauth2-proxy:v7.5.1"
```

### [oauth2Proxy.issuerUrl](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=oauth2Proxy.issuerUrl)

**Default:** `""`
Expand Down
2 changes: 1 addition & 1 deletion charts/cheetah-redpanda-console/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
- name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.5.1
image: {{.Values.oauth2Proxy.image}}
imagePullPolicy: IfNotPresent
args:
- --oidc-issuer-url={{.Values.oauth2Proxy.issuerUrl}}
Expand Down
1 change: 1 addition & 0 deletions charts/cheetah-redpanda-console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ console:
roleBindings: {}

oauth2Proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.5.1
issuerUrl: ""
cookieName: __Host-_oauth2Proxy
emailDomain: "*"
Expand Down

0 comments on commit f7dd7b9

Please sign in to comment.