Skip to content

Commit 1b820b6

Browse files
SQHELM-2 Update the postgresql chart's repository (#281)
1 parent b278fe7 commit 1b820b6

File tree

8 files changed

+28
-22
lines changed

8 files changed

+28
-22
lines changed

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SonarQube Chart Changelog
22
All changes to this chart will be documented in this file.
33

4+
## [5.2.1]
5+
* Update the postgresql chart's repository
6+
47
## [5.2.0]
58
* Refactor Pdb and Ingress to be compatible with static compatibitly test and 1.19 minimum requirement
69
* Fix indent in Service.yaml annotations

charts/sonarqube-dce/Chart.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dependencies:
2+
- name: postgresql
3+
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
4+
version: 10.15.0
5+
- name: ingress-nginx
6+
repository: https://kubernetes.github.io/ingress-nginx
7+
version: 4.0.13
8+
digest: sha256:eb84d38cb9cc5c49b8828240213ff53c25bb5b6f5101f88671a40e08dd0ba049
9+
generated: "2022-12-20T14:38:00.244884+01:00"

charts/sonarqube-dce/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: sonarqube-dce
33
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.
44
type: application
5-
version: 5.2.0
5+
version: 5.2.1
66
appVersion: 9.7.1
77
keywords:
88
- coverage
@@ -58,7 +58,7 @@ annotations:
5858
dependencies:
5959
- name: postgresql
6060
version: 10.15.0
61-
repository: https://charts.bitnami.com/bitnami
61+
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
6262
condition: postgresql.enabled
6363
- name: ingress-nginx
6464
version: 4.0.13

charts/sonarqube-dce/requirements.lock

Lines changed: 0 additions & 9 deletions
This file was deleted.

charts/sonarqube/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SonarQube Chart Changelog
22
All changes to this chart will be documented in this file.
33

4+
## [6.2.1]
5+
* Update the postgresql chart's repository
6+
47
## [6.2.0]
58
* Refactor Ingress to be compatible with static compatibitly test and 1.19 minimum requirement
69

charts/sonarqube/Chart.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dependencies:
2+
- name: postgresql
3+
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
4+
version: 10.15.0
5+
- name: ingress-nginx
6+
repository: https://kubernetes.github.io/ingress-nginx
7+
version: 4.0.13
8+
digest: sha256:eb84d38cb9cc5c49b8828240213ff53c25bb5b6f5101f88671a40e08dd0ba049
9+
generated: "2022-12-20T14:37:33.067762+01:00"

charts/sonarqube/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: sonarqube
33
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.
44
type: application
5-
version: 6.2.0
5+
version: 6.2.1
66
appVersion: 9.7.1
77
keywords:
88
- coverage
@@ -58,7 +58,7 @@ annotations:
5858
dependencies:
5959
- name: postgresql
6060
version: 10.15.0
61-
repository: https://charts.bitnami.com/bitnami
61+
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
6262
condition: postgresql.enabled
6363
- name: ingress-nginx
6464
version: 4.0.13

charts/sonarqube/requirements.lock

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)