From f4ed88963cbc51f1faa666b28e7e03add634b092 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Thu, 9 Feb 2023 16:08:14 +0100 Subject: [PATCH] DEV-884 Activated additional WP instance 'egeld24' on stage cusqa - disabled on other stages for now - added new labels for wp resources - renamed wp netpols and cronjob according to new labels - updated wp chart version --- Chart.yaml | 16 ++++++++-------- values_cusprod.yaml | 6 ++++++ values_cusqa.yaml | 6 ++++-- values_nsodev.yaml | 6 ++++++ 4 files changed, 24 insertions(+), 10 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index e080273..28849b9 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.34 +version: 0.1.35 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.18" +appVersion: "0.1.19" dependencies: - name: tenant @@ -34,11 +34,11 @@ dependencies: version: 0.1.11 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress - version: 0.1.20 + version: 0.1.21 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - # - name: smardigo-wordpress - # version: 0.1.20 - # repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - # condition: egeld24-wordpress.enabled - # alias: egeld24-wordpress + - name: smardigo-wordpress + version: 0.1.21 + repository: oci://prodnso-harbor-01.smardigo.digital/smardigo + condition: egeld24-wordpress.enabled + alias: egeld24-wordpress diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 5b07b08..9321f6e 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -116,3 +116,9 @@ smardigo-wordpress: - hosts: - "*.connect-wordpress-cusprod-prodwork01.smardigo.digital" secretName: "connect-wordpress-cusprod-prodwork01.smardigo.digital-wildcard-tls" + commonLabels: + app: wordpress + project: thgquotenservice + +egeld24-wordpress: + enabled: false \ No newline at end of file diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 13f7881..193c2fd 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -120,9 +120,10 @@ smardigo-wordpress: secretName: "connect-wordpress-cusqa-prodwork01.smardigo.digital-wildcard-tls" commonLabels: app: wordpress + project: thgquotenservice egeld24-wordpress: - enabled: false + enabled: true wordpress: nameOverride: wordpress-egeld24 multisite: @@ -138,4 +139,5 @@ egeld24-wordpress: mariadb: nameOverride: mariadb-egeld24 commonLabels: - app: wordpress \ No newline at end of file + app: wordpress + project: egeld24 \ No newline at end of file diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 19f44d2..8c361f3 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -118,3 +118,9 @@ smardigo-wordpress: - hosts: - "*.connect-wordpress-nsodev-prodwork01.smardigo.digital" secretName: "connect-wordpress-nsodev-prodwork01.smardigo.digital-wildcard-tls" + commonLabels: + app: wordpress + project: thgquotenservice + +egeld24-wordpress: + enabled: false \ No newline at end of file