diff --git a/.github/workflows/helm-create-release-branch-call.yml b/.github/workflows/helm-create-release-branch-call.yml index f427477d..0a05c531 100644 --- a/.github/workflows/helm-create-release-branch-call.yml +++ b/.github/workflows/helm-create-release-branch-call.yml @@ -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 diff --git a/.github/workflows/helm-create-release-call.yaml b/.github/workflows/helm-create-release-call.yaml index 30198394..9d18718f 100644 --- a/.github/workflows/helm-create-release-call.yaml +++ b/.github/workflows/helm-create-release-call.yaml @@ -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 @@ -24,4 +24,3 @@ jobs: helm-chart: ${{ inputs.helm-chart}} secrets: PAT: ${{ secrets.CHEETAHBOT_WRITE_PACKAGE}} - diff --git a/.github/workflows/helm-create-release-candidate-call.yml b/.github/workflows/helm-create-release-candidate-call.yml index 3105b7e7..4cedd18c 100644 --- a/.github/workflows/helm-create-release-candidate-call.yml +++ b/.github/workflows/helm-create-release-candidate-call.yml @@ -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 diff --git a/.github/workflows/helm-create-snapshot-call.yml b/.github/workflows/helm-create-snapshot-call.yml index e8add2f2..2a70ef61 100644 --- a/.github/workflows/helm-create-snapshot-call.yml +++ b/.github/workflows/helm-create-snapshot-call.yml @@ -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 diff --git a/charts/redpanda-console-oauth2proxy/README.md b/charts/redpanda-console-oauth2proxy/README.md index d03f89f6..a40ee5bc 100644 --- a/charts/redpanda-console-oauth2proxy/README.md +++ b/charts/redpanda-console-oauth2proxy/README.md @@ -202,11 +202,11 @@ 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) @@ -214,7 +214,7 @@ Override the value in `console.config.server.listenPort` if not `nil` ### [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) diff --git a/charts/redpanda-console-oauth2proxy/values.yaml b/charts/redpanda-console-oauth2proxy/values.yaml index 98cd6750..1bc2adbb 100644 --- a/charts/redpanda-console-oauth2proxy/values.yaml +++ b/charts/redpanda-console-oauth2proxy/values.yaml @@ -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: "*"