Skip to content

Commit

Permalink
fix(plugin-junit): update component from 1.1.1 to 1.1.2 [view cha…
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Nov 8, 2020
1 parent fc94cbe commit 7056c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
env_file:
- ./compose.env
environment: []
image: docker.pkg.github.com/swingletree-oss/plugin-junit/plugin-junit:1.1.1 #plugin-junit_VERSION
image: docker.pkg.github.com/swingletree-oss/plugin-junit/plugin-junit:1.1.2 #plugin-junit_VERSION
restart: always
volumes:
- ./swingletree.conf.yaml:/opt/plugin-junit/swingletree.conf.yaml
Expand Down
2 changes: 1 addition & 1 deletion helm/swingletree/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ images:
version: 1.2.2 #plugin-testng_VERSION
plugin-junit:
repo: plugin-junit/plugin-junit
version: 1.1.1 #plugin-junit_VERSION
version: 1.1.2 #plugin-junit_VERSION
pullPolicy: IfNotPresent
registry: docker.pkg.github.com/swingletree-oss/ # set this to your procy registry, if you have no direct access to GitHub Package Registry (mosty in enterprise environments)

Expand Down

0 comments on commit 7056c3a

Please sign in to comment.