Skip to content

Commit

Permalink
use the latest redpanda image
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Sep 30, 2024
1 parent 6b082c1 commit f745fac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions bin/y-bin.optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ oauth2l:
path: ${os}_${arch}/oauth2l

rpk:
version: 24.2.4
version: 24.2.5
templates:
download: https://github.com/vectorizedio/redpanda/releases/download/v${version}/rpk-${os}-${arch}.zip
sha256: https://github.com/redpanda-data/redpanda/releases/download/v${version}/rpk_${version}_checksums.txt
sha256:
darwin_amd64: 32e2d2607d682aec80351160ee5c703e1b798a55e20e05fb2ac11d71980f49be
darwin_arm64: 807df0db455897178475092decf4c50771e38b699de5e83859b84e081befa34d
linux_amd64: 260b159873c3e6dd367d4f7bde56f3967e39ebbd31091384548e38c112d4c732
linux_arm64: a7042f8c5d02c749ed2b77bb49f9e0108add82dc99b33136d40c5c9ca152b498
darwin_amd64: df69ff2c407513cef98c16424bf8cc254456e974bed2650981d83ed5cf088d0e
darwin_arm64: 06b31dc0dad958d70bce4071adfdd64c59c9836a8f85d67eba3cac59759e706a
linux_amd64: 6eeece0b29246f4a8d29e205ab810b41537bd714fa014c325cebb4f740f64521
linux_arm64: 5ea13725509b5d81b48f35695d8e265b34462ec9eeb2975b309d05f57e592edd
archive:
tool: zip
path: rpk
Expand Down
4 changes: 2 additions & 2 deletions kafka/redpanda-image/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

images:
- name: vectorized/redpanda
newName: docker.redpanda.com/redpandadata/redpanda
- name: redpandadata/redpanda
newName: ghcr.io/yolean/redpanda
newTag: v24.2.5@sha256:466fc98a54479af27a97c47a322f6a4ba9094bdd3b1b6a9e784fc36de56e84d0
2 changes: 1 addition & 1 deletion kafka/topic-job/kafka-topic-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
activeDeadlineSeconds: 3600
containers:
- name: topic
image: vectorized/redpanda
image: redpandadata/redpanda
args:
- |
[ -n "$KAFKA_BOOTSTRAP" ] || exit 1
Expand Down

0 comments on commit f745fac

Please sign in to comment.