We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d51f6ad + 0a713fc commit 6e5ac8eCopy full SHA for 6e5ac8e
charts/kcp-operator/Chart.yaml
@@ -3,8 +3,8 @@ name: kcp-operator
3
description: A Helm chart for kcp-operator, a Kubernetes operator to deploy and manage kcp instances.
4
5
# version information
6
-version: 0.0.1
7
-appVersion: "0.0.0"
+version: 0.1.0
+appVersion: "v0.1.0"
8
9
# optional metadata
10
type: application
charts/kcp-operator/README.md
@@ -0,0 +1,6 @@
1
+# KCP Helm Chart - kcp-operator
2
+
+This Helm chart deploys an instance of the [kcp-operator](https://github.com/kcp-dev/kcp-operator).
+For more documentation, check out [docs.kcp.io/kcp-operator](https://docs.kcp.io/kcp-operator).
+Check [values.yaml](./values.yaml) for configuration options for this Helm chart.
0 commit comments