community-catalog/templates/ecr/2/rancher-compose.yml
William Jimenez b37d168599 rancher supported version of ECR updater (#457)
* rancher supported version of ECR updater

* update version in config.yml

* remove historical versions + syntax fix

* moving new ECR template to rancher-catalog
2017-03-30 14:21:09 -07:00

26 lines
834 B
YAML

.catalog:
name: "ECR Credential Updater"
version: "v1.1.0"
description: "Updates credentials for ECR in Rancher"
uuid: ecr-3
maximum_rancher_version: "v1.4.99"
questions:
- variable: "aws_access_key_id"
label: "AWS Access Key ID"
description: "AWS API Access Key to use for obtaining ECR credentials. Not required if using IAM roles."
required: false
type: "string"
- variable: "aws_secret_access_key"
label: "AWS Secret Access Key"
description: "AWS API Secret Key to use for obtaining ECR credentials. Not required if using IAM roles."
required: false
type: "string"
- variable: "aws_region"
label: "AWS Region"
description: "AWS Region that hosts the ECR"
default: us-east-1
required: true
type: "string"
ecr-updater:
scale: 1