diff --git a/templates/aws-elbv1/1/docker-compose.yml b/templates/aws-elbv1/1/docker-compose.yml index 82ddc39..6af3d03 100644 --- a/templates/aws-elbv1/1/docker-compose.yml +++ b/templates/aws-elbv1/1/docker-compose.yml @@ -1,5 +1,5 @@ elbv1: - image: rancher/external-lb:v0.2.1 + image: rancher/external-lb:v0.3.0 command: -provider=elbv1 expose: - 1000 diff --git a/templates/aws-elbv1/1/rancher-compose.yml b/templates/aws-elbv1/1/rancher-compose.yml index e65e536..a654e5b 100644 --- a/templates/aws-elbv1/1/rancher-compose.yml +++ b/templates/aws-elbv1/1/rancher-compose.yml @@ -1,6 +1,6 @@ .catalog: name: ELB Classic Load Balancer - version: "v0.2.1-rancher1" + version: "v0.3.0-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 f62d9e3..9aec5d1 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.2.1-rancher1 +version: v0.3.0-rancher1 category: Load Balancing