Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSheaDev authored May 15, 2024
1 parent 6e36716 commit f7d12f6
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# optikube-helm-chart
# OptiKube Helm Chart

## Version Support
| Chart Version | Kubernetes Min | Kubernetes Max |
|---------------|----------------|----------------|
| 1.0.1 | 1.20 | 1.30 |

## Installation
To install via Helm, run the following command in your terminal.
```
helm repo add optikube https://optikube.github.io/optikube-helm-chart/ && \
helm repo update && \
helm install optikube optikube/optikube --namespace optikube --create-namespace
```
## Updating OptiKube
To update your current version of OptiKube via Helm, run the following command in your terminal.
```
helm repo add optikube https://optikube.github.io/optikube-helm-chart/ && \
helm repo update && \
helm upgrade optikube optikube/optikube -n optikube
```
## Deleting OptiKube
To remove remove OptiKube from your cluster via Helm, run the following command in your terminal.
```
helm uninstall optikube -n optikube
```

0 comments on commit f7d12f6

Please sign in to comment.