-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathChart.yaml
More file actions
47 lines (42 loc) · 1.57 KB
/
Chart.yaml
File metadata and controls
47 lines (42 loc) · 1.57 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
40
41
42
43
44
45
46
47
apiVersion: v2
name: operator
description: Redpanda operator helm chart
type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 0.4.40
# This is the default version of the operator being deployed.
# ** NOTE for maintainers: please enssure the artifacthub image annotation is updated before merging
appVersion: v2.3.8-24.3.6
kubeVersion: ">= 1.25.0-0"
sources:
- https://github.com/redpanda-data/redpanda-operator/tree/main/charts/operator
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:v2.3.8-24.3.6
- name: configurator
image: docker.redpanda.com/redpandadata/configurator:v2.3.8-24.3.6
- name: redpanda
image: docker.redpanda.com/redpandadata/redpanda:v24.3.6
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.0
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