Skip to content

Commit

Permalink
chore(deps): update whitesource/renovate docker tag to v2 (mend#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 17, 2022
1 parent 6a390bc commit bfb5171
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:1.6.2
image: whitesource/renovate:2.1.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:1.6.2
image: whitesource/renovate:2.1.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: 1.6.2
tag: 2.1.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit bfb5171

Please sign in to comment.