From cb6f02c0d125818198369513fc9dce05dae93fb7 Mon Sep 17 00:00:00 2001 From: error418 Date: Tue, 8 Sep 2020 11:52:28 +0200 Subject: [PATCH] fix(plugin-zap): update component from `1.2.0` to `1.2.1` [view changes](https://github.com/swingletree-oss/plugin-zap/compare/v1.2.0...v1.2.1) --- compose/docker-compose.yml | 2 +- helm/swingletree/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml index c4b09cd..a07b6cc 100644 --- a/compose/docker-compose.yml +++ b/compose/docker-compose.yml @@ -92,7 +92,7 @@ services: env_file: - ./compose.env environment: [] - image: docker.pkg.github.com/swingletree-oss/plugin-zap/plugin-zap:1.2.0 #plugin-zap_VERSION + image: docker.pkg.github.com/swingletree-oss/plugin-zap/plugin-zap:1.2.1 #plugin-zap_VERSION restart: always volumes: - ./swingletree.conf.yaml:/opt/plugin-zap/swingletree.conf.yaml diff --git a/helm/swingletree/values.yaml b/helm/swingletree/values.yaml index 4998784..edba2b8 100644 --- a/helm/swingletree/values.yaml +++ b/helm/swingletree/values.yaml @@ -171,7 +171,7 @@ images: version: 1.2.1 #plugin-twistlock_VERSION plugin-zap: repo: plugin-zap/plugin-zap - version: 1.2.0 #plugin-zap_VERSION + version: 1.2.1 #plugin-zap_VERSION plugin-testng: repo: plugin-testng/plugin-testng version: 1.2.0 #plugin-testng_VERSION