diff --git a/docs/deployment/index.md b/docs/deployment/index.md index 3bc7fc793..cc9362718 100644 --- a/docs/deployment/index.md +++ b/docs/deployment/index.md @@ -13,7 +13,7 @@ _For more information about advanced configuration, read our documentation [here ❯ docker run -d -p 8999:80 -e PROMITOR_AUTH_APPID='' \ -e PROMITOR_AUTH_APPKEY='' \ -v C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \ - tomkerkhove/promitor-scraper:0.4 + tomkerkhove/promitor-scraper ``` # Kubernetes @@ -31,7 +31,7 @@ Depending on your scenario you might need a different update cadence for Docker We provide a few options by offering multiple Docker tags: -- **latest** - Ideal for experimentation and proof-of-concepts, but not recommended for running production workloads. _(Not supported yet, see [#273](https://github.com/tomkerkhove/promitor/issues/273))_ +- **latest** - Ideal for experimentation and proof-of-concepts, but not recommended for running production workloads. - **{major}.{minor}** - Representation of a specific feature set, but will be updated with feature & security patches. - **{major}.{minor}.{patch}** - Run a specific version of the runtime. _(Alternative could be to use [image digest pinning](https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier))_ diff --git a/docs/index.md b/docs/index.md index e4a31279f..83a45a686 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ docker run -d -p 8999:80 --name promitor-scraper --env PROMITOR_AUTH_APPID='' \ --env PROMITOR_AUTH_APPKEY='' \ --volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \ - tomkerkhove/promitor-scraper:0.4 + tomkerkhove/promitor-scraper ``` Docker image is available on [Docker Hub](https://hub.docker.com/r/tomkerkhove/promitor-scraper/).