diff --git a/templates/aws-elbv1/2/docker-compose.yml b/templates/aws-elbv1/2/docker-compose.yml index 6af3d03..df5e3f0 100644 --- a/templates/aws-elbv1/2/docker-compose.yml +++ b/templates/aws-elbv1/2/docker-compose.yml @@ -1,7 +1,7 @@ elbv1: - image: rancher/external-lb:v0.3.0 + image: rancher/external-lb:v0.3.3 command: -provider=elbv1 - expose: + expose: - 1000 environment: ELBV1_AWS_ACCESS_KEY: ${ELBV1_AWS_ACCESS_KEY} diff --git a/templates/aws-elbv1/2/rancher-compose.yml b/templates/aws-elbv1/2/rancher-compose.yml index a654e5b..9a3a68f 100644 --- a/templates/aws-elbv1/2/rancher-compose.yml +++ b/templates/aws-elbv1/2/rancher-compose.yml @@ -1,6 +1,6 @@ .catalog: name: ELB Classic Load Balancer - version: "v0.3.0-rancher1" + version: "v0.3.3-rancher1" description: "External LB service powered by AWS Elastic Load Balancing" minimum_rancher_version: v1.1.0 questions: diff --git a/templates/aws-elbv1/config.yml b/templates/aws-elbv1/config.yml index 9aec5d1..bb9feca 100644 --- a/templates/aws-elbv1/config.yml +++ b/templates/aws-elbv1/config.yml @@ -1,5 +1,5 @@ name: ELB Classic Load Balancer description: | External LB service powered by AWS Elastic Load Balancing -version: v0.3.0-rancher1 +version: v0.3.3-rancher1 category: Load Balancing