diff --git a/README.md b/README.md index 1b99d06..407b4c8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains a demo used to showcase capabilities of Renovate on Mee ### Usage Fork this repo to your space, adapt the environment variables below, then run it: ```bash -docker run --rm -e RENOVATE_REPOSITORIES='["secustor/renovate-meetup"]' RENOVATE_TOKEN="******" docker.io/renovate/renovate:38.57.3 +docker run --rm -e RENOVATE_REPOSITORIES='["secustor/renovate-meetup"]' RENOVATE_TOKEN="******" docker.io/renovate/renovate:39.172.1 ``` ### Presentation diff --git a/demos/helm/values.yaml b/demos/helm/values.yaml index 1ad00da..ed7360c 100644 --- a/demos/helm/values.yaml +++ b/demos/helm/values.yaml @@ -8,4 +8,4 @@ image: repository: docker.io/renovate/renovate pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "38.57.3" + tag: "39.172.1"