From 8d9293d912402436e9230dbae9f1ad640232e8c5 Mon Sep 17 00:00:00 2001 From: Maksim Fedotov Date: Mon, 13 Apr 2026 11:49:08 +0300 Subject: [PATCH 1/4] DO NOT MERGE: check license ci Signed-off-by: Maksim Fedotov --- .github/workflows/no-license-file.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/no-license-file.yml diff --git a/.github/workflows/no-license-file.yml b/.github/workflows/no-license-file.yml new file mode 100644 index 0000000000..5757d58685 --- /dev/null +++ b/.github/workflows/no-license-file.yml @@ -0,0 +1,22 @@ +name: No license file + +env: + CSI: replicated.csi.storage.deckhouse.io + STORAGE_CLASS_NAME: linstor-thin-r1 + CI_COMMIT_REF_NAME: ${{ github.ref_name }} + GO_VERSION: "1.25.9" + TIMEOUT: "3h" + +on: + workflow_dispatch: + +defaults: + run: + shell: bash + +jobs: + show_dev_manifest: + runs-on: ubuntu-latest + name: Run e2e + steps: + - uses: actions/checkout@v4 \ No newline at end of file From 3d4b0ce2b561cf63b1f3eb3022b56fd82db303cd Mon Sep 17 00:00:00 2001 From: Maksim Fedotov Date: Mon, 13 Apr 2026 18:58:26 +0300 Subject: [PATCH 2/4] replicas: two Signed-off-by: Maksim Fedotov --- templates/virtualization-controller/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/virtualization-controller/deployment.yaml b/templates/virtualization-controller/deployment.yaml index 8634a067c9..79a9f55682 100644 --- a/templates/virtualization-controller/deployment.yaml +++ b/templates/virtualization-controller/deployment.yaml @@ -54,7 +54,7 @@ metadata: namespace: d8-{{ .Chart.Name }} {{- include "helm_lib_module_labels" (list . (dict "app" "virtualization-controller")) | nindent 2 }} spec: - replicas: {{ include "helm_lib_is_ha_to_value" (list . 3 1) }} + replicas: "two" {{- if (include "helm_lib_ha_enabled" .) }} strategy: type: RollingUpdate From 42355a5e0ffe4223f55178b3ed56e3a6edff1c3a Mon Sep 17 00:00:00 2001 From: Maksim Fedotov Date: Mon, 13 Apr 2026 19:11:15 +0300 Subject: [PATCH 3/4] Revert "replicas: two" This reverts commit 3d4b0ce2b561cf63b1f3eb3022b56fd82db303cd. --- templates/virtualization-controller/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/virtualization-controller/deployment.yaml b/templates/virtualization-controller/deployment.yaml index 79a9f55682..8634a067c9 100644 --- a/templates/virtualization-controller/deployment.yaml +++ b/templates/virtualization-controller/deployment.yaml @@ -54,7 +54,7 @@ metadata: namespace: d8-{{ .Chart.Name }} {{- include "helm_lib_module_labels" (list . (dict "app" "virtualization-controller")) | nindent 2 }} spec: - replicas: "two" + replicas: {{ include "helm_lib_is_ha_to_value" (list . 3 1) }} {{- if (include "helm_lib_ha_enabled" .) }} strategy: type: RollingUpdate From 2e1711cb095602b67ce02e06bb73cdf8d6e3241a Mon Sep 17 00:00:00 2001 From: Maksim Fedotov Date: Mon, 13 Apr 2026 19:13:58 +0300 Subject: [PATCH 4/4] enableHttp2: 112 Signed-off-by: Maksim Fedotov --- templates/virtualization-controller/service-monitor.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/virtualization-controller/service-monitor.yaml b/templates/virtualization-controller/service-monitor.yaml index ba4d780375..27a51dbaaa 100644 --- a/templates/virtualization-controller/service-monitor.yaml +++ b/templates/virtualization-controller/service-monitor.yaml @@ -14,6 +14,7 @@ spec: path: /metrics port: metrics scheme: https + enableHttp2: 112 tlsConfig: insecureSkipVerify: true metricRelabelings: