Skip to content

Commit

Permalink
Merge pull request #229 from trifork/update-oauth2proxy-image-registr…
Browse files Browse the repository at this point in the history
…y-and-version

Update oauth2proxy image registry and version
  • Loading branch information
rnotrifork authored Jun 28, 2024
2 parents b69a76e + 73575c5 commit 1cbdf58
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-create-release-branch-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
helm-chart:
type: choice
description: Which hlem chart to increment
description: Which helm chart to increment
default: ""
options:
- cheetah-application
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/helm-create-release-call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
helm-chart:
type: choice
description: Which hlem chart to publish
description: Which helm chart to publish
default: ""
options:
- cheetah-application
Expand All @@ -24,4 +24,3 @@ jobs:
helm-chart: ${{ inputs.helm-chart}}
secrets:
PAT: ${{ secrets.CHEETAHBOT_WRITE_PACKAGE}}

2 changes: 1 addition & 1 deletion .github/workflows/helm-create-release-candidate-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
helm-chart:
type: choice
description: Which hlem chart to create a release candidate for
description: Which helm chart to create a release candidate for
default: ""
options:
- cheetah-application
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-create-snapshot-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
helm-chart:
type: choice
description: Which hlem chart to create a snapshot for
description: Which helm chart to create a snapshot for
default: ""
options:
- cheetah-application
Expand Down
6 changes: 3 additions & 3 deletions charts/redpanda-console-oauth2proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,19 +202,19 @@ Override the value in `console.config.server.listenPort` if not `nil`

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

**Default:** `"quay.io"`
**Default:** `"bitnami"`

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

**Default:** `"oauth2-proxy/oauth2-proxy"`
**Default:** `"oauth2-proxy"`

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

**Default:** `"IfNotPresent"`

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

**Default:** `"v7.5.1"`
**Default:** `"7.6.0"`

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

Expand Down
6 changes: 3 additions & 3 deletions charts/redpanda-console-oauth2proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ console:
# Configuration for the oauth2proxy sidecar container.
oauth2Proxy:
image:
registry: quay.io
repository: oauth2-proxy/oauth2-proxy
registry: bitnami
repository: oauth2-proxy
pullPolicy: IfNotPresent
tag: v7.5.1
tag: 7.6.0
issuerUrl: ""
cookieName: __Host-_oauth2Proxy
emailDomain: "*"
Expand Down

0 comments on commit 1cbdf58

Please sign in to comment.