From ae8b6abac63c6c1dd29e59c6a6810d3be8c2c95d Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Tue, 26 Oct 2021 13:48:14 +0200 Subject: [PATCH] REL-2041 update LTS to version 8.9.3 --- charts/sonarqube-lts/CHANGELOG.md | 3 +++ charts/sonarqube-lts/Chart.yaml | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/charts/sonarqube-lts/CHANGELOG.md b/charts/sonarqube-lts/CHANGELOG.md index b31e80671..214a2e017 100644 --- a/charts/sonarqube-lts/CHANGELOG.md +++ b/charts/sonarqube-lts/CHANGELOG.md @@ -1,6 +1,9 @@ # SonarQube Chart Changelog All changes to this chart will be documented in this file. +## [1.0.19] +* updated appversion to new LTS patch release (8.9.3) + ## [1.0.18] * fixed artifacthub annotations diff --git a/charts/sonarqube-lts/Chart.yaml b/charts/sonarqube-lts/Chart.yaml index 9aa161e2d..22dc21d24 100644 --- a/charts/sonarqube-lts/Chart.yaml +++ b/charts/sonarqube-lts/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: sonarqube-lts 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: 1.0.18 -appVersion: 8.9.2 +version: 1.0.19 +appVersion: 8.9.3 keywords: - coverage - security @@ -12,15 +12,15 @@ home: https://www.sonarqube.org/ icon: https://www.sonarqube.org/assets/logo-31ad3115b1b4b120f3d1efd63e6b13ac9f1f89437f0cf6881cc4d8b5603a52b4.svg sources: - https://github.com/SonarSource/docker-sonarqube -kubeVersion: '>= 1.19.0-0' +kubeVersion: ">= 1.19.0-0" maintainers: - name: tobias-trabelsi-sonarsource email: tobias.trabelsi+helm@sonarsource.com annotations: artifacthub.io/changes: | - - kind: fixed - description: "fixed artifacthub annotations" + - kind: changed + description: "updated appversion to new LTS patch release (8.9.3)" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:8.9.2-community + image: sonarqube:8.9.3-community