Skip to content

Commit

Permalink
Deploy repo to gh pages 2b83fdf
Browse files Browse the repository at this point in the history
  • Loading branch information
cheetahbot committed Dec 6, 2024
1 parent 2678fb3 commit 5f73514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/containerbase/base:13.0.1@sha256:da22a07e329aaaaae8c63db88ea10194f58eabb084f85898763aaecf22d3b575
FROM ghcr.io/containerbase/base:13.1.0@sha256:f077fbe432f0ba51cff5f18d0f387500cf4d4e6c253084fe906e8fc6885ce9b9

COPY tools/*.sh /usr/local/containerbase/tools/

Expand Down
2 changes: 1 addition & 1 deletion charts/redpanda-console-oauth2proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.2"` |
| [image.tag](https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=image.tag) | | `"v2.8.0"` |
| [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` |
Expand Down
2 changes: 1 addition & 1 deletion charts/redpanda-console-oauth2proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ image:
registry: docker.redpanda.com
repository: redpandadata/console
pullPolicy: IfNotPresent
tag: v2.7.2
tag: v2.8.0

# Labels to be applied to the Cheetah Redpanda Console pods.
podLabels:
Expand Down

0 comments on commit 5f73514

Please sign in to comment.