Skip to content

Commit

Permalink
chore: document ingress annotations field (#230)
Browse files Browse the repository at this point in the history
Signed-off-by: Ismayil Mirzali <[email protected]>
  • Loading branch information
Volatus authored Jun 15, 2022
1 parent 3c0ce27 commit 6b61fcf
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 4 deletions.
4 changes: 3 additions & 1 deletion 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.

## [3.0.1]
* Add documentation for ingress annotations

## [3.0.0]
* updated SonarQube to 9.5.0

Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion 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: 3.0.0
version: 3.0.1
appVersion: 9.5.0
keywords:
- coverage
Expand Down
1 change: 1 addition & 0 deletions charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions charts/sonarqube-lts/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.

## [1.0.28]
* Add documentation for ingress annotations

## [1.0.27]
* Fix repository issues with bitnami/postgres

Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube-lts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/sonarqube-lts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}` |
Expand Down
3 changes: 3 additions & 0 deletions charts/sonarqube/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.1]
* Add documentation for ingress annotations

## [4.0.0]
* updated SonarQube to 9.5.0

Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b61fcf

Please sign in to comment.