diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-04-10 21:31:32 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-04-10 21:31:32 -0400 |
commit | 1a5376e1810691e9767f68043ee4acaf22be9c2c (patch) | |
tree | 9ef25c6bd6c7f4ff292a0c2c697d4aca49be70f5 /roles/openshift_hosted_templates | |
parent | 168fff0782217a10fb206afc52d841c310bf00b8 (diff) | |
download | openshift-1a5376e1810691e9767f68043ee4acaf22be9c2c.tar.gz openshift-1a5376e1810691e9767f68043ee4acaf22be9c2c.tar.bz2 openshift-1a5376e1810691e9767f68043ee4acaf22be9c2c.tar.xz openshift-1a5376e1810691e9767f68043ee4acaf22be9c2c.zip |
Use metrics and logging deployer tag v3.4 for enterprise
This tag moves forward as new images are built
Diffstat (limited to 'roles/openshift_hosted_templates')
-rw-r--r-- | roles/openshift_hosted_templates/files/v1.4/enterprise/logging-deployer.yaml | 2 | ||||
-rw-r--r-- | roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/roles/openshift_hosted_templates/files/v1.4/enterprise/logging-deployer.yaml b/roles/openshift_hosted_templates/files/v1.4/enterprise/logging-deployer.yaml index c67058696..5abb2ef83 100644 --- a/roles/openshift_hosted_templates/files/v1.4/enterprise/logging-deployer.yaml +++ b/roles/openshift_hosted_templates/files/v1.4/enterprise/logging-deployer.yaml @@ -223,7 +223,7 @@ items: - description: 'Specify version for logging components; e.g. for "registry.access.redhat.com/openshift3/logging-deployer:3.4.0", set version "3.4.0"' name: IMAGE_VERSION - value: "3.4.0" + value: "v3.4" - description: "(Deprecated) Specify the name of an existing pull secret to be used for pulling component images from an authenticated registry." name: IMAGE_PULL_SECRET diff --git a/roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml b/roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml index 6ead122c5..1d319eab8 100644 --- a/roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml +++ b/roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml @@ -105,7 +105,7 @@ parameters: - description: 'Specify version for metrics components; e.g. for "openshift/origin-metrics-deployer:latest", set version "latest"' name: IMAGE_VERSION - value: "3.4.0" + value: "v3.4" - description: "Internal URL for the master, for authentication retrieval" name: MASTER_URL @@ -118,7 +118,7 @@ parameters: description: "Can be set to: 'preflight' to perform validation before a deployment; 'deploy' to perform an initial deployment; 'refresh' to delete and redeploy all components but to keep persisted data and routes; 'redeploy' to delete and redeploy everything (losing all data in the process); 'validate' to re-run validations after a deployment" name: MODE value: "deploy" -- +- description: "Set to true to continue even if the deployer runs into an error." name: CONTINUE_ON_ERROR value: "false" |