diff --git a/charts/kamu-api-server/Chart.yaml b/charts/kamu-api-server/Chart.yaml index d9f2353..983fcbe 100644 --- a/charts/kamu-api-server/Chart.yaml +++ b/charts/kamu-api-server/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: kamu-api-server description: API server component of the Kamu Compute Node type: application -version: 0.12.2 -appVersion: "0.12.1" +version: 0.12.3 +appVersion: "0.12.2" home: https://kamu.dev icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png sources: diff --git a/charts/kamu-api-server/README.md b/charts/kamu-api-server/README.md index 67ac724..409dcc0 100644 --- a/charts/kamu-api-server/README.md +++ b/charts/kamu-api-server/README.md @@ -1,8 +1,11 @@ # kamu-api-server Helm Chart +Installs the [kamu-api-server](https://github.com/kamu-data/kamu-platform) component of the [Kamu Node](https://docs.kamu.dev/node/). -Installs the [kamu-api-server](https://github.com/kamu-data/kamu-platform) component of the [Kamu Compute Node](https://kamu.dev). +## Getting Started +For most up-to-date deployment instructions please refer to [Kamu Node documentation](https://docs.kamu.dev/node/). -## Get Repository Info +## Common Helm Commands +### Get Repository Info ```console helm repo add kamu https://kamu-data.github.io/helm-charts @@ -12,7 +15,7 @@ helm repo update _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._ -## Install Chart +### Install Chart ```console helm install [RELEASE_NAME] kamu/kamu-api-server [flags] ``` @@ -21,7 +24,7 @@ _See [configuration](#configuration) below._ _See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._ -## Uninstall Chart +### Uninstall Chart ```console helm uninstall [RELEASE_NAME] ``` @@ -30,14 +33,14 @@ This removes all the Kubernetes components associated with the chart and deletes _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation._ -## Upgrading Chart +### Upgrade Chart ```console helm upgrade [RELEASE_NAME] kamu/kamu-api-server [flags] ``` _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._ -## Configuration +### Configuration See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments: ```console diff --git a/charts/kamu-web-ui/Chart.yaml b/charts/kamu-web-ui/Chart.yaml index 4c0bdf7..00a6cfe 100644 --- a/charts/kamu-web-ui/Chart.yaml +++ b/charts/kamu-web-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kamu-web-ui description: Web frontend component of the Kamu Compute Node type: application -version: 0.15.0 +version: 0.15.1 appVersion: "0.15.0" home: https://kamu.dev icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png diff --git a/charts/kamu-web-ui/README.md b/charts/kamu-web-ui/README.md index 7a9e710..ac5eae0 100644 --- a/charts/kamu-web-ui/README.md +++ b/charts/kamu-web-ui/README.md @@ -1,8 +1,11 @@ # kamu-web-ui Helm Chart +Installs the [kamu-web-ui](https://github.com/kamu-data/kamu-web-ui) component of the [Kamu Node](https://docs.kamu.dev/node/) and [Kamu Web Platform](https://docs.kamu.dev/platform/). -Installs the [kamu-web-ui](https://github.com/kamu-data/kamu-web-ui) component of the [Kamu Compute Node](https://kamu.dev). +## Getting Started +For most up-to-date deployment instructions please refer to [Kamu Web Platform documentation](https://docs.kamu.dev/platform/). -## Get Repository Info +## Common Helm Commands +### Get Repository Info ```console helm repo add kamu https://kamu-data.github.io/helm-charts @@ -12,7 +15,7 @@ helm repo update _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._ -## Install Chart +### Install Chart ```console helm install [RELEASE_NAME] kamu/kamu-web-ui [flags] ``` @@ -21,7 +24,7 @@ _See [configuration](#configuration) below._ _See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._ -## Uninstall Chart +### Uninstall Chart ```console helm uninstall [RELEASE_NAME] ``` @@ -30,14 +33,14 @@ This removes all the Kubernetes components associated with the chart and deletes _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation._ -## Upgrading Chart +### Upgrade Chart ```console helm upgrade [RELEASE_NAME] kamu/kamu-web-ui [flags] ``` _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._ -## Configuration +### Configuration See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments: ```console