diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml index 481e795..ba760f0 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.1 #plugin-zap_VERSION + image: docker.pkg.github.com/swingletree-oss/plugin-zap/plugin-zap:1.2.2 #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 ec11040..771270d 100644 --- a/helm/swingletree/values.yaml +++ b/helm/swingletree/values.yaml @@ -171,7 +171,7 @@ images: version: 1.2.2 #plugin-twistlock_VERSION plugin-zap: repo: plugin-zap/plugin-zap - version: 1.2.1 #plugin-zap_VERSION + version: 1.2.2 #plugin-zap_VERSION plugin-testng: repo: plugin-testng/plugin-testng version: 1.2.1 #plugin-testng_VERSION