Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker.io/renovate/renovate docker tag to v39 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion demos/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"