Skip to content

Commit

Permalink
chore: updated docs to target new v0.8.0 release (#75)
Browse files Browse the repository at this point in the history
Release-As: 0.8.0
  • Loading branch information
robbert229 committed Mar 29, 2024
1 parent d852b70 commit 7b7c87a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ databasePasswordFromSecret:
Then run the following command to install tofutf.

```
helm install my-release -f values.yaml oci://ghcr.io/tofutf/tofutf/charts/tofutf --version v0.7.0
helm install my-release -f values.yaml oci://ghcr.io/tofutf/tofutf/charts/tofutf --version v0.8.0
```

### Congrats! 🎉
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ databasePasswordFromSecret:
```

```bash
helm install my-release -f values.yaml oci://ghcr.io/tofutf/tofutf/charts/tofutf --version v0.7.0
helm install my-release -f values.yaml oci://ghcr.io/tofutf/tofutf/charts/tofutf --version v0.8.0
```

## Expose TofuTF
Expand Down Expand Up @@ -112,7 +112,7 @@ caCerts:
Redeploy tofutf.

```bash
$ helm upgrade my-release -f values.yaml oci://ghcr.io/tofutf/tofutf/charts/tofutf --version v0.7.0
$ helm upgrade my-release -f values.yaml oci://ghcr.io/tofutf/tofutf/charts/tofutf --version v0.8.0
```

## Run Terraform
Expand Down

0 comments on commit 7b7c87a

Please sign in to comment.