From 6b61fcf248fef76cd5b32a6ac0318c3653b351c0 Mon Sep 17 00:00:00 2001 From: Ismayil Mirzali Date: Wed, 15 Jun 2022 15:25:44 +0300 Subject: [PATCH] chore: document ingress annotations field (#230) Signed-off-by: Ismayil Mirzali --- charts/sonarqube-dce/CHANGELOG.md | 4 +++- charts/sonarqube-dce/Chart.yaml | 2 +- charts/sonarqube-dce/README.md | 1 + charts/sonarqube-lts/CHANGELOG.md | 3 +++ charts/sonarqube-lts/Chart.yaml | 2 +- charts/sonarqube-lts/README.md | 1 + charts/sonarqube/CHANGELOG.md | 3 +++ charts/sonarqube/Chart.yaml | 2 +- charts/sonarqube/README.md | 1 + 9 files changed, 15 insertions(+), 4 deletions(-) diff --git a/charts/sonarqube-dce/CHANGELOG.md b/charts/sonarqube-dce/CHANGELOG.md index 27e34c0aa..9fd54d6cf 100644 --- a/charts/sonarqube-dce/CHANGELOG.md +++ b/charts/sonarqube-dce/CHANGELOG.md @@ -1,6 +1,9 @@ # SonarQube Chart Changelog All changes to this chart will be documented in this file. +## [3.0.1] +* Add documentation for ingress annotations + ## [3.0.0] * updated SonarQube to 9.5.0 @@ -132,4 +135,3 @@ All changes to this chart will be documented in this file. ## [0.0.1] * separated search and app configuration * added new search service - diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index 1288db384..5e565ae73 100644 --- a/charts/sonarqube-dce/Chart.yaml +++ b/charts/sonarqube-dce/Chart.yaml @@ -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: 3.0.0 +version: 3.0.1 appVersion: 9.5.0 keywords: - coverage diff --git a/charts/sonarqube-dce/README.md b/charts/sonarqube-dce/README.md index fb225ed5b..2bd2f7dfd 100644 --- a/charts/sonarqube-dce/README.md +++ b/charts/sonarqube-dce/README.md @@ -276,6 +276,7 @@ The following table lists the configurable parameters of the Sonarqube chart and | `ingress.hosts[0].servicePort` | Optional field to override the default servicePort of a path | `None` | | `ingress.tls` | Ingress secrets for TLS certificates | `[]` | | `ingress.ingressClassName` | Optional field to configure ingress class name | `None` | +| `ingress.annotations` | Optional field to add extra annotations to the ingress | `None` | ### InitContainers diff --git a/charts/sonarqube-lts/CHANGELOG.md b/charts/sonarqube-lts/CHANGELOG.md index bbd4f179d..344d10c61 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.28] +* Add documentation for ingress annotations + ## [1.0.27] * Fix repository issues with bitnami/postgres diff --git a/charts/sonarqube-lts/Chart.yaml b/charts/sonarqube-lts/Chart.yaml index e99f36ec7..c04da51a0 100644 --- a/charts/sonarqube-lts/Chart.yaml +++ b/charts/sonarqube-lts/Chart.yaml @@ -1,7 +1,7 @@ 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.27 +version: 1.0.28 appVersion: 8.9.8 keywords: - coverage diff --git a/charts/sonarqube-lts/README.md b/charts/sonarqube-lts/README.md index 19003a6b3..cf9577417 100644 --- a/charts/sonarqube-lts/README.md +++ b/charts/sonarqube-lts/README.md @@ -145,6 +145,7 @@ The following table lists the configurable parameters of the Sonarqube chart and | `ingress.hosts[0].serviceName` | Optional field to override the default serviceName of a path | None | | `ingress.hosts[0].servicePort` | Optional field to override the default servicePort of a path | None | | `ingress.tls` | Ingress secrets for TLS certificates | `[]` | +| `ingress.annotations` | Optional field to add extra annotations to the ingress | `None` | | `affinity` | Node / Pod affinities | `{}` | | `tolerations` | List of node taints to tolerate | `[]` | | `nodeSelector` | Node labels for pod assignment | `{}` | diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index 713bd3418..67d05ca01 100644 --- a/charts/sonarqube/CHANGELOG.md +++ b/charts/sonarqube/CHANGELOG.md @@ -1,6 +1,9 @@ # SonarQube Chart Changelog All changes to this chart will be documented in this file. +## [4.0.1] +* Add documentation for ingress annotations + ## [4.0.0] * updated SonarQube to 9.5.0 diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 5604a0744..b1705fbb3 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sonarqube 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.0 +version: 4.0.1 appVersion: 9.5.0 keywords: - coverage diff --git a/charts/sonarqube/README.md b/charts/sonarqube/README.md index 8e5607a73..14f808664 100644 --- a/charts/sonarqube/README.md +++ b/charts/sonarqube/README.md @@ -195,6 +195,7 @@ The following table lists the configurable parameters of the Sonarqube chart and | `ingress.hosts[0].servicePort` | Optional field to override the default servicePort of a path | `None` | | `ingress.tls` | Ingress secrets for TLS certificates | `[]` | | `ingress.ingressClassName` | Optional field to configure ingress class name | `None` | +| `ingress.annotations` | Optional field to add extra annotations to the ingress | `None` | ### Route