diff --git a/.cirrus/tasks_gcp_marketplace.yml b/.cirrus/tasks_gcp_marketplace.yml index 2a510ffda..0ae68f26b 100644 --- a/.cirrus/tasks_gcp_marketplace.yml +++ b/.cirrus/tasks_gcp_marketplace.yml @@ -62,7 +62,8 @@ verify_gcp_staging_app_task: release_gcp_prod_app_task: <<: *BUILD_GCP_APP_TEMPLATE - only_if: $TRIGGER == "PUSH_PROD_DEPLOYER" + # The following skip enables this task to run even when there are no changes in the charts + skip: $TRIGGER != "PUSH_PROD_DEPLOYER" env: GCLOUD_REGISTRY: gcr.io/sonarsource-public GCLOUD_PRODUCT_NAME: official-sonarqube-data-center-edition diff --git a/google-cloud-marketplace-k8s-app/Dockerfile b/google-cloud-marketplace-k8s-app/Dockerfile index 43410812a..dd6feabe0 100644 --- a/google-cloud-marketplace-k8s-app/Dockerfile +++ b/google-cloud-marketplace-k8s-app/Dockerfile @@ -4,6 +4,8 @@ FROM $FROM ENV WAIT_FOR_READY_TIMEOUT 1200 ENV TESTER_TIMEOUT 1200 +LABEL com.googleapis.cloudmarketplace.product.service.name=services/sonarqube-dce + COPY charts/sonarqube-dce /tmp/chart.tmp/sonarqube-dce WORKDIR /tmp RUN mv chart.tmp/* chart \ diff --git a/google-cloud-marketplace-k8s-app/schema.yaml b/google-cloud-marketplace-k8s-app/schema.yaml index a42d7a814..731675b92 100644 --- a/google-cloud-marketplace-k8s-app/schema.yaml +++ b/google-cloud-marketplace-k8s-app/schema.yaml @@ -8,7 +8,7 @@ x-google-marketplace: publishedVersionMetadata: releaseNote: >- Releasing SonarQube Server 2025.1.x as a google cloud k8s marketplace application. - Please find the release notes here: https://www.sonarsource.com/products/sonarqube/whats-new/. + Please find the release notes here: https://www.sonarsource.com/products/sonarqube/whats-new/sonarqube-server-2025-1-lta-whats-new/. images: '': properties: