From e4de885b7c3c2eb9a0be2a4c65fcb97b79cd364a Mon Sep 17 00:00:00 2001 From: Dominik Kaminski Date: Thu, 27 Jul 2023 23:28:41 +0200 Subject: [PATCH] chore(helmfile): Add commonLabels to helmfiles --- helmfile/apps/collabora/helmfile.yaml | 4 ++++ helmfile/apps/intercom-service/helmfile.yaml | 4 ++++ helmfile/apps/jitsi/helmfile.yaml | 4 ++++ helmfile/apps/keycloak-bootstrap/helmfile.yaml | 5 +++++ helmfile/apps/keycloak/helmfile.yaml | 4 ++++ helmfile/apps/nextcloud/helmfile.yaml | 4 ++++ helmfile/apps/open-xchange/helmfile.yaml | 5 +++++ helmfile/apps/openproject/helmfile.yaml | 4 ++++ helmfile/apps/provisioning/helmfile.yaml | 4 ++++ helmfile/apps/services/helmfile.yaml | 5 +++++ helmfile/apps/univention-corporate-container/helmfile.yaml | 4 ++++ helmfile/apps/xwiki/helmfile.yaml | 5 +++++ 12 files changed, 52 insertions(+) diff --git a/helmfile/apps/collabora/helmfile.yaml b/helmfile/apps/collabora/helmfile.yaml index cac931c5..23fbff3f 100644 --- a/helmfile/apps/collabora/helmfile.yaml +++ b/helmfile/apps/collabora/helmfile.yaml @@ -14,6 +14,10 @@ releases: - "values.gotmpl" condition: "collabora.enabled" +commonLabels: + deploy-stage: "component-1" + component: "collabora" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/intercom-service/helmfile.yaml b/helmfile/apps/intercom-service/helmfile.yaml index 06498480..ca885e43 100644 --- a/helmfile/apps/intercom-service/helmfile.yaml +++ b/helmfile/apps/intercom-service/helmfile.yaml @@ -14,6 +14,10 @@ releases: - "values.gotmpl" condition: "intercom.enabled" +commonLabels: + deploy-stage: "component-1" + component: "intercom-service" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/jitsi/helmfile.yaml b/helmfile/apps/jitsi/helmfile.yaml index b19f9747..29be4f69 100644 --- a/helmfile/apps/jitsi/helmfile.yaml +++ b/helmfile/apps/jitsi/helmfile.yaml @@ -13,6 +13,10 @@ releases: - "values-jitsi.gotmpl" condition: "jitsi.enabled" +commonLabels: + deploy-stage: "component-1" + component: "jitsi" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/keycloak-bootstrap/helmfile.yaml b/helmfile/apps/keycloak-bootstrap/helmfile.yaml index 561eb060..8c7e1f84 100644 --- a/helmfile/apps/keycloak-bootstrap/helmfile.yaml +++ b/helmfile/apps/keycloak-bootstrap/helmfile.yaml @@ -15,6 +15,11 @@ releases: condition: "keycloak.enabled" # as we have seen some slow clusters we want to ensure we not just fail due to a timeout. timeout: 1800 + +commonLabels: + deploy-stage: "component-1" + component: "keycloak-bootstrap" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/keycloak/helmfile.yaml b/helmfile/apps/keycloak/helmfile.yaml index df89fa3a..3891f066 100644 --- a/helmfile/apps/keycloak/helmfile.yaml +++ b/helmfile/apps/keycloak/helmfile.yaml @@ -35,6 +35,10 @@ releases: - "values-extensions.gotmpl" condition: "keycloak.enabled" +commonLabels: + deploy-stage: "component-1" + component: "keycloak" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/nextcloud/helmfile.yaml b/helmfile/apps/nextcloud/helmfile.yaml index d3b53685..6ecd4c22 100644 --- a/helmfile/apps/nextcloud/helmfile.yaml +++ b/helmfile/apps/nextcloud/helmfile.yaml @@ -29,6 +29,10 @@ releases: condition: "nextcloud.enabled" timeout: 1800 +commonLabels: + deploy-stage: "component-1" + component: "nextcloud" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/open-xchange/helmfile.yaml b/helmfile/apps/open-xchange/helmfile.yaml index c6de498a..e71120f2 100644 --- a/helmfile/apps/open-xchange/helmfile.yaml +++ b/helmfile/apps/open-xchange/helmfile.yaml @@ -34,6 +34,11 @@ releases: values: - "values-openxchange-bootstrap.yaml" condition: "oxAppsuite.enabled" + +commonLabels: + deploy-stage: "component-1" + component: "open-xchange" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/openproject/helmfile.yaml b/helmfile/apps/openproject/helmfile.yaml index 6ba852fb..c4695a2a 100644 --- a/helmfile/apps/openproject/helmfile.yaml +++ b/helmfile/apps/openproject/helmfile.yaml @@ -14,6 +14,10 @@ releases: - "values.gotmpl" condition: "openproject.enabled" +commonLabels: + deploy-stage: "component-1" + component: "openproject" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/provisioning/helmfile.yaml b/helmfile/apps/provisioning/helmfile.yaml index 5327a2a6..2ec85490 100644 --- a/helmfile/apps/provisioning/helmfile.yaml +++ b/helmfile/apps/provisioning/helmfile.yaml @@ -14,6 +14,10 @@ releases: - "values-oxconnector.gotmpl" condition: "oxConnector.enabled" +commonLabels: + deploy-stage: "component-2" + component: "provisioning" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/services/helmfile.yaml b/helmfile/apps/services/helmfile.yaml index b986cf72..482ecb9c 100644 --- a/helmfile/apps/services/helmfile.yaml +++ b/helmfile/apps/services/helmfile.yaml @@ -64,6 +64,11 @@ releases: values: - "values-istio-gateway.gotmpl" condition: "istio.enabled" + +commonLabels: + deploy-stage: "services" + component: "services" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/univention-corporate-container/helmfile.yaml b/helmfile/apps/univention-corporate-container/helmfile.yaml index 6e9f7148..f5f01a87 100644 --- a/helmfile/apps/univention-corporate-container/helmfile.yaml +++ b/helmfile/apps/univention-corporate-container/helmfile.yaml @@ -14,6 +14,10 @@ releases: - "values.gotmpl" condition: "univentionCorporateServer.enabled" +commonLabels: + deploy-stage: "component-1" + component: "univention-corporate-container" + bases: - "../../bases/environments.yaml" ... diff --git a/helmfile/apps/xwiki/helmfile.yaml b/helmfile/apps/xwiki/helmfile.yaml index 803a4999..46691e65 100644 --- a/helmfile/apps/xwiki/helmfile.yaml +++ b/helmfile/apps/xwiki/helmfile.yaml @@ -25,6 +25,11 @@ releases: values: - "values-init.gotmpl" condition: "xwiki.enabled" + +commonLabels: + deploy-stage: "component-1" + component: "xwiki" + bases: - "../../bases/environments.yaml" ...