File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
tests/unit-compatibility-test/fixtures Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
1414ARG KUBECTL_VERSION=v1.34.0
1515# renovate: datasource=pypi depName=yamllint packageName=yamllint
Original file line number Diff line number Diff 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
14971497apiVersion : v1
14981498kind : ServiceAccount
Original file line number Diff line number Diff 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
11011101apiVersion : v1
11021102kind : ServiceAccount
You can’t perform that action at this time.
0 commit comments