From c10989afbe3652c146f6a1bb8ccea73df44fe4dc Mon Sep 17 00:00:00 2001 From: "lukasz.widera@vshn.ch" Date: Wed, 13 Mar 2024 09:29:46 +0100 Subject: [PATCH] keycloak tests --- .github/workflows/e2e.yaml | 8 +++++--- component/class/defaults.yml | 2 +- .../apiserver/appcat/appcat/10_function_appcat.yaml | 2 +- .../appcat/appcat/10_function_appcat.yaml | 2 +- ..._deployment_appcat-sliexporter-controller-manager.yaml | 2 +- .../appcat/appcat/10_function_appcat.yaml | 2 +- ..._deployment_appcat-sliexporter-controller-manager.yaml | 2 +- .../cloudscale/appcat/appcat/10_function_appcat.yaml | 2 +- .../controllers/appcat/appcat/10_function_appcat.yaml | 2 +- .../appcat/appcat/controllers/appcat/30_deployment.yaml | 2 +- .../golden/defaults/appcat/appcat/10_function_appcat.yaml | 2 +- ..._deployment_appcat-sliexporter-controller-manager.yaml | 2 +- .../appcat/appcat/10_function_appcat.yaml | 2 +- ..._deployment_appcat-sliexporter-controller-manager.yaml | 2 +- .../appcat/appcat/10_function_appcat.yaml | 2 +- ..._deployment_appcat-sliexporter-controller-manager.yaml | 2 +- .../golden/exoscale/appcat/appcat/10_function_appcat.yaml | 2 +- .../golden/minio/appcat/appcat/10_function_appcat.yaml | 2 +- .../minio/appcat/appcat/21_composition_vshn_minio.yaml | 2 +- .../appcat/appcat/controllers/appcat/30_deployment.yaml | 2 +- .../minio/appcat/appcat/sla_reporter/01_cronjob.yaml | 2 +- ..._deployment_appcat-sliexporter-controller-manager.yaml | 2 +- .../openshift/appcat/appcat/10_function_appcat.yaml | 2 +- ..._deployment_appcat-sliexporter-controller-manager.yaml | 2 +- .../golden/vshn/appcat/appcat/10_function_appcat.yaml | 2 +- .../vshn/appcat/appcat/21_composition_vshn_keycloak.yaml | 6 +++--- .../vshn/appcat/appcat/21_composition_vshn_mariadb.yaml | 2 +- .../vshn/appcat/appcat/21_composition_vshn_postgres.yaml | 2 +- .../appcat/21_composition_vshn_postgresrestore.yaml | 2 +- .../vshn/appcat/appcat/21_composition_vshn_redis.yaml | 2 +- .../appcat/appcat/controllers/appcat/30_deployment.yaml | 2 +- .../vshn/appcat/appcat/sla_reporter/01_cronjob.yaml | 2 +- ..._deployment_appcat-sliexporter-controller-manager.yaml | 2 +- package/main.yaml | 2 +- 34 files changed, 40 insertions(+), 38 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 08f22b339..5630a7367 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -1,8 +1,10 @@ name: E2E on: - pull_request: - branches: - - master + # allow manual triggers + workflow_dispatch: {} + schedule: + # daily midnight + - cron: '0 0 * * *' jobs: test-e2e: runs-on: ubuntu-latest diff --git a/component/class/defaults.yml b/component/class/defaults.yml index 36c84a4d7..72ae5d225 100644 --- a/component/class/defaults.yml +++ b/component/class/defaults.yml @@ -45,7 +45,7 @@ parameters: appcat: registry: ghcr.io repository: vshn/appcat - tag: fix_mariadb_provision + tag: v4.60.4 apiserver: registry: ghcr.io repository: vshn/appcat-apiserver diff --git a/component/tests/golden/apiserver/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/apiserver/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/apiserver/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/apiserver/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/cloudscale-metrics-collector-cloud/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/cloudscale-metrics-collector-cloud/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/cloudscale-metrics-collector-cloud/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/cloudscale-metrics-collector-cloud/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/cloudscale-metrics-collector-cloud/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml b/component/tests/golden/cloudscale-metrics-collector-cloud/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml index 1b74b55a2..35c3b59fe 100644 --- a/component/tests/golden/cloudscale-metrics-collector-cloud/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml +++ b/component/tests/golden/cloudscale-metrics-collector-cloud/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml @@ -30,7 +30,7 @@ spec: value: "false" - name: APPCAT_SLI_TRACK_OC_MAINTENANCE_STATUS value: "false" - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/cloudscale-metrics-collector-managed/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/cloudscale-metrics-collector-managed/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/cloudscale-metrics-collector-managed/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/cloudscale-metrics-collector-managed/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/cloudscale-metrics-collector-managed/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml b/component/tests/golden/cloudscale-metrics-collector-managed/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml index 1b74b55a2..35c3b59fe 100644 --- a/component/tests/golden/cloudscale-metrics-collector-managed/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml +++ b/component/tests/golden/cloudscale-metrics-collector-managed/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml @@ -30,7 +30,7 @@ spec: value: "false" - name: APPCAT_SLI_TRACK_OC_MAINTENANCE_STATUS value: "false" - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/cloudscale/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/cloudscale/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/cloudscale/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/cloudscale/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/controllers/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/controllers/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/controllers/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/controllers/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/controllers/appcat/appcat/controllers/appcat/30_deployment.yaml b/component/tests/golden/controllers/appcat/appcat/controllers/appcat/30_deployment.yaml index 71ffe9372..eb314e6c6 100644 --- a/component/tests/golden/controllers/appcat/appcat/controllers/appcat/30_deployment.yaml +++ b/component/tests/golden/controllers/appcat/appcat/controllers/appcat/30_deployment.yaml @@ -23,7 +23,7 @@ spec: env: - name: PLANS_NAMESPACE value: syn-appcat - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/defaults/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/defaults/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/defaults/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/defaults/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/defaults/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml b/component/tests/golden/defaults/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml index 1b74b55a2..35c3b59fe 100644 --- a/component/tests/golden/defaults/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml +++ b/component/tests/golden/defaults/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml @@ -30,7 +30,7 @@ spec: value: "false" - name: APPCAT_SLI_TRACK_OC_MAINTENANCE_STATUS value: "false" - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/exoscale-metrics-collector-cloud/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/exoscale-metrics-collector-cloud/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/exoscale-metrics-collector-cloud/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/exoscale-metrics-collector-cloud/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/exoscale-metrics-collector-cloud/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml b/component/tests/golden/exoscale-metrics-collector-cloud/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml index 1b74b55a2..35c3b59fe 100644 --- a/component/tests/golden/exoscale-metrics-collector-cloud/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml +++ b/component/tests/golden/exoscale-metrics-collector-cloud/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml @@ -30,7 +30,7 @@ spec: value: "false" - name: APPCAT_SLI_TRACK_OC_MAINTENANCE_STATUS value: "false" - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/exoscale-metrics-collector-managed/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/exoscale-metrics-collector-managed/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/exoscale-metrics-collector-managed/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/exoscale-metrics-collector-managed/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/exoscale-metrics-collector-managed/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml b/component/tests/golden/exoscale-metrics-collector-managed/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml index 1b74b55a2..35c3b59fe 100644 --- a/component/tests/golden/exoscale-metrics-collector-managed/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml +++ b/component/tests/golden/exoscale-metrics-collector-managed/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml @@ -30,7 +30,7 @@ spec: value: "false" - name: APPCAT_SLI_TRACK_OC_MAINTENANCE_STATUS value: "false" - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/exoscale/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/exoscale/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/exoscale/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/exoscale/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/minio/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/minio/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/minio/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/minio/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/minio/appcat/appcat/21_composition_vshn_minio.yaml b/component/tests/golden/minio/appcat/appcat/21_composition_vshn_minio.yaml index 1b23d831f..e735494b2 100644 --- a/component/tests/golden/minio/appcat/appcat/21_composition_vshn_minio.yaml +++ b/component/tests/golden/minio/appcat/appcat/21_composition_vshn_minio.yaml @@ -28,7 +28,7 @@ spec: data: controlNamespace: syn-appcat-control defaultPlan: standard-1 - imageTag: fix_mariadb_provision + imageTag: v4.60.4 maintenanceSA: helm-based-service-maintenance minioChartRepository: https://charts.min.io minioChartVersion: 5.0.13 diff --git a/component/tests/golden/minio/appcat/appcat/controllers/appcat/30_deployment.yaml b/component/tests/golden/minio/appcat/appcat/controllers/appcat/30_deployment.yaml index 71ffe9372..eb314e6c6 100644 --- a/component/tests/golden/minio/appcat/appcat/controllers/appcat/30_deployment.yaml +++ b/component/tests/golden/minio/appcat/appcat/controllers/appcat/30_deployment.yaml @@ -23,7 +23,7 @@ spec: env: - name: PLANS_NAMESPACE value: syn-appcat - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/minio/appcat/appcat/sla_reporter/01_cronjob.yaml b/component/tests/golden/minio/appcat/appcat/sla_reporter/01_cronjob.yaml index 3d84a52f3..71391b080 100644 --- a/component/tests/golden/minio/appcat/appcat/sla_reporter/01_cronjob.yaml +++ b/component/tests/golden/minio/appcat/appcat/sla_reporter/01_cronjob.yaml @@ -30,7 +30,7 @@ spec: envFrom: - secretRef: name: appcat-sla-reports-creds - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 name: sla-reporter resources: limits: diff --git a/component/tests/golden/minio/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml b/component/tests/golden/minio/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml index 1b74b55a2..35c3b59fe 100644 --- a/component/tests/golden/minio/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml +++ b/component/tests/golden/minio/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml @@ -30,7 +30,7 @@ spec: value: "false" - name: APPCAT_SLI_TRACK_OC_MAINTENANCE_STATUS value: "false" - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/openshift/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/openshift/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/openshift/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/openshift/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/openshift/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml b/component/tests/golden/openshift/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml index 1b74b55a2..35c3b59fe 100644 --- a/component/tests/golden/openshift/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml +++ b/component/tests/golden/openshift/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml @@ -30,7 +30,7 @@ spec: value: "false" - name: APPCAT_SLI_TRACK_OC_MAINTENANCE_STATUS value: "false" - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/vshn/appcat/appcat/10_function_appcat.yaml b/component/tests/golden/vshn/appcat/appcat/10_function_appcat.yaml index 2128a5bdf..db56b0f9a 100644 --- a/component/tests/golden/vshn/appcat/appcat/10_function_appcat.yaml +++ b/component/tests/golden/vshn/appcat/appcat/10_function_appcat.yaml @@ -3,6 +3,6 @@ kind: Function metadata: name: function-appcat spec: - package: ghcr.io/vshn/appcat:fix_mariadb_provision-func + package: ghcr.io/vshn/appcat:v4.60.4-func runtimeConfigRef: name: function-appcat diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_keycloak.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_keycloak.yaml index 93b4110bf..c3901bfb0 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_keycloak.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_keycloak.yaml @@ -31,7 +31,7 @@ spec: chartRepository: https://codecentric.github.io/helm-charts chartVersion: 2.3.0 controlNamespace: syn-appcat-control - imageTag: fix_mariadb_provision + imageTag: v4.60.4 isOpenshift: 'false' maintenanceSA: helm-based-service-maintenance plans: '{"standard-2": {"size": {"cpu": "500m", "disk": "16Gi", "enabled": @@ -39,8 +39,8 @@ spec: "enabled": true, "memory": "4Gi"}}, "standard-8": {"size": {"cpu": "2", "disk": "16Gi", "enabled": true, "memory": "8Gi"}}}' quotasEnabled: 'false' - registry_password: HrssRli0X64b7ADvwEap - registry_username: ext-vshn-keycloak + registry_password: '' + registry_username: '' restoreSA: mariadbrestoreserviceaccount serviceName: keycloak kind: ConfigMap diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_mariadb.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_mariadb.yaml index 729959d8a..38d33117a 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_mariadb.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_mariadb.yaml @@ -31,7 +31,7 @@ spec: chartRepository: https://charts.bitnami.com/bitnami chartVersion: 11.6.2 controlNamespace: syn-appcat-control - imageTag: fix_mariadb_provision + imageTag: v4.60.4 isOpenshift: 'false' maintenanceSA: helm-based-service-maintenance plans: '{"standard-1": {"size": {"cpu": "250m", "disk": "16Gi", "enabled": diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgres.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgres.yaml index f1eb48e1a..726d39d20 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgres.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgres.yaml @@ -711,7 +711,7 @@ spec: emailAlertingSmtpHost: smtp.eu.mailgun.org:465 emailAlertingSmtpUsername: myuser@example.com externalDatabaseConnectionsEnabled: 'true' - imageTag: fix_mariadb_provision + imageTag: v4.60.4 quotasEnabled: 'false' serviceName: postgresql sgNamespace: stackgres diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgresrestore.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgresrestore.yaml index 2449dc7d3..8d1ecc131 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgresrestore.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgresrestore.yaml @@ -813,7 +813,7 @@ spec: emailAlertingSmtpHost: smtp.eu.mailgun.org:465 emailAlertingSmtpUsername: myuser@example.com externalDatabaseConnectionsEnabled: 'true' - imageTag: fix_mariadb_provision + imageTag: v4.60.4 quotasEnabled: 'false' serviceName: postgresql sgNamespace: stackgres diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_redis.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_redis.yaml index a7e3bdb30..d98c8a869 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_redis.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_redis.yaml @@ -608,7 +608,7 @@ spec: emailAlertingSmtpFromAddress: myuser@example.com emailAlertingSmtpHost: smtp.eu.mailgun.org:465 emailAlertingSmtpUsername: myuser@example.com - imageTag: fix_mariadb_provision + imageTag: v4.60.4 maintenanceSA: helm-based-service-maintenance quotasEnabled: 'false' restoreSA: redisrestoreserviceaccount diff --git a/component/tests/golden/vshn/appcat/appcat/controllers/appcat/30_deployment.yaml b/component/tests/golden/vshn/appcat/appcat/controllers/appcat/30_deployment.yaml index 71ffe9372..eb314e6c6 100644 --- a/component/tests/golden/vshn/appcat/appcat/controllers/appcat/30_deployment.yaml +++ b/component/tests/golden/vshn/appcat/appcat/controllers/appcat/30_deployment.yaml @@ -23,7 +23,7 @@ spec: env: - name: PLANS_NAMESPACE value: syn-appcat - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/vshn/appcat/appcat/sla_reporter/01_cronjob.yaml b/component/tests/golden/vshn/appcat/appcat/sla_reporter/01_cronjob.yaml index 38c4b924e..db187d49c 100644 --- a/component/tests/golden/vshn/appcat/appcat/sla_reporter/01_cronjob.yaml +++ b/component/tests/golden/vshn/appcat/appcat/sla_reporter/01_cronjob.yaml @@ -30,7 +30,7 @@ spec: envFrom: - secretRef: name: appcat-sla-reports-creds - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 name: sla-reporter resources: limits: diff --git a/component/tests/golden/vshn/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml b/component/tests/golden/vshn/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml index 451d4fa58..f9345407a 100644 --- a/component/tests/golden/vshn/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml +++ b/component/tests/golden/vshn/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml @@ -30,7 +30,7 @@ spec: value: "true" - name: APPCAT_SLI_TRACK_OC_MAINTENANCE_STATUS value: "false" - image: ghcr.io/vshn/appcat:fix_mariadb_provision + image: ghcr.io/vshn/appcat:v4.60.4 livenessProbe: httpGet: path: /healthz diff --git a/package/main.yaml b/package/main.yaml index caca7f5a7..088dd15fa 100644 --- a/package/main.yaml +++ b/package/main.yaml @@ -7,7 +7,7 @@ parameters: image: registry: ghcr.io repository: vshn/appcat - tag: v4.60.2 + tag: v4.60.4 components: appcat: url: https://github.com/vshn/component-appcat.git