Skip to content

Commit

Permalink
chore(deps): update whitesource/renovate docker tag to v2.5.0 (mend#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2022
1 parent 8f5b293 commit 53d5faf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/docker-compose-ghe.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.6"
services:
renovate:
image: whitesource/renovate:2.4.1
image: whitesource/renovate:2.5.0
restart: on-failure
environment:
- ACCEPT_WHITESOURCE_TOS # You must accept the WhiteSource Renovate Terms of Service to use the image
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose-gitlab.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.6"
services:
renovate:
image: whitesource/renovate:2.4.1
image: whitesource/renovate:2.5.0
restart: on-failure
environment:
- ACCEPT_WHITESOURCE_TOS # You must accept the WhiteSource Renovate Terms of Service to use the image
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/whitesource-renovate/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: whitesource/renovate
tag: 2.4.1
tag: 2.5.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 53d5faf

Please sign in to comment.