From 760f36041b365cc5979214df4cbc896c3b50c002 Mon Sep 17 00:00:00 2001 From: Joe Julian Date: Fri, 21 Jul 2023 22:24:18 -0700 Subject: [PATCH] bump to release 23.2.2 --- .github/workflows/pull_requests-operator.yaml | 7 ++--- charts/console/README.md | 1 + charts/operator/Chart.yaml | 28 +++++++++++++++++-- .../operator/files/three_node_redpanda.yaml | 2 +- 4 files changed, 30 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pull_requests-operator.yaml b/.github/workflows/pull_requests-operator.yaml index ef09b94d95..efab3a5db5 100644 --- a/.github/workflows/pull_requests-operator.yaml +++ b/.github/workflows/pull_requests-operator.yaml @@ -24,8 +24,7 @@ on: - .github/ct.yaml - .github/kind.yaml - .github/workflows/pull_requests-operator.yaml - - '!charts/**' - - 'charts/operator' + - 'charts/operator/**' - '!**/*.md' jobs: lint: @@ -53,7 +52,7 @@ jobs: version: v3.8.0-1 - name: Run chart-testing (lint) - run: ct lint --config .github/ct.yaml --github-groups + run: ct lint --config .github/ct.yaml --github-groups --excluded-charts console,redpanda check-values: runs-on: ubuntu-22.04 @@ -134,7 +133,7 @@ jobs: - name: Install CRDs if: steps.list-changed.outputs.changed == 'true' run: | - kubectl kustomize https://github.com/redpanda-data/redpanda//src/go/k8s/config/crd | kubectl apply -f - + kubectl kustomize https://github.com/redpanda-data/redpanda//src/go/k8s/config/crd | kubectl apply -f - - name: Run chart-testing (install and upgrade) if: steps.list-changed.outputs.changed == 'true' diff --git a/charts/console/README.md b/charts/console/README.md index e638fefcf3..7d6465faa9 100644 --- a/charts/console/README.md +++ b/charts/console/README.md @@ -6,6 +6,7 @@ You can install the chart by running the following commands: ```shell helm repo add redpanda 'https://charts.redpanda.com/' helm repo update +kubectl kustomize https://github.com/redpanda-data/redpanda/src/go/k8s/config/crd | kubectl apply -f - helm install redpanda/console -f myvalues.yaml ``` diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index d185f7ca74..c609c9b602 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -4,15 +4,15 @@ description: Redpanda operator helm chart type: application # This is the chart version. This is only placeholder that will be set during release process -version: 0.3.1 +version: 0.3.2 # This is the version number of the application being deployed. This is only placeholder that # will be set during release process. -appVersion: v23.2.1-rc9 +appVersion: v23.2.2 home: https://vectorized.io sources: - - https://github.com/redpanda-data/redpanda + - https://github.com/redpanda-data/helm-charts maintainers: - name: Vectorizedio email: support@vectorized.io @@ -22,3 +22,25 @@ dependencies: condition: monitoring.enabled version: 13.13.1 repository: https://prometheus-community.github.io/helm-charts + +annotations: + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Documentation + url: https://docs.redpanda.com + - name: "Helm (>= 3.6.0)" + url: https://helm.sh/docs/intro/install/ + artifacthub.io/images: | + - name: redpanda-operator + image: docker.redpanda.com/redpandadata/redpanda-operator:v23.2.1 + - name: redpanda + image: docker.redpanda.com/redpandadata/redpanda:v23.2.1 + - name: gco.io/kubebuilder/kube-rbac-proxy:v0.8.0 + artifacthub.io/crds: | + - kind: Redpanda + version: v1alpha1 + name: redpanda + displayName: Redpanda + description: Define a Redpanda cluster + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install diff --git a/charts/operator/files/three_node_redpanda.yaml b/charts/operator/files/three_node_redpanda.yaml index 073ff1db91..62ee2586fc 100644 --- a/charts/operator/files/three_node_redpanda.yaml +++ b/charts/operator/files/three_node_redpanda.yaml @@ -10,7 +10,7 @@ spec: enabled: false image: repository: docker.redpanda.com/redpandadata/redpanda - tag: v23.1.13 + tag: v23.2.2 listeners: admin: external: {}