From 9d5a610ec2e727f88371d713ae582ac871069d36 Mon Sep 17 00:00:00 2001 From: error418 Date: Sun, 8 Nov 2020 10:40:40 +0100 Subject: [PATCH] fix(scotty): update component from `1.3.0` to `1.3.2` [view changes](https://github.com/swingletree-oss/scotty/compare/v1.3.0...v1.3.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 99290be..86781c2 100644 --- a/compose/docker-compose.yml +++ b/compose/docker-compose.yml @@ -20,7 +20,7 @@ services: env_file: - ./compose.env environment: [] - image: docker.pkg.github.com/swingletree-oss/scotty/scotty:1.3.0 #scotty_VERSION + image: docker.pkg.github.com/swingletree-oss/scotty/scotty:1.3.2 #scotty_VERSION restart: always volumes: - ./swingletree.conf.yaml:/opt/scotty/swingletree.conf.yaml diff --git a/helm/swingletree/values.yaml b/helm/swingletree/values.yaml index 78a169e..254656e 100644 --- a/helm/swingletree/values.yaml +++ b/helm/swingletree/values.yaml @@ -159,7 +159,7 @@ images: version: 1.5.1 #gate_VERSION scotty: repo: scotty/scotty - version: 1.3.0 #scotty_VERSION + version: 1.3.2 #scotty_VERSION plugin-nebula: repo: plugin-nebula/plugin-nebula version: 1.3.1 #plugin-nebula_VERSION