diff --git a/bin/y-bin.optional.yaml b/bin/y-bin.optional.yaml index fa73f77..e41a8c1 100755 --- a/bin/y-bin.optional.yaml +++ b/bin/y-bin.optional.yaml @@ -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 diff --git a/kafka/redpanda-image/kustomization.yaml b/kafka/redpanda-image/kustomization.yaml index 2aeab71..061dc8e 100644 --- a/kafka/redpanda-image/kustomization.yaml +++ b/kafka/redpanda-image/kustomization.yaml @@ -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 diff --git a/kafka/topic-job/kafka-topic-job.yaml b/kafka/topic-job/kafka-topic-job.yaml index 60b5815..9edc034 100644 --- a/kafka/topic-job/kafka-topic-job.yaml +++ b/kafka/topic-job/kafka-topic-job.yaml @@ -21,7 +21,7 @@ spec: activeDeadlineSeconds: 3600 containers: - name: topic - image: vectorized/redpanda + image: redpandadata/redpanda args: - | [ -n "$KAFKA_BOOTSTRAP" ] || exit 1