Skip to content

Commit

Permalink
SONAR-24181 Remove 1.29 from the officially supported k8s versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo committed Feb 3, 2025
1 parent 0254e4c commit 501f0ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cirrus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM docker:27.4
USER root

ARG HELM_VERSION=3.16.3
ARG KUBECTL_VERSION=1.32.0
ARG KUBECTL_VERSION=1.32.1
ARG CHART_TESTING_VERSION=3.11.0
ARG CHART_TESTING_HASHSUM="38914f285ce309f86a876522640a27b57840a435d3480195f0878e104f1e8044"
ARG YAMLLINT_VERSION=1.35.1
Expand Down
2 changes: 1 addition & 1 deletion .cirrus/setup_kind_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pip install "yamllint==${YAMLLINT_VERSION}"
pip install "yamale==${YAMALE_VERSION}"

# Install kubectl
KUBECTL_VERSION=1.32.0
KUBECTL_VERSION=1.32.1
curl -LO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
curl -LO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl.sha256
printf %s " kubectl" >> kubectl.sha256
Expand Down
2 changes: 1 addition & 1 deletion .cirrus/tasks_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env:
NIGHTLY_CRON: 'nightly-cron'
DOCKER_USERNAME: VAULT[development/kv/data/docker/sonardockerrw data.username]
DOCKER_PASSWORD: VAULT[development/kv/data/docker/sonardockerrw data.access_token_rwd]
KUBE_VERSION: 1.32.0
KUBE_VERSION: 1.32.1
DOCKER_GCLOUD_SA_KEY: VAULT[development/team/sonarqube/kv/data/gcp-marketplace-registry-staging data.key]
GCLOUD_REGISTRY: gcr.io/sonarqube-marketplace-provider # This is the staging registry
GCLOUD_PRODUCT_NAME: sonarqube-dce-staging # This is the staging product name
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and

Compatible SonarQube Version: `2025.1.0`

Supported Kubernetes Versions: From `1.29` to `1.32`
Supported Kubernetes Versions: From `1.30` to `1.32`
Supported Openshift Versions: From `4.11` to `4.17`

## Installing the chart
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please note that this chart only supports SonarQube Server Developer and Enterpr
Compatible SonarQube Server Version: `2025.1.0`
Compatible SonarQube Community Build: `25.1.0.102122`

Supported Kubernetes Versions: From `1.29` to `1.32`
Supported Kubernetes Versions: From `1.30` to `1.32`
Supported Openshift Versions: From `4.11` to `4.17`

## Installing SonarQube Server
Expand Down

0 comments on commit 501f0ee

Please sign in to comment.