Skip to content

Commit b45b7b3

Browse files
SONAR-26439 Upgrade tests to use Helm v4
1 parent b0625d3 commit b45b7b3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.cirrus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ USER root
99
# Note: the v in some version is a restriction for github-release-attachments datasource, where tags are expected to start with v.
1010
##
1111
# renovate: datasource=github-releases depName=helm packageName=helm/helm
12-
ARG HELM_VERSION=v3.18.2
12+
ARG HELM_VERSION=v4.0.1
1313
# renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes
1414
ARG KUBECTL_VERSION=v1.34.0
1515
# renovate: datasource=pypi depName=yamllint packageName=yamllint

tests/unit-compatibility-test/fixtures/sonarqube-dce/ingress-with-controller.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,10 +1449,6 @@ spec:
14491449
- chart-example.local
14501450
secretName: chart-example-tls
14511451
---
1452-
# Source: sonarqube-dce/charts/ingress-nginx/templates/controller-poddisruptionbudget.yaml
1453-
# PDB is not supported for DaemonSets.
1454-
# https://github.com/kubernetes/kubernetes/issues/108124
1455-
---
14561452
# Source: sonarqube-dce/charts/ingress-nginx/templates/admission-webhooks/validating-webhook.yaml
14571453
# before changing this value, check the required kubernetes version
14581454
# https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#prerequisites
@@ -1493,6 +1489,10 @@ webhooks:
14931489
port: 443
14941490
path: /networking/v1/ingresses
14951491
---
1492+
# Source: sonarqube-dce/charts/ingress-nginx/templates/controller-poddisruptionbudget.yaml
1493+
# PDB is not supported for DaemonSets.
1494+
# https://github.com/kubernetes/kubernetes/issues/108124
1495+
---
14961496
# Source: sonarqube-dce/charts/ingress-nginx/templates/admission-webhooks/job-patch/serviceaccount.yaml
14971497
apiVersion: v1
14981498
kind: ServiceAccount

tests/unit-compatibility-test/fixtures/sonarqube/ingress-with-controller.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,10 +1053,6 @@ spec:
10531053
- chart-example.local
10541054
secretName: chart-example-tls
10551055
---
1056-
# Source: sonarqube/charts/ingress-nginx/templates/controller-poddisruptionbudget.yaml
1057-
# PDB is not supported for DaemonSets.
1058-
# https://github.com/kubernetes/kubernetes/issues/108124
1059-
---
10601056
# Source: sonarqube/charts/ingress-nginx/templates/admission-webhooks/validating-webhook.yaml
10611057
# before changing this value, check the required kubernetes version
10621058
# https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#prerequisites
@@ -1097,6 +1093,10 @@ webhooks:
10971093
port: 443
10981094
path: /networking/v1/ingresses
10991095
---
1096+
# Source: sonarqube/charts/ingress-nginx/templates/controller-poddisruptionbudget.yaml
1097+
# PDB is not supported for DaemonSets.
1098+
# https://github.com/kubernetes/kubernetes/issues/108124
1099+
---
11001100
# Source: sonarqube/charts/ingress-nginx/templates/admission-webhooks/job-patch/serviceaccount.yaml
11011101
apiVersion: v1
11021102
kind: ServiceAccount

0 commit comments

Comments
 (0)