Skip to content

Commit

Permalink
Set oauth2Proxy.image.pullpolicy = always for bitnami (#249)
Browse files Browse the repository at this point in the history
* Set oauth2Proxy.image.pullpolicy = always for bitnami
---------

Co-authored-by: KastTrifork <[email protected]>
  • Loading branch information
cthtrifork and KastTrifork authored Aug 21, 2024
1 parent c62ee7d commit ccdcc1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redpanda-console-oauth2proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Override the value in `console.config.server.listenPort` if not `nil`

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

**Default:** `"IfNotPresent"`
**Default:** `"Always"`

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

Expand Down
3 changes: 2 additions & 1 deletion charts/redpanda-console-oauth2proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ oauth2Proxy:
image:
registry: docker.io
repository: bitnami/oauth2-proxy
pullPolicy: IfNotPresent
# Bitnami container images are released on a regular basis with the latest distribution packages available
pullPolicy: Always
tag: 7.6.0
issuerUrl: ""
cookieName: __Host-_oauth2Proxy
Expand Down

0 comments on commit ccdcc1b

Please sign in to comment.