Skip to content

Commit

Permalink
docs(README): update install instructions with latest version (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerauerbeck authored Jan 19, 2025
1 parent 99c0fbf commit 776ae0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install the provider by using the following command after changing the image tag
to the [latest release](https://marketplace.upbound.io/providers/grafana/provider-grafana):

```
up ctp provider install xpkg.upbound.io/grafana/provider-grafana:v0.5.1
up ctp provider install xpkg.upbound.io/grafana/provider-grafana:v0.24.0
```

Alternatively, you can use declarative installation:
Expand All @@ -23,7 +23,7 @@ kind: Provider
metadata:
name: provider-grafana
spec:
package: xpkg.upbound.io/grafana/provider-grafana:v0.5.1
package: xpkg.upbound.io/grafana/provider-grafana:v0.24.0
EOF
```

Expand Down

0 comments on commit 776ae0e

Please sign in to comment.