-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathChart.yaml
More file actions
39 lines (36 loc) · 1.26 KB
/
Chart.yaml
File metadata and controls
39 lines (36 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
apiVersion: v2
name: operator
description: Redpanda operator helm chart
type: application
# The operator helm chart is considered part of the operator itself. Therefore
# version == appVersion. Our charts' versions, don't include a leading `v`, so
# we match that precedence here.
version: 25.1.1-beta3
appVersion: v25.1.1-beta3
kubeVersion: ">= 1.25.0-0"
sources:
- https://github.com/redpanda-data/redpanda-operator/tree/main/operator/chart
icon: https://go.redpanda.com/hubfs/Redpandas/operator-panda.png
maintainers:
- name: redpanda-data
url: https://github.com/orgs/redpanda-data/people
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:v25.1.1-beta3
- name: redpanda
image: docker.redpanda.com/redpandadata/redpanda:v25.1.2
artifacthub.io/crds: |
- kind: Redpanda
version: v1alpha1
name: redpanda
displayName: Redpanda
description: Define a Redpanda cluster
artifacthub.io/operator: "true"
artifacthub.io/operatorCapabilities: Seamless Upgrades