Skip to content

Commit cb5ea1e

Browse files
authored
Incrementing the latest version number
1 parent 4626710 commit cb5ea1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,15 @@ Install this library in your own project with [jsonnet-bundler](https://github.c
185185
$ mkdir my-kube-prometheus; cd my-kube-prometheus
186186
$ jb init # Creates the initial/empty `jsonnetfile.json`
187187
# Install the kube-prometheus dependency
188-
$ jb install github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus@release-0.8 # Creates `vendor/` & `jsonnetfile.lock.json`, and fills in `jsonnetfile.json`
188+
$ jb install github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus@release-0.9 # Creates `vendor/` & `jsonnetfile.lock.json`, and fills in `jsonnetfile.json`
189189

190-
$ wget https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/release-0.8/example.jsonnet -O example.jsonnet
191-
$ wget https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/release-0.8/build.sh -O build.sh
190+
$ wget https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/release-0.9/example.jsonnet -O example.jsonnet
191+
$ wget https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/release-0.9/build.sh -O build.sh
192192
```
193193

194194
> `jb` can be installed with `go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb`
195195
196-
> An e.g. of how to install a given version of this library: `jb install github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus@release-0.8`
196+
> An e.g. of how to install a given version of this library: `jb install github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus@release-0.9`
197197
198198
In order to update the kube-prometheus dependency, simply use the jsonnet-bundler update functionality:
199199
```shell

0 commit comments

Comments
 (0)