Skip to content

Commit

Permalink
Merge pull request #47 from HyperbolicLabs/dev
Browse files Browse the repository at this point in the history
skip faulty release, upgrade to v0.0.1-alpha.6
  • Loading branch information
condaatje authored Dec 3, 2024
2 parents e3b1020 + af2f1b1 commit f4c877b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ curl -s https://raw.githubusercontent.com/HyperbolicLabs/Hyper-dOS/refs/heads/ma
## configure helm repo and dry-run

```bash
sudo microk8s helm install --dry-run hyperdos hyperdos/hyperdos --version 0.0.1-alpha.5 --set ref="main" --set token="DRY_RUN_NO_TOKEN"
sudo microk8s helm install --dry-run hyperdos hyperdos/hyperdos --version 0.0.1-alpha.6 --set ref="main" --set token="DRY_RUN_NO_TOKEN"
```

## install (without rolling updates)

```bash
# to disable automatic updates and pin to a specific git ref
sudo microk8s helm install hyperdos hyperdos/hyperdos --version 0.0.1-alpha.5 --set ref="0.0.1-alpha.5" --set token="<YOUR_API_KEY>"
sudo microk8s helm install hyperdos hyperdos/hyperdos --version 0.0.1-alpha.6 --set ref="0.0.1-alpha.6" --set token="<YOUR_API_KEY>"
```

## uninstall hyperdos
Expand Down
4 changes: 2 additions & 2 deletions charts/hyperdos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ description: |-
A helm chart to install hyperdos.
Note - currently 'helm uninstall' removes everything but the 'hyperweb' argocd app.
type: application
version: 0.0.1-alpha.5
appVersion: "0.0.1-alpha.5"
version: 0.0.1-alpha.6
appVersion: "0.0.1-alpha.6"
2 changes: 1 addition & 1 deletion install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

# configuration
API_URL="https://api.hyperbolic.xyz"
HYPERDOS_VERSION=0.0.1-alpha.5
HYPERDOS_VERSION=0.0.1-alpha.6
MICROK8S_VERSION=1.31
TOKEN=$TOKEN
EXTRA_PARAMS=""
Expand Down

0 comments on commit f4c877b

Please sign in to comment.