Skip to content

Commit

Permalink
SONAR-24200 Add new required annotation in the GCP images
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo authored Jan 24, 2025
1 parent 007aa4d commit 6f242c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cirrus/tasks_gcp_marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions google-cloud-marketplace-k8s-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-marketplace-k8s-app/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f242c4

Please sign in to comment.