From ca633d4f7c4e3ebc17eadb2f79d83d33e341da44 Mon Sep 17 00:00:00 2001 From: Derek Wasinger Date: Tue, 4 Aug 2020 08:11:14 -0700 Subject: [PATCH] adding status service to deployment (#120) --- applications/values.yaml | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/applications/values.yaml b/applications/values.yaml index b7d16ada..df277772 100644 --- a/applications/values.yaml +++ b/applications/values.yaml @@ -12,6 +12,7 @@ applicationVersions: frontend: &frontendVersion master backend: &backendVersion master git-api: &gitApiVersion master + status: &statusVersion master resource-dispatcher: &resourceDispatcherVersion master agnosticv-operator: &agnosticvVersion helm_chart anarchy-operator: &anarchyVersion helm_chart @@ -44,14 +45,6 @@ applications: ref: *backendVersion helmValues: imageTag: *backendVersion - versions: - frontend: *frontendVersion - backend: *backendVersion - git-api: *gitApiVersion - resource-dispatcher: *resourceDispatcherVersion - agnosticv: *agnosticvVersion - anarchy: *anarchyVersion - poolboy: *poolboyVersion ignoreDifferences: - group: apps.openshift.io kind: DeploymentConfig @@ -71,6 +64,28 @@ applications: jsonPointers: - /spec/template/spec/containers/0/image +- name: status + url: https://github.com/rht-labs/lodestar-status.git + path: deployment + deploymentNamespace: omp-frontend + ref: *statusVersion + helmValues: + imageTag: *statusVersion + versions: + frontend: *frontendVersion + backend: *backendVersion + git-api: *gitApiVersion + status: *statusVersion + resource-dispatcher: *resourceDispatcherVersion + agnosticv: *agnosticvVersion + anarchy: *anarchyVersion + poolboy: *poolboyVersion + ignoreDifferences: + - group: apps.openshift.io + kind: DeploymentConfig + jsonPointers: + - /spec/template/spec/containers/0/image + - name: resource-dispatcher url: https://github.com/redhat-cop/tool-integrations.git path: "resource-dispatcher/helm"