Skip to content

Commit

Permalink
chore(deps): update whitesource/renovate docker tag to v1.6.2 (mend#171)
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 Oct 18, 2021
1 parent bd799cc commit 16cdcf2
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.1
image: whitesource/renovate:1.6.2
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.1
image: whitesource/renovate:1.6.2
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.1
tag: 1.6.2
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 16cdcf2

Please sign in to comment.