Skip to content

Commit 10fbf79

Browse files
SONAR-25759 Fix missing image when installing the chart
1 parent 5e54e70 commit 10fbf79

File tree

66 files changed

+66
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+66
-66
lines changed

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 1 addition & 1 deletion

charts/sonarqube-dce/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ annotations:
3030
- kind: changed
3131
description: "Upgrade SonarQube Server to 2025.4.2"
3232
- kind: changed
33-
description: "Update the image repository and readinessProbe used by postgresql after they migrated to a legacy repository"
33+
description: "Update the image and readinessProbe used by postgresql after they migrated to a legacy repository"
3434
artifacthub.io/links: |
3535
- name: support
3636
url: https://community.sonarsource.com/

charts/sonarqube-dce/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ postgresql:
712712
## bitnami/postgres image tag
713713
image:
714714
repository: "bitnamilegacy/postgresql"
715-
# tag: 11.14.0-debian-10-r22
715+
tag: 11.14.0
716716
# Set the readiness probe to avoid that the initialization scripts' are not completed before marking the pod as ready.
717717
readinessProbe:
718718
enabled: false

charts/sonarqube/CHANGELOG.md

Lines changed: 1 addition & 1 deletion

charts/sonarqube/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ annotations:
3737
- kind: changed
3838
description: "Upgrade SonarQube Community Build to 25.8.0.112029"
3939
- kind: changed
40-
description: "Update the image repository and readinessProbe used by postgresql after they migrated to a legacy repository"
40+
description: "Update the image and readinessProbe used by postgresql after they migrated to a legacy repository"
4141
artifacthub.io/containsSecurityUpdates: "false"
4242
artifacthub.io/images: |
4343
- name: sonarqube-community

charts/sonarqube/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ postgresql:
553553
## bitnami/postgres image tag
554554
image:
555555
repository: "bitnamilegacy/postgresql"
556-
# tag: 11.14.0-debian-10-r22
556+
tag: 11.14.0
557557
# Set the readiness probe to avoid that the initialization scripts' are not completed before marking the pod as ready.
558558
readinessProbe:
559559
enabled: false

tests/unit-compatibility-test/fixtures/sonarqube-dce/application-static-hazelcast-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ spec:
686686
automountServiceAccountToken: false
687687
containers:
688688
- name: application-static-hazelcast-values.yaml-postgresql
689-
image: docker.io/bitnamilegacy/postgresql:11.14.0-debian-10-r22
689+
image: docker.io/bitnamilegacy/postgresql:11.14.0
690690
imagePullPolicy: "IfNotPresent"
691691
resources:
692692
limits:

tests/unit-compatibility-test/fixtures/sonarqube-dce/application-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ spec:
619619
automountServiceAccountToken: false
620620
containers:
621621
- name: application-values.yaml-postgresql
622-
image: docker.io/bitnamilegacy/postgresql:11.14.0-debian-10-r22
622+
image: docker.io/bitnamilegacy/postgresql:11.14.0
623623
imagePullPolicy: "IfNotPresent"
624624
resources:
625625
limits:

tests/unit-compatibility-test/fixtures/sonarqube-dce/ca-certificates-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ spec:
708708
automountServiceAccountToken: false
709709
containers:
710710
- name: ca-certificates-configmap.yaml-postgresql
711-
image: docker.io/bitnamilegacy/postgresql:11.14.0-debian-10-r22
711+
image: docker.io/bitnamilegacy/postgresql:11.14.0
712712
imagePullPolicy: "IfNotPresent"
713713
resources:
714714
limits:

tests/unit-compatibility-test/fixtures/sonarqube-dce/ca-certificates-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ spec:
647647
automountServiceAccountToken: false
648648
containers:
649649
- name: ca-certificates-secret.yaml-postgresql
650-
image: docker.io/bitnamilegacy/postgresql:11.14.0-debian-10-r22
650+
image: docker.io/bitnamilegacy/postgresql:11.14.0
651651
imagePullPolicy: "IfNotPresent"
652652
resources:
653653
limits:

0 commit comments

Comments
 (0)