From 8c41b9d5291e0b0f3216a043e8e227f3655b6a0e Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Mon, 13 Jul 2026 10:37:52 +0200 Subject: [PATCH 1/3] bump automationFlavorsVersion --- chart/infra-server/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/infra-server/Chart.yaml b/chart/infra-server/Chart.yaml index b97d79d16..81315e606 100644 --- a/chart/infra-server/Chart.yaml +++ b/chart/infra-server/Chart.yaml @@ -8,7 +8,7 @@ sources: - https://github.com/stackrox/infra annotations: acsDemoVersion: 4.11.1 - automationFlavorsVersion: 0.15.2 + automationFlavorsVersion: 0.15.1-23-g15dbc7fdac-snapshot ocpCredentialsMode: Passthrough dependencies: - name: argo-workflows From 96f224c584705e2dbb057f1fb86ee6f9614d2d17 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Mon, 13 Jul 2026 10:38:03 +0200 Subject: [PATCH 2/3] drop enable-psps --- chart/infra-server/static/flavors.yaml | 10 ---------- chart/infra-server/static/workflow-demo.yaml | 2 -- chart/infra-server/static/workflow-qa-demo.yaml | 3 --- 3 files changed, 15 deletions(-) diff --git a/chart/infra-server/static/flavors.yaml b/chart/infra-server/static/flavors.yaml index ccc5cc341..644f65f3b 100644 --- a/chart/infra-server/static/flavors.yaml +++ b/chart/infra-server/static/flavors.yaml @@ -23,10 +23,6 @@ value: default kind: hardcoded - - name: enable-psps - value: "false" - kind: hardcoded - - name: gcp-region description: GCP region help: GCP region to deploy infrastructure into. @@ -100,12 +96,6 @@ value: default kind: optional - - name: enable-psps - description: Enable PodSecurityPolicy generation - value: "false" - kind: optional - help: PSPs were removed from K8s >=1.25. Enabling PSP generation on newer K8s versions will fail the deployment. - - name: gcp-region description: GCP region help: GCP region to deploy infrastructure into. diff --git a/chart/infra-server/static/workflow-demo.yaml b/chart/infra-server/static/workflow-demo.yaml index 4c25b31b7..9b098e5e3 100644 --- a/chart/infra-server/static/workflow-demo.yaml +++ b/chart/infra-server/static/workflow-demo.yaml @@ -17,7 +17,6 @@ spec: - name: main-image - name: central-db-image - name: k8s-version - - name: enable-psps - name: gcp-region - name: gcp-zone @@ -133,7 +132,6 @@ spec: - --dns-gcp-project=acs-team-temp-dev - --creation-source=infra - --k8s-version={{ "{{" }}workflow.parameters.k8s-version{{ "}}" }} - - --enable-psps={{ "{{" }}workflow.parameters.enable-psps{{ "}}" }} - --gcp-region={{ "{{" }}workflow.parameters.gcp-region{{ "}}" }} - --gcp-zone={{ "{{" }}workflow.parameters.gcp-zone{{ "}}" }} volumeMounts: diff --git a/chart/infra-server/static/workflow-qa-demo.yaml b/chart/infra-server/static/workflow-qa-demo.yaml index d765421ff..4a5681bb8 100644 --- a/chart/infra-server/static/workflow-qa-demo.yaml +++ b/chart/infra-server/static/workflow-qa-demo.yaml @@ -23,8 +23,6 @@ spec: value: "" - name: k8s-version value: "" - - name: enable-psps - value: "" - name: gcp-region value: "" - name: gcp-zone @@ -141,7 +139,6 @@ spec: - --dns-gcp-project=acs-team-temp-dev - --creation-source=infra - --k8s-version={{ "{{" }}workflow.parameters.k8s-version{{ "}}" }} - - --enable-psps={{ "{{" }}workflow.parameters.enable-psps{{ "}}" }} - --gcp-region={{ "{{" }}workflow.parameters.gcp-region{{ "}}" }} - --gcp-zone={{ "{{" }}workflow.parameters.gcp-zone{{ "}}" }} volumeMounts: From 9baf7b62d66bcd3f18336ea91805fd141824405c Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Thu, 16 Jul 2026 10:45:34 +0200 Subject: [PATCH 3/3] Update automationFlavorsVersion to 0.15.3 --- chart/infra-server/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/infra-server/Chart.yaml b/chart/infra-server/Chart.yaml index 81315e606..a21c1af9e 100644 --- a/chart/infra-server/Chart.yaml +++ b/chart/infra-server/Chart.yaml @@ -8,7 +8,7 @@ sources: - https://github.com/stackrox/infra annotations: acsDemoVersion: 4.11.1 - automationFlavorsVersion: 0.15.1-23-g15dbc7fdac-snapshot + automationFlavorsVersion: 0.15.3 ocpCredentialsMode: Passthrough dependencies: - name: argo-workflows