Skip to content

Commit

Permalink
Merge pull request #598 from joejulian/artifacthub
Browse files Browse the repository at this point in the history
operator: fix artifact hub annotation
  • Loading branch information
Rafal Korepta authored Jul 23, 2023
2 parents c905b6f + 7dc2e28 commit cb90052
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.2
version: 0.3.3

# This is the version number of the application being deployed. This is only placeholder that
# will be set during release process.
Expand Down Expand Up @@ -35,7 +35,8 @@ annotations:
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
- name: kube-rbac-proxy
image: gco.io/kubebuilder/kube-rbac-proxy:v0.8.0
artifacthub.io/crds: |
- kind: Redpanda
version: v1alpha1
Expand Down

0 comments on commit cb90052

Please sign in to comment.