diff --git a/charts/redpanda-console-oauth2proxy/README.md b/charts/redpanda-console-oauth2proxy/README.md index 477fcc1..f5fab8e 100644 --- a/charts/redpanda-console-oauth2proxy/README.md +++ b/charts/redpanda-console-oauth2proxy/README.md @@ -54,7 +54,7 @@ See an example of how the values can be set through a release at the bottom of t | [image.registry](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=image.registry) | | `"docker.redpanda.com"` | | [image.repository](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=image.repository) | | `"redpandadata/console"` | | [image.pullPolicy](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=image.pullPolicy) | | `"IfNotPresent"` | -| [image.tag](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=image.tag) | | `"v2.8.0"` | +| [image.tag](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=image.tag) | | `"v2.8.1"` | | [podLabels](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=podLabels) | | `nil` | | [service.type](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=service.type) | | `"ClusterIP"` | | [service.port](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=service.port) | | `4180` | diff --git a/charts/redpanda-console-oauth2proxy/values.yaml b/charts/redpanda-console-oauth2proxy/values.yaml index d0b749e..1ac4e20 100644 --- a/charts/redpanda-console-oauth2proxy/values.yaml +++ b/charts/redpanda-console-oauth2proxy/values.yaml @@ -24,7 +24,7 @@ image: registry: docker.redpanda.com repository: redpandadata/console pullPolicy: IfNotPresent - tag: v2.8.0 + tag: v2.8.1 # Labels to be applied to the Cheetah Redpanda Console pods. podLabels: