Skip to content

Commit

Permalink
Merge pull request #596 from joejulian/bump
Browse files Browse the repository at this point in the history
bump operator to release 23.2.2
  • Loading branch information
joejulian authored Jul 22, 2023
2 parents 7e74fc2 + 760f360 commit 8f84699
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pull_requests-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions charts/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
28 changes: 25 additions & 3 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/operator/files/three_node_redpanda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 8f84699

Please sign in to comment.