Skip to content

Commit

Permalink
chore(deps): update whitesource/renovate docker tag to v2.1.1 (mend#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2022
1 parent bfb5171 commit 5303045
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.1.0
image: whitesource/renovate:2.1.1
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.1.0
image: whitesource/renovate:2.1.1
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.1.0
tag: 2.1.1
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 5303045

Please sign in to comment.