From c337e2cf6011d885823c676afc326d99b870b3b4 Mon Sep 17 00:00:00 2001 From: error418 Date: Sat, 11 Jul 2020 12:30:28 +0200 Subject: [PATCH] fix(plugin-junit): update component from `1.0.0` to `1.0.1` [view changes](https://github.com/swingletree-oss/plugin-junit/compare/v1.0.0...v1.0.1) --- helm/swingletree/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/swingletree/values.yaml b/helm/swingletree/values.yaml index 2e28cb0f..10ff4dd7 100644 --- a/helm/swingletree/values.yaml +++ b/helm/swingletree/values.yaml @@ -169,7 +169,7 @@ images: version: 1.1.3 #plugin-testng_VERSION plugin-junit: repo: plugin-junit/plugin-junit - version: 1.0.0 #plugin-junit_VERSION + version: 1.0.1 #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)