Skip to content

Commit

Permalink
Merge pull request #29 from secustor/renovate/docker.io-renovate-reno…
Browse files Browse the repository at this point in the history
…vate-37.x

chore(deps): update docker.io/renovate/renovate docker tag to v37
  • Loading branch information
secustor authored Apr 7, 2024
2 parents 77a9115 + 1cf8334 commit c477a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:35.40.0
docker run --rm -e RENOVATE_REPOSITORIES='["secustor/renovate-meetup"]' RENOVATE_TOKEN="******" docker.io/renovate/renovate:37.280.0
```

### 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: "35.40.0"
tag: "37.280.0"

0 comments on commit c477a3f

Please sign in to comment.