Skip to content

Commit

Permalink
DOCKER-92 Fix the docker tag used in the application nodes of the DCE…
Browse files Browse the repository at this point in the history
… chart
  • Loading branch information
carminevassallo committed Sep 26, 2022
1 parent 11fefb5 commit 1622760
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ chart_testing_task:
wait_for_kind_script:
- secs=3600; endTime=$(( $(date +%s) + secs )); while [[ -n "$(kubectl cluster-info --context kind-kind 2>&1 > /dev/null)" ]] || [ $(date +%s) -gt $endTime ]; do sleep 5; done
script:
- ct lint --config test.yaml
- ct lint --config test.yaml --target-branch branch-5.0.x-dce-4.0.x
- ct install --config test.yaml
artifacthub_lint_script:
- ah lint
Expand Down
3 changes: 3 additions & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [4.0.7]
* Updated SonarQube to 9.6.1 for the DCE-chart application nodes

## [4.0.6]
* Updated SonarQube to 9.6.1

Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonarqube-dce
description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
version: 4.0.6
version: 4.0.7
appVersion: 9.6.1
keywords:
- coverage
Expand All @@ -25,7 +25,7 @@ annotations:
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube-dce
artifacthub.io/changes: |
- kind: changed
description: "Updated SonarQube to 9.6.1"
description: "Updated SonarQube to 9.6.1 for the DCE-chart application nodes"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube-dce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 9.6.0-datacenter-app
tag: 9.6.1-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down

0 comments on commit 1622760

Please sign in to comment.