Skip to content

Commit

Permalink
Bump api-server version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Feb 18, 2024
1 parent 1d377e0 commit f19f151
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/kamu-api-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
15 changes: 9 additions & 6 deletions charts/kamu-api-server/README.md
Original file line number Diff line number Diff line change
@@ -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
<!-- textlint-disable -->
```console
helm repo add kamu https://kamu-data.github.io/helm-charts
Expand All @@ -12,7 +15,7 @@ helm repo update
_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
<!-- textlint-enable -->

## Install Chart
### Install Chart
```console
helm install [RELEASE_NAME] kamu/kamu-api-server [flags]
```
Expand All @@ -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]
```
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/kamu-web-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 9 additions & 6 deletions charts/kamu-web-ui/README.md
Original file line number Diff line number Diff line change
@@ -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
<!-- textlint-disable -->
```console
helm repo add kamu https://kamu-data.github.io/helm-charts
Expand All @@ -12,7 +15,7 @@ helm repo update
_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
<!-- textlint-enable -->

## Install Chart
### Install Chart
```console
helm install [RELEASE_NAME] kamu/kamu-web-ui [flags]
```
Expand All @@ -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]
```
Expand All @@ -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
Expand Down

0 comments on commit f19f151

Please sign in to comment.