diff --git a/.cirrus/tasks.yml b/.cirrus/tasks.yml index ace0701bf..4cdeebecf 100644 --- a/.cirrus/tasks.yml +++ b/.cirrus/tasks.yml @@ -153,7 +153,7 @@ chart_fixture_test_task: chart_testing_on_kind_task: <<: *ONLY_ON_NON_RELEASE_DRAFT_TEMPLATE - timeout_in: 30m + timeout_in: 1h ec2_instance: <<: *VM_TEMPLATE <<: *CLONE_SCRIPT_TEMPLATE @@ -176,7 +176,7 @@ chart_testing_on_kind_task: chart_testing_on_openshift_task: <<: *ONLY_ON_NON_RELEASE_DRAFT_TEMPLATE - timeout_in: 30m + timeout_in: 1h eks_container: <<: *CONTAINER_TEMPLATE cpu: 2 diff --git a/charts/sonarqube-dce/CHANGELOG.md b/charts/sonarqube-dce/CHANGELOG.md index 4835e039a..bb1ad7236 100644 --- a/charts/sonarqube-dce/CHANGELOG.md +++ b/charts/sonarqube-dce/CHANGELOG.md @@ -3,6 +3,7 @@ All changes to this chart will be documented in this file. ## [10.8.0] * Update Chart's version to 10.8.0 +* Upgrade SonarQube Server to 10.8.0 * Support the installation of the Oracle JDBC Driver * Support Kubernetes v1.31 * Update the Chart's icon with the SonarQube Server logo diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index c7c25e1c5..94f977080 100644 --- a/charts/sonarqube-dce/Chart.yaml +++ b/charts/sonarqube-dce/Chart.yaml @@ -3,7 +3,7 @@ name: sonarqube-dce description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards. type: application version: 10.8.0 -appVersion: 10.7.0 +appVersion: 10.8.0 keywords: - coverage - security @@ -17,8 +17,6 @@ sources: - https://github.com/SonarSource/sonarqube kubeVersion: '>= 1.24.0-0' maintainers: - - name: leo-geoffroy-sonarsource - email: leo.geoffroy+helm@sonarsource.com - name: carminevassallo email: carmine.vassallo@sonarsource.com - name: jCOTINEAU @@ -27,6 +25,8 @@ maintainers: email: davi.koscianski-vidal@sonarsource.com annotations: artifacthub.io/changes: | + - kind: changed + description: "Upgrade SonarQube Server to 10.8.0" - kind: changed description: "Update Chart's version to 10.8.0" - kind: added @@ -67,9 +67,9 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube-app - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app - name: sonarqube-search - image: sonarqube:10.7.0-datacenter-search + image: sonarqube:10.8.0-datacenter-search charts.openshift.io/name: sonarqube-dce dependencies: - name: postgresql diff --git a/charts/sonarqube-dce/OWNERS b/charts/sonarqube-dce/OWNERS index 920b4ac58..d550c59c5 100644 --- a/charts/sonarqube-dce/OWNERS +++ b/charts/sonarqube-dce/OWNERS @@ -1,10 +1,8 @@ approvers: -- leo-geoffroy-sonarsource -- pierre-guillot-sonarsource - carminevassallo +- davi.koscianski-vidal - jCOTINEAU reviewers: -- leo-geoffroy-sonarsource -- pierre-guillot-sonarsource - carminevassallo +- davi.koscianski-vidal - jCOTINEAU diff --git a/charts/sonarqube-dce/README.md b/charts/sonarqube-dce/README.md index f74367e98..4a8b22f81 100644 --- a/charts/sonarqube-dce/README.md +++ b/charts/sonarqube-dce/README.md @@ -14,7 +14,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and ## Compatibility -Compatible SonarQube Version: `10.7.0` +Compatible SonarQube Version: `10.8.0` Supported Kubernetes Versions: From `1.24` to `1.31` Supported Openshift Versions: From `4.11` to `4.16` @@ -282,7 +282,7 @@ The following table lists the configurable parameters of the SonarQube chart and | Parameter | Description | Default | | --------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- | | `searchNodes.image.repository` | search image repository | `sonarqube` | -| `searchNodes.image.tag` | search image tag | `10.7.0-datacenter-search` | +| `searchNodes.image.tag` | search image tag | `10.8.0-datacenter-search` | | `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` | | `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` | | `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` | @@ -339,7 +339,7 @@ The following table lists the configurable parameters of the SonarQube chart and | Parameter | Description | Default | | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | | `applicationNodes.image.repository` | app image repository | `sonarqube` | -| `applicationNodes.image.tag` | app image tag | `10.7.0-datacenter-app` | +| `applicationNodes.image.tag` | app image tag | `10.8.0-datacenter-app` | | `applicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` | | `applicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` | | `applicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` | diff --git a/charts/sonarqube-dce/ci/cirrus-values.yaml b/charts/sonarqube-dce/ci/cirrus-values.yaml index 4690a9ece..be44a6451 100644 --- a/charts/sonarqube-dce/ci/cirrus-values.yaml +++ b/charts/sonarqube-dce/ci/cirrus-values.yaml @@ -5,7 +5,7 @@ searchNodes: replicaCount: 1 image: repository: "sonarsource/sonarqube" - tag: "10.7.0-datacenter-search" + tag: "10.8.0-datacenter-search" pullSecrets: - name: pullsecret @@ -14,7 +14,7 @@ ApplicationNodes: jwtSecret: "mnGBJtmwRbIREqy3vSw6Cinoi2WEom9JH+iw/tXOJX4=" image: repository: "sonarsource/sonarqube" - tag: "10.7.0-datacenter-app" + tag: "10.8.0-datacenter-app" pullSecrets: - name: pullsecret diff --git a/charts/sonarqube-dce/openshift-verifier/values.yaml b/charts/sonarqube-dce/openshift-verifier/values.yaml index e75e85e8e..88c8c82c1 100644 --- a/charts/sonarqube-dce/openshift-verifier/values.yaml +++ b/charts/sonarqube-dce/openshift-verifier/values.yaml @@ -13,7 +13,7 @@ searchNodes: replicaCount: 1 image: repository: "sonarsource/sonarqube" - tag: "10.7.0-datacenter-search" + tag: "10.8.0-datacenter-search" pullSecrets: - name: pullsecret @@ -22,6 +22,6 @@ ApplicationNodes: jwtSecret: "dZ0EB0KxnF++nr5+4vfTCaun/eWbv6gOoXodiAMqcFo=" image: repository: "sonarsource/sonarqube" - tag: "10.7.0-datacenter-app" + tag: "10.8.0-datacenter-app" pullSecrets: - name: pullsecret diff --git a/charts/sonarqube-dce/values.yaml b/charts/sonarqube-dce/values.yaml index 4d6a44367..c4c7eb94b 100644 --- a/charts/sonarqube-dce/values.yaml +++ b/charts/sonarqube-dce/values.yaml @@ -5,7 +5,7 @@ searchNodes: image: repository: sonarqube - tag: 10.7.0-datacenter-search + tag: 10.8.0-datacenter-search pullPolicy: IfNotPresent # If using a private repository, the imagePullSecrets to use # pullSecrets: @@ -153,7 +153,7 @@ searchNodes: applicationNodes: image: repository: sonarqube - tag: 10.7.0-datacenter-app + tag: 10.8.0-datacenter-app pullPolicy: IfNotPresent # If using a private repository, the imagePullSecrets to use # pullSecrets: diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index 8776048ea..172054a03 100644 --- a/charts/sonarqube/CHANGELOG.md +++ b/charts/sonarqube/CHANGELOG.md @@ -3,6 +3,8 @@ All changes to this chart will be documented in this file. ## [10.8.0] * Update Chart's version to 10.8.0 +* Upgrade SonarQube Server to 10.8.0 +* Release SonarQube Community Build 24.12 * Support the installation of the Oracle JDBC Driver * Support Kubernetes v1.31 * Deprecate the `community` value for the `edition` parameter diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index f5cb67966..18ef8f554 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -3,7 +3,7 @@ name: sonarqube description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards. type: application version: 10.8.0 -appVersion: 10.7.0 +appVersion: 10.8.0 keywords: - coverage - security @@ -17,8 +17,6 @@ sources: - https://github.com/SonarSource/sonarqube kubeVersion: '>= 1.24.0-0' maintainers: - - name: leo-geoffroy-sonarsource - email: leo.geoffroy+helm@sonarsource.com - name: carminevassallo email: carmine.vassallo@sonarsource.com - name: jCOTINEAU @@ -32,6 +30,10 @@ annotations: - name: Chart Source url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube artifacthub.io/changes: | + - kind: changed + description: "Upgrade SonarQube Server to 10.8.0" + - kind: changed + description: "Release SonarQube Community Build 24.12" - kind: changed description: "Update Chart's version to 10.8.0" - kind: added @@ -71,7 +73,7 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:24.12.0.100206-community charts.openshift.io/name: sonarqube dependencies: - name: postgresql diff --git a/charts/sonarqube/OWNERS b/charts/sonarqube/OWNERS index 920b4ac58..d550c59c5 100644 --- a/charts/sonarqube/OWNERS +++ b/charts/sonarqube/OWNERS @@ -1,10 +1,8 @@ approvers: -- leo-geoffroy-sonarsource -- pierre-guillot-sonarsource - carminevassallo +- davi.koscianski-vidal - jCOTINEAU reviewers: -- leo-geoffroy-sonarsource -- pierre-guillot-sonarsource - carminevassallo +- davi.koscianski-vidal - jCOTINEAU diff --git a/charts/sonarqube/README.md b/charts/sonarqube/README.md index 4c0b1503c..5bf42c860 100644 --- a/charts/sonarqube/README.md +++ b/charts/sonarqube/README.md @@ -14,7 +14,8 @@ Please note that this chart only supports SonarQube Community, Developer, and En ## Compatibility -Compatible SonarQube Version: `10.7.0` +Compatible SonarQube Server Version: `10.8.0` +Compatible SonarQube Community Build: `24.12.0.100206` Supported Kubernetes Versions: From `1.24` to `1.31` Supported Openshift Versions: From `4.11` to `4.16` @@ -255,7 +256,7 @@ The following table lists the configurable parameters of the SonarQube chart and | `annotations` | SonarQube Pod annotations | `{}` | | `edition` | SonarQube Edition to use (e.g. `community`, `developer` or `enterprise`). Please note that the default `community` value is deprecated. | `community` | | `community.enabled` | Install SonarQube Community Build. When set to `true`, this parameter replaces `edition=community` | `true` | -| `community.buildNumber` | The SonarQube Community Build number to install | `10.7.0` | +| `community.buildNumber` | The SonarQube Community Build number to install | `24.12.0.100206` | | `sonarWebContext` | SonarQube web context, also serve as default value for `ingress.path`, `account.sonarWebContext` and probes path. | `` | | `httpProxySecret` | Should contain `http_proxy`, `https_proxy` and `no_proxy` keys, will superseed every other proxy variables | `` | | `httpProxy` | HTTP proxy for downloading JMX agent and install plugins, will superseed initContainer specific http proxy variables | `` | @@ -291,7 +292,7 @@ The following table lists the configurable parameters of the SonarQube chart and | Parameter | Description | Default | | ------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------ | | `image.repository` | image repository | `sonarqube` | -| `image.tag` | `sonarqube` image tag. Please note that the default `10.7.0-{{ .Values.edition }}` is deprecated. | `10.7.0-{{ .Values.edition }}` | +| `image.tag` | `sonarqube` image tag. Please note that the default `10.8.0-{{ .Values.edition }}` is deprecated. | `10.8.0-{{ .Values.edition }}` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` | | `image.pullSecrets` | imagePullSecrets to use for private repository | `None` | diff --git a/charts/sonarqube/ci/cirrus-values.yaml b/charts/sonarqube/ci/cirrus-values.yaml index 1e882aefc..135fa5c87 100644 --- a/charts/sonarqube/ci/cirrus-values.yaml +++ b/charts/sonarqube/ci/cirrus-values.yaml @@ -2,7 +2,7 @@ image: pullSecrets: - name: pullsecret repository: "sonarsource/sonarqube" - tag: "10.7.0-community" + tag: "24.12.0.100206-community" postgresql: securityContext: # On Cirrus, we have permissions issue if the fsGroup is not set to 1001 explicitly diff --git a/charts/sonarqube/openshift-verifier/values.yaml b/charts/sonarqube/openshift-verifier/values.yaml index a1b58f868..0889ea6fb 100644 --- a/charts/sonarqube/openshift-verifier/values.yaml +++ b/charts/sonarqube/openshift-verifier/values.yaml @@ -13,4 +13,4 @@ image: pullSecrets: - name: pullsecret repository: "sonarsource/sonarqube" - tag: "10.7.0-community" + tag: "24.12.0.100206-community" diff --git a/charts/sonarqube/values.yaml b/charts/sonarqube/values.yaml index b992e0e1a..c75520f20 100644 --- a/charts/sonarqube/values.yaml +++ b/charts/sonarqube/values.yaml @@ -54,12 +54,12 @@ edition: "community" # Set the chart to use the latest released SonarQube Community Build community: enabled: true - buildNumber: "10.7.0" + buildNumber: "24.12.0.100206" image: repository: sonarqube # (DEPRECATED) The "image.tag" parameter will be set to be empty as default. - tag: 10.7.0-{{ .Values.edition }} + tag: 10.8.0-{{ .Values.edition }} pullPolicy: IfNotPresent # If using a private repository, the imagePullSecrets to use # pullSecrets: diff --git a/google-cloud-marketplace-k8s-app/README.md b/google-cloud-marketplace-k8s-app/README.md index 68b0e9e63..4b5e5b540 100644 --- a/google-cloud-marketplace-k8s-app/README.md +++ b/google-cloud-marketplace-k8s-app/README.md @@ -20,7 +20,7 @@ and run this command. # make sure you are on a staging account export REGISTRY=gcr.io/$(gcloud config get-value project | tr ':' '/') export APP_NAME=sonarqube-dce -export TAG=10.7.0 +export TAG=10.8.0 export MINOR_VERSION=$(echo $TAG | cut -d. -f1,2) # Deployer does not care about patch version. see [here](https://github.com/GoogleCloudPlatform/marketplace-k8s-app-tools/blob/master/docs/building-deployer-helm.md#images-in-staging-gcr) docker build -f google-cloud-marketplace-k8s-app/Dockerfile --build-arg REGISTRY="${REGISTRY}" --build-arg TAG="${TAG}" --tag $REGISTRY/$APP_NAME/deployer:$MINOR_VERSION . diff --git a/google-cloud-marketplace-k8s-app/data-test/schema.yaml b/google-cloud-marketplace-k8s-app/data-test/schema.yaml index cf2b005d3..729f3daf2 100644 --- a/google-cloud-marketplace-k8s-app/data-test/schema.yaml +++ b/google-cloud-marketplace-k8s-app/data-test/schema.yaml @@ -7,7 +7,7 @@ x-google-marketplace: publishedVersion: "$TAG" publishedVersionMetadata: releaseNote: >- - Sonarqube 10.7.x google cloud marketpalce release test schema. + SonarQube Server 10.8.x google cloud marketpalce release test schema. images: '': properties: diff --git a/google-cloud-marketplace-k8s-app/schema.yaml b/google-cloud-marketplace-k8s-app/schema.yaml index 0390103f8..8c3b0fcdf 100644 --- a/google-cloud-marketplace-k8s-app/schema.yaml +++ b/google-cloud-marketplace-k8s-app/schema.yaml @@ -7,8 +7,8 @@ x-google-marketplace: publishedVersion: "$TAG" publishedVersionMetadata: releaseNote: >- - Releasing SonarQube 10.7.x as a google cloud k8s marketplace application. - Please find the release notes here: https://www.sonarsource.com/products/sonarqube/whats-new/sonarqube-10-6/. + Releasing SonarQube Server 10.8.x as a google cloud k8s marketplace application. + Please find the release notes here: https://www.sonarsource.com/products/sonarqube/whats-new/sonarqube-10-8/. images: '': properties: diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/application-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/application-values.yaml index c44d474d3..8a02c6c81 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/application-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/application-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: application-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -739,7 +739,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: application-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -776,7 +776,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -791,7 +791,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -832,7 +832,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -974,7 +974,7 @@ metadata: spec: descriptor: type: sonarqube-dce - version: "10.7.0-datacenter-app" + version: "10.8.0-datacenter-app" description: |- [SonarQube](https://www.sonarsource.com/products/sonarqube/) is a self-managed, automatic code review tool that systematically helps you deliver Clean Code. As a core element of our [Sonar solution](https://www.sonarsource.com/), SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. @@ -1033,7 +1033,7 @@ spec: automountServiceAccountToken: false containers: - name: application-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/ca-certificates-configmap.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/ca-certificates-configmap.yaml index 4d83ad9b3..fa59dd76f 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/ca-certificates-configmap.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/ca-certificates-configmap.yaml @@ -400,7 +400,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ca-certificates-configmap.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -424,7 +424,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -442,7 +442,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/ca-certificates-configmap.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: ca-certs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: ["sh"] args: ["-c", "cp -f \"${JAVA_HOME}/lib/security/cacerts\" /tmp/certs/cacerts; if [ \"$(ls /tmp/secrets/ca-certs)\" ]; then for f in /tmp/secrets/ca-certs/*; do keytool -importcert -file \"${f}\" -alias \"$(basename \"${f}\")\" -keystore /tmp/certs/cacerts -storepass changeit -trustcacerts -noprompt; done; fi;"] @@ -466,7 +466,7 @@ spec: - mountPath: /tmp/secrets/ca-certs name: ca-certs - name: install-oracle-jdbc-driver - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: ["sh", "-e", "/tmp/scripts/install_oracle_jdbc_driver.sh"] securityContext: @@ -494,7 +494,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -828,7 +828,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ca-certificates-configmap.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -865,7 +865,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -880,7 +880,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: ca-certs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: ["sh"] args: ["-c", "cp -f \"${JAVA_HOME}/lib/security/cacerts\" /tmp/certs/cacerts; if [ \"$(ls /tmp/secrets/ca-certs)\" ]; then for f in /tmp/secrets/ca-certs/*; do keytool -importcert -file \"${f}\" -alias \"$(basename \"${f}\")\" -keystore /tmp/certs/cacerts -storepass changeit -trustcacerts -noprompt; done; fi;"] @@ -904,7 +904,7 @@ spec: - mountPath: /tmp/secrets/ca-certs name: ca-certs - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -945,7 +945,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1092,7 +1092,7 @@ spec: automountServiceAccountToken: false containers: - name: ca-certificates-configmap.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/ca-certificates-secret.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/ca-certificates-secret.yaml index cb343b8a6..7081ba6ca 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/ca-certificates-secret.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/ca-certificates-secret.yaml @@ -384,7 +384,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ca-certificates-secret.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -408,7 +408,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -426,7 +426,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/ca-certificates-secret.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: ca-certs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: ["sh"] args: ["-c", "cp -f \"${JAVA_HOME}/lib/security/cacerts\" /tmp/certs/cacerts; if [ \"$(ls /tmp/secrets/ca-certs)\" ]; then for f in /tmp/secrets/ca-certs/*; do keytool -importcert -file \"${f}\" -alias \"$(basename \"${f}\")\" -keystore /tmp/certs/cacerts -storepass changeit -trustcacerts -noprompt; done; fi;"] @@ -453,7 +453,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -767,7 +767,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ca-certificates-secret.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -804,7 +804,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -819,7 +819,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: ca-certs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: ["sh"] args: ["-c", "cp -f \"${JAVA_HOME}/lib/security/cacerts\" /tmp/certs/cacerts; if [ \"$(ls /tmp/secrets/ca-certs)\" ]; then for f in /tmp/secrets/ca-certs/*; do keytool -importcert -file \"${f}\" -alias \"$(basename \"${f}\")\" -keystore /tmp/certs/cacerts -storepass changeit -trustcacerts -noprompt; done; fi;"] @@ -843,7 +843,7 @@ spec: - mountPath: /tmp/secrets/ca-certs name: ca-certs - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -884,7 +884,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1026,7 +1026,7 @@ spec: automountServiceAccountToken: false containers: - name: ca-certificates-secret.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/change-admin-password-hook-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/change-admin-password-hook-values.yaml index 7b98af4b3..17f383200 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/change-admin-password-hook-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/change-admin-password-hook-values.yaml @@ -397,7 +397,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: change-admin-password-hook-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -421,7 +421,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -442,7 +442,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -753,7 +753,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: change-admin-password-hook-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -790,7 +790,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -805,7 +805,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -846,7 +846,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -988,7 +988,7 @@ spec: automountServiceAccountToken: false containers: - name: change-admin-password-hook-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/config-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/config-values.yaml index b52aa2ff3..aa1309fc5 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/config-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/config-values.yaml @@ -389,7 +389,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: config-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -413,7 +413,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -431,7 +431,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/config-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: concat-properties - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: - sh @@ -470,7 +470,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -806,7 +806,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: config-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -843,7 +843,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -858,7 +858,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: concat-properties - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: - sh @@ -894,7 +894,7 @@ spec: resources: {} - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -935,7 +935,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1098,7 +1098,7 @@ spec: automountServiceAccountToken: false containers: - name: config-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/default-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/default-values.yaml index 2c61583d3..08392e3b0 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/default-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/default-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: default-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -739,7 +739,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: default-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -776,7 +776,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -791,7 +791,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -832,7 +832,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -974,7 +974,7 @@ spec: automountServiceAccountToken: false containers: - name: default-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/deprecation-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/deprecation-values.yaml index ef7814592..162eccd7d 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/deprecation-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/deprecation-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: deprecation-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -739,7 +739,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: deprecation-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -776,7 +776,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -791,7 +791,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -832,7 +832,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -974,7 +974,7 @@ spec: automountServiceAccountToken: false containers: - name: deprecation-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/duplicated-env-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/duplicated-env-values.yaml index 61fe97503..1550008f6 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/duplicated-env-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/duplicated-env-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: duplicated-env-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -744,7 +744,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: duplicated-env-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -781,7 +781,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -796,7 +796,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -837,7 +837,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -979,7 +979,7 @@ spec: automountServiceAccountToken: false containers: - name: duplicated-env-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/extraConfig-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/extraConfig-values.yaml index a08c78079..038579e9a 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/extraConfig-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/extraConfig-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: extraconfig-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -743,7 +743,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: extraconfig-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -780,7 +780,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -795,7 +795,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -836,7 +836,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -983,7 +983,7 @@ spec: automountServiceAccountToken: false containers: - name: extraconfig-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/hpa-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/hpa-values.yaml index 69dc75c98..c9b518308 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/hpa-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/hpa-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: hpa-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: revisionHistoryLimit: strategy: @@ -406,7 +406,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -427,7 +427,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -773,7 +773,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: hpa-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -810,7 +810,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -825,7 +825,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -866,7 +866,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1008,7 +1008,7 @@ spec: automountServiceAccountToken: false containers: - name: hpa-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/http-routes-default-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/http-routes-default-values.yaml index 7d03005d2..f247c38b8 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/http-routes-default-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/http-routes-default-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: http-routes-default-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -739,7 +739,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: http-routes-default-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -776,7 +776,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -791,7 +791,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -832,7 +832,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -999,7 +999,7 @@ spec: automountServiceAccountToken: false containers: - name: http-routes-default-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/http-routes-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/http-routes-values.yaml index 8a6fad06f..3f02e8f88 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/http-routes-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/http-routes-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: http-routes-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -739,7 +739,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: http-routes-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -776,7 +776,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -791,7 +791,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -832,7 +832,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -999,7 +999,7 @@ spec: automountServiceAccountToken: false containers: - name: http-routes-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/ingress-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/ingress-values.yaml index 606b5ceed..58474e800 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/ingress-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/ingress-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ingress-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -739,7 +739,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ingress-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -776,7 +776,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -791,7 +791,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -832,7 +832,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1007,7 +1007,7 @@ spec: automountServiceAccountToken: false containers: - name: ingress-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/ingress-with-controller.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/ingress-with-controller.yaml index bc60cdbde..d1ae6c7ea 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/ingress-with-controller.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/ingress-with-controller.yaml @@ -825,7 +825,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ingress-with-controller.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -849,7 +849,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -870,7 +870,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -1181,7 +1181,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ingress-with-controller.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -1218,7 +1218,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -1233,7 +1233,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -1274,7 +1274,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1628,7 +1628,7 @@ spec: automountServiceAccountToken: false containers: - name: ingress-with-controller.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/install-plugins-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/install-plugins-values.yaml index c4c408c57..a833335f4 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/install-plugins-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/install-plugins-values.yaml @@ -386,7 +386,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: install-plugins-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -410,7 +410,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/install-plugins-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: install-plugins - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: ["sh", "-e", @@ -472,7 +472,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -786,7 +786,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: install-plugins-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -823,7 +823,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -838,7 +838,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -879,7 +879,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1021,7 +1021,7 @@ spec: automountServiceAccountToken: false containers: - name: install-plugins-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/jdbc-config-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/jdbc-config-values.yaml index 60bec2f55..31df4805b 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/jdbc-config-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/jdbc-config-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: jdbc-config-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -739,7 +739,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: jdbc-config-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -776,7 +776,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -791,7 +791,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -832,7 +832,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -974,7 +974,7 @@ spec: automountServiceAccountToken: false containers: - name: jdbc-config-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/networkpolicy-new-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/networkpolicy-new-values.yaml index 142f5df2c..a97672eeb 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/networkpolicy-new-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/networkpolicy-new-values.yaml @@ -576,7 +576,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: networkpolicy-new-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -600,7 +600,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -621,7 +621,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -932,7 +932,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: networkpolicy-new-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -969,7 +969,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -984,7 +984,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -1025,7 +1025,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1167,7 +1167,7 @@ spec: automountServiceAccountToken: false containers: - name: networkpolicy-new-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/networkpolicy-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/networkpolicy-values.yaml index affc6f9d8..14d9580b5 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/networkpolicy-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/networkpolicy-values.yaml @@ -576,7 +576,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: networkpolicy-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -600,7 +600,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -621,7 +621,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -932,7 +932,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: networkpolicy-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -969,7 +969,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -984,7 +984,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -1025,7 +1025,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1167,7 +1167,7 @@ spec: automountServiceAccountToken: false containers: - name: networkpolicy-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/node-topology-per-process-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/node-topology-per-process-values.yaml index bb516fc4b..99b0444a4 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/node-topology-per-process-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/node-topology-per-process-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: node-topology-per-process-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -754,7 +754,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: node-topology-per-process-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -791,7 +791,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -806,7 +806,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -847,7 +847,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1004,7 +1004,7 @@ spec: automountServiceAccountToken: false containers: - name: node-topology-per-process-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/node-topology-values.yml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/node-topology-values.yml index d274c2a1f..a8f9be4f4 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/node-topology-values.yml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/node-topology-values.yml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: node-topology-values.yml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -754,7 +754,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: node-topology-values.yml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -791,7 +791,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -806,7 +806,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -847,7 +847,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1004,7 +1004,7 @@ spec: automountServiceAccountToken: false containers: - name: node-topology-values.yml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/prometheus-monitoring-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/prometheus-monitoring-values.yaml index cb2a90fcc..6485f1516 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/prometheus-monitoring-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/prometheus-monitoring-values.yaml @@ -413,7 +413,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: prometheus-monitoring-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -439,7 +439,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -457,7 +457,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/prometheus-monitoring-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: inject-prometheus-exporter - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -498,7 +498,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -833,7 +833,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: prometheus-monitoring-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -870,7 +870,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -885,7 +885,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -926,7 +926,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1105,7 +1105,7 @@ spec: automountServiceAccountToken: false containers: - name: prometheus-monitoring-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/proxies-secret-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/proxies-secret-values.yaml index 963363e95..6fee7219e 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/proxies-secret-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/proxies-secret-values.yaml @@ -386,7 +386,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: proxies-secret-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -410,7 +410,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/proxies-secret-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: install-plugins - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: ["sh", "-e", @@ -472,7 +472,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -786,7 +786,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: proxies-secret-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -823,7 +823,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -838,7 +838,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -879,7 +879,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1021,7 +1021,7 @@ spec: automountServiceAccountToken: false containers: - name: proxies-secret-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/proxies-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/proxies-values.yaml index deb77040e..77f9e60e2 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/proxies-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/proxies-values.yaml @@ -416,7 +416,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: proxies-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -442,7 +442,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -460,7 +460,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/proxies-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: inject-prometheus-exporter - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -498,7 +498,7 @@ spec: name: proxies-values.yaml-sonarqube-dce-http-proxies key: PROMETHEUS-EXPORTER-NO-PROXY - name: install-plugins - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: ["sh", "-e", @@ -542,7 +542,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -880,7 +880,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: proxies-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -917,7 +917,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -932,7 +932,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -973,7 +973,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1115,7 +1115,7 @@ spec: automountServiceAccountToken: false containers: - name: proxies-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/pvc-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/pvc-values.yaml index 320acc6ed..3bdb6b8fa 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/pvc-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/pvc-values.yaml @@ -383,7 +383,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: pvc-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -407,7 +407,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -428,7 +428,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -739,7 +739,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: pvc-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -778,7 +778,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -793,7 +793,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -834,7 +834,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -976,7 +976,7 @@ spec: automountServiceAccountToken: false containers: - name: pvc-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/secret-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/secret-values.yaml index ed85c2cec..0bd7eb495 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/secret-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/secret-values.yaml @@ -340,7 +340,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: secret-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -367,7 +367,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -517,7 +517,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: secret-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -554,7 +554,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -569,7 +569,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -610,7 +610,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -752,7 +752,7 @@ spec: automountServiceAccountToken: false containers: - name: secret-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/service-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/service-values.yaml index 57bf550f9..0da290fea 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/service-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/service-values.yaml @@ -401,7 +401,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: service-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -425,7 +425,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -446,7 +446,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -757,7 +757,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: service-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -794,7 +794,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -809,7 +809,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -850,7 +850,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -992,7 +992,7 @@ spec: automountServiceAccountToken: false containers: - name: service-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/serviceaccount-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/serviceaccount-values.yaml index 2c9ee2885..84e9e15b4 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/serviceaccount-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/serviceaccount-values.yaml @@ -392,7 +392,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: serviceaccount-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -416,7 +416,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -437,7 +437,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -748,7 +748,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: serviceaccount-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -785,7 +785,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -800,7 +800,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -841,7 +841,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -983,7 +983,7 @@ spec: automountServiceAccountToken: false containers: - name: serviceaccount-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/sonar-web-context-deprecated-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/sonar-web-context-deprecated-values.yaml index 4e1632bbd..a0a8b9bc2 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/sonar-web-context-deprecated-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/sonar-web-context-deprecated-values.yaml @@ -398,7 +398,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: sonar-web-context-deprecated-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -422,7 +422,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -440,7 +440,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/sonar-web-context-deprecated-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: concat-properties - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent command: - sh @@ -479,7 +479,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -802,7 +802,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: sonar-web-context-deprecated-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -839,7 +839,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -854,7 +854,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -895,7 +895,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1060,7 +1060,7 @@ spec: automountServiceAccountToken: false containers: - name: sonar-web-context-deprecated-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ @@ -1109,7 +1109,7 @@ spec: serviceAccountName: default containers: - name: sonar-web-context-deprecated-values.yaml-sonarqube-dce-change-default-admin-password - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/tests/unit-compatibility-test/fixtures/sonarqube-dce/sonar-web-context-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube-dce/sonar-web-context-values.yaml index d8faa5cb0..c9e05d1a3 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube-dce/sonar-web-context-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube-dce/sonar-web-context-values.yaml @@ -397,7 +397,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: sonar-web-context-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-app" + app.kubernetes.io/version: "10.8.0-datacenter-app" spec: replicas: 2 revisionHistoryLimit: @@ -421,7 +421,7 @@ spec: automountServiceAccountToken: false initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -442,7 +442,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent ports: - name: http @@ -753,7 +753,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: sonar-web-context-values.yaml-sonarqube-dce - app.kubernetes.io/version: "10.7.0-datacenter-search" + app.kubernetes.io/version: "10.8.0-datacenter-search" spec: podManagementPolicy : Parallel replicas: 3 @@ -790,7 +790,7 @@ spec: automountServiceAccountToken: false initContainers: - name: init-sysctl - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -805,7 +805,7 @@ spec: - name: init-sysctl mountPath: /tmp/scripts/ - name: init-fs - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -846,7 +846,7 @@ spec: fsGroup: 0 containers: - name: sonarqube-dce-search - image: "sonarqube:10.7.0-datacenter-search" + image: "sonarqube:10.8.0-datacenter-search" imagePullPolicy: IfNotPresent ports: - name: search-port @@ -1011,7 +1011,7 @@ spec: automountServiceAccountToken: false containers: - name: sonar-web-context-values.yaml-ui-test - image: "sonarqube:10.7.0-datacenter-app" + image: "sonarqube:10.8.0-datacenter-app" imagePullPolicy: IfNotPresent command: ['wget'] args: [ @@ -1060,7 +1060,7 @@ spec: serviceAccountName: default containers: - name: sonar-web-context-values.yaml-sonarqube-dce-change-default-admin-password - image: sonarqube:10.7.0-datacenter-app + image: sonarqube:10.8.0-datacenter-app securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/ca-certificates-configmap.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/ca-certificates-configmap.yaml index cd6be9050..ec07ee47e 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/ca-certificates-configmap.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/ca-certificates-configmap.yaml @@ -404,7 +404,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ca-certificates-configmap.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -414,7 +414,7 @@ spec: app: sonarqube release: ca-certificates-configmap.yaml app.kubernetes.io/name: ca-certificates-configmap.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -426,14 +426,14 @@ spec: app: sonarqube release: ca-certificates-configmap.yaml app.kubernetes.io/name: ca-certificates-configmap.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -449,7 +449,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/ca-certificates-configmap.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: ca-certs - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent command: ["sh"] args: ["-c", "cp -f \"${JAVA_HOME}/lib/security/cacerts\" /tmp/certs/cacerts; if [ \"$(ls /tmp/secrets/ca-certs)\" ]; then for f in /tmp/secrets/ca-certs/*; do keytool -importcert -file \"${f}\" -alias \"$(basename \"${f}\")\" -keystore /tmp/certs/cacerts -storepass changeit -trustcacerts -noprompt; done; fi;"] @@ -478,7 +478,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: -Djavax.net.ssl.trustStore=/opt/sonarqube/certs/cacerts - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -496,7 +496,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: -Djavax.net.ssl.trustStore=/opt/sonarqube/certs/cacerts - name: install-oracle-jdbc-driver - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent command: ["sh", "-e", "/tmp/scripts/install_oracle_jdbc_driver.sh"] securityContext: @@ -529,7 +529,7 @@ spec: value: -Djavax.net.ssl.trustStore=/opt/sonarqube/certs/cacerts containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -680,7 +680,7 @@ spec: automountServiceAccountToken: false containers: - name: ca-certificates-configmap.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/ca-certificates-secret.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/ca-certificates-secret.yaml index bce6e343a..b69030b13 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/ca-certificates-secret.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/ca-certificates-secret.yaml @@ -388,7 +388,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ca-certificates-secret.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -398,7 +398,7 @@ spec: app: sonarqube release: ca-certificates-secret.yaml app.kubernetes.io/name: ca-certificates-secret.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -410,14 +410,14 @@ spec: app: sonarqube release: ca-certificates-secret.yaml app.kubernetes.io/name: ca-certificates-secret.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -433,7 +433,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/ca-certificates-secret.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: ca-certs - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent command: ["sh"] args: ["-c", "cp -f \"${JAVA_HOME}/lib/security/cacerts\" /tmp/certs/cacerts; if [ \"$(ls /tmp/secrets/ca-certs)\" ]; then for f in /tmp/secrets/ca-certs/*; do keytool -importcert -file \"${f}\" -alias \"$(basename \"${f}\")\" -keystore /tmp/certs/cacerts -storepass changeit -trustcacerts -noprompt; done; fi;"] @@ -462,7 +462,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: -Djavax.net.ssl.trustStore=/opt/sonarqube/certs/cacerts - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -481,7 +481,7 @@ spec: value: -Djavax.net.ssl.trustStore=/opt/sonarqube/certs/cacerts containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -615,7 +615,7 @@ spec: automountServiceAccountToken: false containers: - name: ca-certificates-secret.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/change-admin-password-hook-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/change-admin-password-hook-values.yaml index a10d638df..4f478f988 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/change-admin-password-hook-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/change-admin-password-hook-values.yaml @@ -402,7 +402,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: change-admin-password-hook-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -412,7 +412,7 @@ spec: app: sonarqube release: change-admin-password-hook-values.yaml app.kubernetes.io/name: change-admin-password-hook-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -424,14 +424,14 @@ spec: app: sonarqube release: change-admin-password-hook-values.yaml app.kubernetes.io/name: change-admin-password-hook-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -447,7 +447,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/change-admin-password-hook-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -466,7 +466,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -597,7 +597,7 @@ spec: automountServiceAccountToken: false containers: - name: change-admin-password-hook-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/config-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/config-values.yaml index 62ba5b6ad..c336098ff 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/config-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/config-values.yaml @@ -392,7 +392,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: config-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -402,7 +402,7 @@ spec: app: sonarqube release: config-values.yaml app.kubernetes.io/name: config-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -414,14 +414,14 @@ spec: app: sonarqube release: config-values.yaml app.kubernetes.io/name: config-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -437,7 +437,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/config-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -455,7 +455,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: "" - name: concat-properties - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent command: - sh @@ -500,7 +500,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -661,7 +661,7 @@ spec: automountServiceAccountToken: false containers: - name: config-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/default-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/default-values.yaml index 8723a78e8..224f9df9e 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/default-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/default-values.yaml @@ -388,7 +388,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: default-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -398,7 +398,7 @@ spec: app: sonarqube release: default-values.yaml app.kubernetes.io/name: default-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -410,14 +410,14 @@ spec: app: sonarqube release: default-values.yaml app.kubernetes.io/name: default-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -433,7 +433,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/default-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -452,7 +452,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -583,7 +583,7 @@ spec: automountServiceAccountToken: false containers: - name: default-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/deployment-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/deployment-values.yaml index 5cdaa99b5..d59ecd785 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/deployment-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/deployment-values.yaml @@ -227,7 +227,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: deployment-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -236,7 +236,7 @@ spec: app: sonarqube release: deployment-values.yaml app.kubernetes.io/name: deployment-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" strategy: type: Recreate template: @@ -250,14 +250,14 @@ spec: app: sonarqube release: deployment-values.yaml app.kubernetes.io/name: deployment-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -273,7 +273,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/deployment-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -292,7 +292,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -584,7 +584,7 @@ spec: automountServiceAccountToken: false containers: - name: deployment-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/duplicated-env-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/duplicated-env-values.yaml index d181c30b1..4ea92783e 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/duplicated-env-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/duplicated-env-values.yaml @@ -418,7 +418,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: duplicated-env-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -428,7 +428,7 @@ spec: app: sonarqube release: duplicated-env-values.yaml app.kubernetes.io/name: duplicated-env-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -442,14 +442,14 @@ spec: app: sonarqube release: duplicated-env-values.yaml app.kubernetes.io/name: duplicated-env-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -465,7 +465,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/duplicated-env-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -490,7 +490,7 @@ spec: value: -javaagent:/opt/sonarqube/data/jmx_prometheus_javaagent.jar=8001:/opt/sonarqube/conf/prometheus-ce-config.yaml -Xms2G -Xmx2G -DsomeOption=some/Value - name: inject-prometheus-exporter - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -540,7 +540,7 @@ spec: -Xms2G -Xmx2G -DsomeOption=some/Value containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -702,7 +702,7 @@ spec: automountServiceAccountToken: false containers: - name: duplicated-env-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/http-routes-default-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/http-routes-default-values.yaml index 30f1eb36b..f5c92e963 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/http-routes-default-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/http-routes-default-values.yaml @@ -388,7 +388,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: http-routes-default-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -398,7 +398,7 @@ spec: app: sonarqube release: http-routes-default-values.yaml app.kubernetes.io/name: http-routes-default-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -410,14 +410,14 @@ spec: app: sonarqube release: http-routes-default-values.yaml app.kubernetes.io/name: http-routes-default-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -433,7 +433,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/http-routes-default-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -452,7 +452,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -608,7 +608,7 @@ spec: automountServiceAccountToken: false containers: - name: http-routes-default-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/http-routes-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/http-routes-values.yaml index 9117d22d5..50d8f1e24 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/http-routes-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/http-routes-values.yaml @@ -388,7 +388,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: http-routes-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -398,7 +398,7 @@ spec: app: sonarqube release: http-routes-values.yaml app.kubernetes.io/name: http-routes-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -410,14 +410,14 @@ spec: app: sonarqube release: http-routes-values.yaml app.kubernetes.io/name: http-routes-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -433,7 +433,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/http-routes-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -452,7 +452,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -608,7 +608,7 @@ spec: automountServiceAccountToken: false containers: - name: http-routes-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/ingress-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/ingress-values.yaml index c8650de89..86febc2ec 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/ingress-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/ingress-values.yaml @@ -388,7 +388,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ingress-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -398,7 +398,7 @@ spec: app: sonarqube release: ingress-values.yaml app.kubernetes.io/name: ingress-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -410,14 +410,14 @@ spec: app: sonarqube release: ingress-values.yaml app.kubernetes.io/name: ingress-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -433,7 +433,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/ingress-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -452,7 +452,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -616,7 +616,7 @@ spec: automountServiceAccountToken: false containers: - name: ingress-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/ingress-with-controller.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/ingress-with-controller.yaml index 55d0abd83..bf64342bd 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/ingress-with-controller.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/ingress-with-controller.yaml @@ -830,7 +830,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: ingress-with-controller.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -840,7 +840,7 @@ spec: app: sonarqube release: ingress-with-controller.yaml app.kubernetes.io/name: ingress-with-controller.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -852,14 +852,14 @@ spec: app: sonarqube release: ingress-with-controller.yaml app.kubernetes.io/name: ingress-with-controller.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -875,7 +875,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/ingress-with-controller.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -894,7 +894,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -1238,7 +1238,7 @@ spec: automountServiceAccountToken: false containers: - name: ingress-with-controller.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/install-plugins-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/install-plugins-values.yaml index cfb3d3999..a7129d3bf 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/install-plugins-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/install-plugins-values.yaml @@ -391,7 +391,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: install-plugins-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -401,7 +401,7 @@ spec: app: sonarqube release: install-plugins-values.yaml app.kubernetes.io/name: install-plugins-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -413,14 +413,14 @@ spec: app: sonarqube release: install-plugins-values.yaml app.kubernetes.io/name: install-plugins-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -436,7 +436,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/install-plugins-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -454,7 +454,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: "" - name: install-plugins - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent command: ["sh", "-e", "/tmp/scripts/install_plugins.sh"] securityContext: @@ -498,7 +498,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -635,7 +635,7 @@ spec: automountServiceAccountToken: false containers: - name: install-plugins-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/jdbc-config-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/jdbc-config-values.yaml index 1f986ea41..b3182ef11 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/jdbc-config-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/jdbc-config-values.yaml @@ -388,7 +388,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: jdbc-config-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -398,7 +398,7 @@ spec: app: sonarqube release: jdbc-config-values.yaml app.kubernetes.io/name: jdbc-config-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -410,14 +410,14 @@ spec: app: sonarqube release: jdbc-config-values.yaml app.kubernetes.io/name: jdbc-config-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -433,7 +433,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/jdbc-config-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -452,7 +452,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -583,7 +583,7 @@ spec: automountServiceAccountToken: false containers: - name: jdbc-config-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/networkpolicy-new-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/networkpolicy-new-values.yaml index 5c93fb85d..c3821766b 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/networkpolicy-new-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/networkpolicy-new-values.yaml @@ -510,7 +510,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: networkpolicy-new-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -520,7 +520,7 @@ spec: app: sonarqube release: networkpolicy-new-values.yaml app.kubernetes.io/name: networkpolicy-new-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -532,14 +532,14 @@ spec: app: sonarqube release: networkpolicy-new-values.yaml app.kubernetes.io/name: networkpolicy-new-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -555,7 +555,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/networkpolicy-new-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -574,7 +574,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -705,7 +705,7 @@ spec: automountServiceAccountToken: false containers: - name: networkpolicy-new-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/networkpolicy-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/networkpolicy-values.yaml index 8972a0fc2..fff71c12f 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/networkpolicy-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/networkpolicy-values.yaml @@ -510,7 +510,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: networkpolicy-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -520,7 +520,7 @@ spec: app: sonarqube release: networkpolicy-values.yaml app.kubernetes.io/name: networkpolicy-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -532,14 +532,14 @@ spec: app: sonarqube release: networkpolicy-values.yaml app.kubernetes.io/name: networkpolicy-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -555,7 +555,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/networkpolicy-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -574,7 +574,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -705,7 +705,7 @@ spec: automountServiceAccountToken: false containers: - name: networkpolicy-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/non-default-security-context-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/non-default-security-context-values.yaml index e2ac84483..574f45850 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/non-default-security-context-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/non-default-security-context-values.yaml @@ -435,7 +435,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: non-default-security-context-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -445,7 +445,7 @@ spec: app: sonarqube release: non-default-security-context-values.yaml app.kubernetes.io/name: non-default-security-context-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -459,14 +459,14 @@ spec: app: sonarqube release: non-default-security-context-values.yaml app.kubernetes.io/name: non-default-security-context-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -482,7 +482,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/non-default-security-context-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -500,7 +500,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: -javaagent:/opt/sonarqube/data/jmx_prometheus_javaagent.jar=8001:/opt/sonarqube/conf/prometheus-ce-config.yaml - name: inject-prometheus-exporter - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -542,7 +542,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: -javaagent:/opt/sonarqube/data/jmx_prometheus_javaagent.jar=8001:/opt/sonarqube/conf/prometheus-ce-config.yaml - name: install-plugins - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent command: ["sh", "-e", "/tmp/scripts/install_plugins.sh"] securityContext: @@ -586,7 +586,7 @@ spec: value: -javaagent:/opt/sonarqube/data/jmx_prometheus_javaagent.jar=8001:/opt/sonarqube/conf/prometheus-ce-config.yaml containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -747,7 +747,7 @@ spec: automountServiceAccountToken: false containers: - name: non-default-security-context-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/openshift-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/openshift-values.yaml index 38920aa5e..db7136aae 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/openshift-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/openshift-values.yaml @@ -341,7 +341,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: openshift-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -351,7 +351,7 @@ spec: app: sonarqube release: openshift-values.yaml app.kubernetes.io/name: openshift-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -362,14 +362,14 @@ spec: app: sonarqube release: openshift-values.yaml app.kubernetes.io/name: openshift-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: {} initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -384,7 +384,7 @@ spec: args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/openshift-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -531,7 +531,7 @@ spec: automountServiceAccountToken: false containers: - name: openshift-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/prometheus-monitoring-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/prometheus-monitoring-values.yaml index 5ec780911..9b06bacef 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/prometheus-monitoring-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/prometheus-monitoring-values.yaml @@ -388,7 +388,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: prometheus-monitoring-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -398,7 +398,7 @@ spec: app: sonarqube release: prometheus-monitoring-values.yaml app.kubernetes.io/name: prometheus-monitoring-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -410,14 +410,14 @@ spec: app: sonarqube release: prometheus-monitoring-values.yaml app.kubernetes.io/name: prometheus-monitoring-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -433,7 +433,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/prometheus-monitoring-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -452,7 +452,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -610,7 +610,7 @@ spec: automountServiceAccountToken: false containers: - name: prometheus-monitoring-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/proxies-secret-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/proxies-secret-values.yaml index 14bc35771..1292d18bb 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/proxies-secret-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/proxies-secret-values.yaml @@ -391,7 +391,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: proxies-secret-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -401,7 +401,7 @@ spec: app: sonarqube release: proxies-secret-values.yaml app.kubernetes.io/name: proxies-secret-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -413,14 +413,14 @@ spec: app: sonarqube release: proxies-secret-values.yaml app.kubernetes.io/name: proxies-secret-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -436,7 +436,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/proxies-secret-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -454,7 +454,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: "" - name: install-plugins - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent command: ["sh", "-e", "/tmp/scripts/install_plugins.sh"] securityContext: @@ -498,7 +498,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -635,7 +635,7 @@ spec: automountServiceAccountToken: false containers: - name: proxies-secret-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/proxies-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/proxies-values.yaml index e3a633d88..7232ab547 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/proxies-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/proxies-values.yaml @@ -421,7 +421,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: proxies-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -431,7 +431,7 @@ spec: app: sonarqube release: proxies-values.yaml app.kubernetes.io/name: proxies-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -445,14 +445,14 @@ spec: app: sonarqube release: proxies-values.yaml app.kubernetes.io/name: proxies-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -468,7 +468,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/proxies-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -486,7 +486,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: -javaagent:/opt/sonarqube/data/jmx_prometheus_javaagent.jar=8001:/opt/sonarqube/conf/prometheus-ce-config.yaml - name: inject-prometheus-exporter - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -528,7 +528,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: -javaagent:/opt/sonarqube/data/jmx_prometheus_javaagent.jar=8001:/opt/sonarqube/conf/prometheus-ce-config.yaml - name: install-plugins - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent command: ["sh", "-e", "/tmp/scripts/install_plugins.sh"] securityContext: @@ -572,7 +572,7 @@ spec: value: -javaagent:/opt/sonarqube/data/jmx_prometheus_javaagent.jar=8001:/opt/sonarqube/conf/prometheus-ce-config.yaml containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -733,7 +733,7 @@ spec: automountServiceAccountToken: false containers: - name: proxies-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/pvc-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/pvc-values.yaml index 516e83fc4..5744df35c 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/pvc-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/pvc-values.yaml @@ -423,7 +423,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: pvc-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -433,7 +433,7 @@ spec: app: sonarqube release: pvc-values.yaml app.kubernetes.io/name: pvc-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -446,14 +446,14 @@ spec: app: sonarqube release: pvc-values.yaml app.kubernetes.io/name: pvc-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -469,7 +469,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/pvc-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -487,7 +487,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: "" - name: init-fs - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -522,7 +522,7 @@ spec: subPath: extensions containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -659,7 +659,7 @@ spec: automountServiceAccountToken: false containers: - name: pvc-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/secret-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/secret-values.yaml index 5e9e5be8d..772c217d9 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/secret-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/secret-values.yaml @@ -184,7 +184,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: secret-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -194,7 +194,7 @@ spec: app: sonarqube release: secret-values.yaml app.kubernetes.io/name: secret-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -206,14 +206,14 @@ spec: app: sonarqube release: secret-values.yaml app.kubernetes.io/name: secret-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -232,7 +232,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -363,7 +363,7 @@ spec: automountServiceAccountToken: false containers: - name: secret-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/service-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/service-values.yaml index 71141085e..4d85c4c05 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/service-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/service-values.yaml @@ -395,7 +395,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: service-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -405,7 +405,7 @@ spec: app: sonarqube release: service-values.yaml app.kubernetes.io/name: service-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -417,14 +417,14 @@ spec: app: sonarqube release: service-values.yaml app.kubernetes.io/name: service-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -440,7 +440,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/service-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -459,7 +459,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -590,7 +590,7 @@ spec: automountServiceAccountToken: false containers: - name: service-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/serviceaccount-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/serviceaccount-values.yaml index cd96e1a8e..4f9d4ab32 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/serviceaccount-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/serviceaccount-values.yaml @@ -402,7 +402,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: serviceaccount-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -412,7 +412,7 @@ spec: app: sonarqube release: serviceaccount-values.yaml app.kubernetes.io/name: serviceaccount-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -424,14 +424,14 @@ spec: app: sonarqube release: serviceaccount-values.yaml app.kubernetes.io/name: serviceaccount-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: true securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -447,7 +447,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/serviceaccount-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -466,7 +466,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -597,7 +597,7 @@ spec: automountServiceAccountToken: false containers: - name: serviceaccount-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-deployment-deprecated-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-deployment-deprecated-values.yaml index 3e2ba7ba6..71c8acd82 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-deployment-deprecated-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-deployment-deprecated-values.yaml @@ -241,7 +241,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: sonar-web-context-deployment-deprecated-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -250,7 +250,7 @@ spec: app: sonarqube release: sonar-web-context-deployment-deprecated-values.yaml app.kubernetes.io/name: sonar-web-context-deployment-deprecated-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" strategy: type: Recreate template: @@ -264,14 +264,14 @@ spec: app: sonarqube release: sonar-web-context-deployment-deprecated-values.yaml app.kubernetes.io/name: sonar-web-context-deployment-deprecated-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -287,7 +287,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/sonar-web-context-deployment-deprecated-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -306,7 +306,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -621,7 +621,7 @@ spec: automountServiceAccountToken: false containers: - name: sonar-web-context-deployment-deprecated-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ @@ -671,7 +671,7 @@ spec: serviceAccountName: default containers: - name: sonar-web-context-deployment-deprecated-values.yaml-sonarqube-change-default-admin-password - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-sts-deprecated-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-sts-deprecated-values.yaml index 1fa7961bc..3c25bca02 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-sts-deprecated-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-sts-deprecated-values.yaml @@ -402,7 +402,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: sonar-web-context-sts-deprecated-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -412,7 +412,7 @@ spec: app: sonarqube release: sonar-web-context-sts-deprecated-values.yaml app.kubernetes.io/name: sonar-web-context-sts-deprecated-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -424,14 +424,14 @@ spec: app: sonarqube release: sonar-web-context-sts-deprecated-values.yaml app.kubernetes.io/name: sonar-web-context-sts-deprecated-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -447,7 +447,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/sonar-web-context-sts-deprecated-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -466,7 +466,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -620,7 +620,7 @@ spec: automountServiceAccountToken: false containers: - name: sonar-web-context-sts-deprecated-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ @@ -670,7 +670,7 @@ spec: serviceAccountName: default containers: - name: sonar-web-context-sts-deprecated-values.yaml-sonarqube-change-default-admin-password - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-values.yaml index 937d8c12b..c6e5c9759 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/sonar-web-context-values.yaml @@ -402,7 +402,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: sonar-web-context-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -412,7 +412,7 @@ spec: app: sonarqube release: sonar-web-context-values.yaml app.kubernetes.io/name: sonar-web-context-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -424,14 +424,14 @@ spec: app: sonarqube release: sonar-web-context-values.yaml app.kubernetes.io/name: sonar-web-context-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: automountServiceAccountToken: false securityContext: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -447,7 +447,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/sonar-web-context-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -466,7 +466,7 @@ spec: value: "" containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -620,7 +620,7 @@ spec: automountServiceAccountToken: false containers: - name: sonar-web-context-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [ @@ -670,7 +670,7 @@ spec: serviceAccountName: default containers: - name: sonar-web-context-values.yaml-sonarqube-change-default-admin-password - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/tests/unit-compatibility-test/fixtures/sonarqube/template-refactoring-values.yaml b/tests/unit-compatibility-test/fixtures/sonarqube/template-refactoring-values.yaml index 97e70e90a..6ed42fcc4 100644 --- a/tests/unit-compatibility-test/fixtures/sonarqube/template-refactoring-values.yaml +++ b/tests/unit-compatibility-test/fixtures/sonarqube/template-refactoring-values.yaml @@ -421,7 +421,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: sonarqube app.kubernetes.io/component: template-refactoring-values.yaml-sonarqube - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" spec: replicas: 1 revisionHistoryLimit: 10 @@ -431,7 +431,7 @@ spec: app: sonarqube release: template-refactoring-values.yaml app.kubernetes.io/name: template-refactoring-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" template: metadata: annotations: @@ -444,7 +444,7 @@ spec: app: sonarqube release: template-refactoring-values.yaml app.kubernetes.io/name: template-refactoring-values.yaml - app.kubernetes.io/version: "10.7.0-community" + app.kubernetes.io/version: "10.8.0-community" azure.workload.identity/use: "true" spec: automountServiceAccountToken: false @@ -452,7 +452,7 @@ spec: fsGroup: 0 initContainers: - name: "wait-for-db" - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -472,7 +472,7 @@ spec: command: ["/bin/bash", "-c"] args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/template-refactoring-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1'] - name: init-sysctl - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -494,7 +494,7 @@ spec: - name: SONAR_CE_JAVAOPTS value: "" - name: init-fs - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -533,7 +533,7 @@ spec: subPath: extensions containers: - name: sonarqube - image: sonarqube:10.7.0-community + image: sonarqube:10.8.0-community imagePullPolicy: IfNotPresent ports: - name: http @@ -670,7 +670,7 @@ spec: automountServiceAccountToken: false containers: - name: template-refactoring-values.yaml-ui-test - image: "sonarqube:10.7.0-community" + image: "sonarqube:10.8.0-community" imagePullPolicy: IfNotPresent command: ['wget'] args: [