Skip to content

Commit

Permalink
fix markdown and bump chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjankullerkann committed Aug 24, 2022
1 parent 3fa09e4 commit f880f4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,23 +217,20 @@ You should have docker desktop available/running and context switched to it.
Run `vagrant up` to apply manifests, use `kubectl` to check deployment/pod/service status.

## Helm chart
[Helm](https://helm.sh) must be installed to use the chart. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.
[Helm](https://helm.sh) must be installed to use the chart. Please refer to Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

```
helm repo add xroad-securityserver https://planetway.github.io/xroad-securityserver-docker
```

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
<alias>` to see the charts.
If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo xroad-securityserver` to see the charts.

To install the <chart-name> chart:
To install the `xroad-securityserver` chart:

```
helm install xroad-securityserver <alias>/xroad-securityserver
helm install xroad-securityserver xroad-securityserver/xroad-securityserver
```

To uninstall the chart:
Expand Down
2 changes: 1 addition & 1 deletion charts/xroad-securityserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: xroad-securityserver
description: A Helm chart to install X-Road Security Server for Kubernetes
type: application
version: 0.1.1
version: 0.1.2
appVersion: "6.26.0-1.414bd08.1a6c8357"

0 comments on commit f880f4c

Please sign in to comment.