diff --git a/component/class/defaults.yml b/component/class/defaults.yml index 9c57f68fa..9367037ed 100644 --- a/component/class/defaults.yml +++ b/component/class/defaults.yml @@ -39,7 +39,7 @@ parameters: appcat: registry: ghcr.io repository: vshn/appcat - tag: v4.40.0 + tag: v4.41.1 apiserver: registry: ghcr.io repository: vshn/appcat-apiserver diff --git a/component/tests/golden/controllers/appcat/appcat/controllers/appcat/10_cluster_role.yaml b/component/tests/golden/controllers/appcat/appcat/controllers/appcat/10_cluster_role.yaml index 50ca69f8f..da83d23a4 100644 --- a/component/tests/golden/controllers/appcat/appcat/controllers/appcat/10_cluster_role.yaml +++ b/component/tests/golden/controllers/appcat/appcat/controllers/appcat/10_cluster_role.yaml @@ -31,3 +31,48 @@ rules: - list - watch - delete + - apiGroups: + - '' + resources: + - events + verbs: + - get + - update + - list + - watch + - delete + - create + - patch + - apiGroups: + - apps + resources: + - statefulsets + verbs: + - get + - apiGroups: + - cert-manager.io + resources: + - issuers + - certificates + verbs: + - get + - apiGroups: + - batch + resources: + - jobs + - cronjobs + verbs: + - get + - apiGroups: + - '' + resources: + - pods + - services + verbs: + - get + - apiGroups: + - vshn.appcat.vshn.io + resources: + - '*' + verbs: + - get 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 a526fc2a3..a7111f299 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:v4.40.0 + image: ghcr.io/vshn/appcat:v4.41.1 livenessProbe: httpGet: path: /healthz 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 12cce70af..a25832d1f 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 @@ -28,7 +28,7 @@ spec: value: "false" - name: APPCAT_SLI_VSHNREDIS value: "false" - image: ghcr.io/vshn/appcat:v4.40.0 + image: ghcr.io/vshn/appcat:v4.41.1 livenessProbe: httpGet: path: /healthz 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 e6047a872..ec436afff 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 @@ -25,7 +25,7 @@ spec: data: controlNamespace: syn-appcat-control defaultPlan: standard-1 - imageTag: v4.40.0 + imageTag: v4.41.1 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/10_cluster_role.yaml b/component/tests/golden/minio/appcat/appcat/controllers/appcat/10_cluster_role.yaml index 50ca69f8f..da83d23a4 100644 --- a/component/tests/golden/minio/appcat/appcat/controllers/appcat/10_cluster_role.yaml +++ b/component/tests/golden/minio/appcat/appcat/controllers/appcat/10_cluster_role.yaml @@ -31,3 +31,48 @@ rules: - list - watch - delete + - apiGroups: + - '' + resources: + - events + verbs: + - get + - update + - list + - watch + - delete + - create + - patch + - apiGroups: + - apps + resources: + - statefulsets + verbs: + - get + - apiGroups: + - cert-manager.io + resources: + - issuers + - certificates + verbs: + - get + - apiGroups: + - batch + resources: + - jobs + - cronjobs + verbs: + - get + - apiGroups: + - '' + resources: + - pods + - services + verbs: + - get + - apiGroups: + - vshn.appcat.vshn.io + resources: + - '*' + verbs: + - get 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 a526fc2a3..a7111f299 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:v4.40.0 + image: ghcr.io/vshn/appcat:v4.41.1 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 c60a184a8..f429f3404 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:v4.40.0 + image: ghcr.io/vshn/appcat:v4.41.1 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 12cce70af..a25832d1f 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 @@ -28,7 +28,7 @@ spec: value: "false" - name: APPCAT_SLI_VSHNREDIS value: "false" - image: ghcr.io/vshn/appcat:v4.40.0 + image: ghcr.io/vshn/appcat:v4.41.1 livenessProbe: httpGet: path: /healthz 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 12cce70af..a25832d1f 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 @@ -28,7 +28,7 @@ spec: value: "false" - name: APPCAT_SLI_VSHNREDIS value: "false" - image: ghcr.io/vshn/appcat:v4.40.0 + image: ghcr.io/vshn/appcat:v4.41.1 livenessProbe: httpGet: path: /healthz diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_minio.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_minio.yaml index 818e2352b..358710b45 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_minio.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_minio.yaml @@ -25,7 +25,7 @@ spec: data: controlNamespace: syn-appcat-control defaultPlan: standard-1 - imageTag: v4.40.0 + imageTag: v4.41.1 maintenanceSA: helm-based-service-maintenance minioChartRepository: https://charts.min.io minioChartVersion: 5.0.13 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 ca4805619..d5a680374 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 @@ -33,7 +33,7 @@ spec: emailAlertingSmtpHost: smtp.eu.mailgun.org:465 emailAlertingSmtpUsername: myuser@example.com externalDatabaseConnectionsEnabled: 'true' - imageTag: v4.40.0 + imageTag: v4.41.1 quotasEnabled: 'false' sgNamespace: stackgres sideCars: '{"clusterController": {"limits": {"cpu": "32m", "memory": "2Gi"}, 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 b43d4e118..ee6e7fda2 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 @@ -33,7 +33,7 @@ spec: emailAlertingSmtpHost: smtp.eu.mailgun.org:465 emailAlertingSmtpUsername: myuser@example.com externalDatabaseConnectionsEnabled: 'true' - imageTag: v4.40.0 + imageTag: v4.41.1 quotasEnabled: 'false' sgNamespace: stackgres sideCars: '{"clusterController": {"limits": {"cpu": "32m", "memory": "2Gi"}, 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 b4c739ee6..464840f06 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 @@ -30,7 +30,7 @@ spec: data: bucketRegion: lpg controlNamespace: syn-appcat-control - imageTag: v4.40.0 + imageTag: v4.41.1 maintenanceSA: helm-based-service-maintenance quotasEnabled: 'false' restoreSA: redisrestoreserviceaccount diff --git a/component/tests/golden/vshn/appcat/appcat/controllers/appcat/10_cluster_role.yaml b/component/tests/golden/vshn/appcat/appcat/controllers/appcat/10_cluster_role.yaml index 50ca69f8f..da83d23a4 100644 --- a/component/tests/golden/vshn/appcat/appcat/controllers/appcat/10_cluster_role.yaml +++ b/component/tests/golden/vshn/appcat/appcat/controllers/appcat/10_cluster_role.yaml @@ -31,3 +31,48 @@ rules: - list - watch - delete + - apiGroups: + - '' + resources: + - events + verbs: + - get + - update + - list + - watch + - delete + - create + - patch + - apiGroups: + - apps + resources: + - statefulsets + verbs: + - get + - apiGroups: + - cert-manager.io + resources: + - issuers + - certificates + verbs: + - get + - apiGroups: + - batch + resources: + - jobs + - cronjobs + verbs: + - get + - apiGroups: + - '' + resources: + - pods + - services + verbs: + - get + - apiGroups: + - vshn.appcat.vshn.io + resources: + - '*' + verbs: + - get 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 a526fc2a3..a7111f299 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:v4.40.0 + image: ghcr.io/vshn/appcat:v4.41.1 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 456317878..0553a9947 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:v4.40.0 + image: ghcr.io/vshn/appcat:v4.41.1 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 482b0c939..4b69e7fab 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 @@ -28,7 +28,7 @@ spec: value: "true" - name: APPCAT_SLI_VSHNREDIS value: "true" - image: ghcr.io/vshn/appcat:v4.40.0 + image: ghcr.io/vshn/appcat:v4.41.1 livenessProbe: httpGet: path: /healthz