Skip to content

Commit f47a531

Browse files
chore(charts): add Artifact Hub annotations to operator and cluster charts
1 parent 0f71df1 commit f47a531

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

charts/valkey-cluster/Chart.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,12 @@ sources:
1414
maintainers:
1515
- name: The Wellcake Authors
1616
url: https://github.com/melancholictheory/wellcake
17+
annotations:
18+
artifacthub.io/category: database
19+
artifacthub.io/license: Apache-2.0
20+
artifacthub.io/prerelease: "true"
21+
artifacthub.io/links: |
22+
- name: source
23+
url: https://github.com/melancholictheory/wellcake
24+
- name: documentation
25+
url: https://github.com/melancholictheory/wellcake/tree/main/docs

charts/valkey-operator/Chart.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,41 @@ sources:
1515
maintainers:
1616
- name: The Wellcake Authors
1717
url: https://github.com/melancholictheory/wellcake
18+
annotations:
19+
artifacthub.io/category: database
20+
artifacthub.io/license: Apache-2.0
21+
artifacthub.io/operator: "true"
22+
artifacthub.io/operatorCapabilities: Basic Install
23+
artifacthub.io/prerelease: "true"
24+
artifacthub.io/links: |
25+
- name: source
26+
url: https://github.com/melancholictheory/wellcake
27+
- name: documentation
28+
url: https://github.com/melancholictheory/wellcake/tree/main/docs
29+
artifacthub.io/crds: |
30+
- kind: ValkeyCluster
31+
version: v1alpha1
32+
name: valkeyclusters.cache.wellcake.io
33+
displayName: Valkey Cluster
34+
description: A Valkey deployment in Standalone, Replication, Sentinel, or Cluster topology.
35+
- kind: ValkeyACL
36+
version: v1alpha1
37+
name: valkeyacls.cache.wellcake.io
38+
displayName: Valkey ACL
39+
description: A declarative ACL user managed against a ValkeyCluster.
40+
artifacthub.io/crdsExamples: |
41+
- apiVersion: cache.wellcake.io/v1alpha1
42+
kind: ValkeyCluster
43+
metadata:
44+
name: vk-sample
45+
spec:
46+
topology: Replication
47+
image: valkey/valkey:8.0
48+
replicas: 3
49+
storage:
50+
size: 5Gi
51+
mode: rdb
52+
auth:
53+
enabled: true
54+
metrics:
55+
enabled: true

0 commit comments

Comments
 (0)