From 4839ca66b670163a8f71f3084548cdb2b8be4c06 Mon Sep 17 00:00:00 2001 From: error418 Date: Sun, 8 Nov 2020 10:40:44 +0100 Subject: [PATCH] fix(plugin-twistlock): update component from `1.2.1` to `1.2.2` [view changes](https://github.com/swingletree-oss/plugin-twistlock/compare/v1.2.1...v1.2.2) --- 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 12b0f77..481e795 100644 --- a/compose/docker-compose.yml +++ b/compose/docker-compose.yml @@ -80,7 +80,7 @@ services: env_file: - ./compose.env environment: [] - image: docker.pkg.github.com/swingletree-oss/plugin-twistlock/plugin-twistlock:1.2.1 #plugin-twistlock_VERSION + image: docker.pkg.github.com/swingletree-oss/plugin-twistlock/plugin-twistlock:1.2.2 #plugin-twistlock_VERSION restart: always volumes: - ./swingletree.conf.yaml:/opt/plugin-twistlock/swingletree.conf.yaml diff --git a/helm/swingletree/values.yaml b/helm/swingletree/values.yaml index dceb0fc..ec11040 100644 --- a/helm/swingletree/values.yaml +++ b/helm/swingletree/values.yaml @@ -168,7 +168,7 @@ images: version: 1.2.1 #plugin-sonarqube_VERSION plugin-twistlock: repo: plugin-twistlock/plugin-twistlock - version: 1.2.1 #plugin-twistlock_VERSION + version: 1.2.2 #plugin-twistlock_VERSION plugin-zap: repo: plugin-zap/plugin-zap version: 1.2.1 #plugin-zap_VERSION