Skip to content

Commit 17c489a

Browse files
SONAR-25759 Fix missing image when installing the chart
1 parent 6c1ca3d commit 17c489a

File tree

64 files changed

+64
-64
lines changed

Some content is hidden

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

64 files changed

+64
-64
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.1.3"
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
@@ -703,7 +703,7 @@ postgresql:
703703
## bitnami/postgres image tag
704704
image:
705705
repository: "bitnamilegacy/postgresql"
706-
# tag: 11.14.0-debian-10-r22
706+
tag: 11.14.0
707707
# Set the readiness probe to avoid that the initialization scripts' are not completed before marking the pod as ready.
708708
readinessProbe:
709709
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
@@ -35,7 +35,7 @@ annotations:
3535
- kind: changed
3636
description: "Upgrade SonarQube Server to 2025.1.3"
3737
- kind: changed
38-
description: "Update the image repository and readinessProbe used by postgresql after they migrated to a legacy repository"
38+
description: "Update the image and readinessProbe used by postgresql after they migrated to a legacy repository"
3939
artifacthub.io/containsSecurityUpdates: "false"
4040
artifacthub.io/images: |
4141
- name: sonarqube

charts/sonarqube/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ postgresql:
546546
## bitnami/postgres image tag
547547
image:
548548
repository: "bitnamilegacy/postgresql"
549-
# tag: 11.14.0-debian-10-r22
549+
tag: 11.14.0
550550
# Set the readiness probe to avoid that the initialization scripts' are not completed before marking the pod as ready.
551551
readinessProbe:
552552
enabled: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ spec:
618618
automountServiceAccountToken: false
619619
containers:
620620
- name: application-values.yaml-postgresql
621-
image: docker.io/bitnamilegacy/postgresql:11.14.0-debian-10-r22
621+
image: docker.io/bitnamilegacy/postgresql:11.14.0
622622
imagePullPolicy: "IfNotPresent"
623623
resources:
624624
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
@@ -707,7 +707,7 @@ spec:
707707
automountServiceAccountToken: false
708708
containers:
709709
- name: ca-certificates-configmap.yaml-postgresql
710-
image: docker.io/bitnamilegacy/postgresql:11.14.0-debian-10-r22
710+
image: docker.io/bitnamilegacy/postgresql:11.14.0
711711
imagePullPolicy: "IfNotPresent"
712712
resources:
713713
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
@@ -646,7 +646,7 @@ spec:
646646
automountServiceAccountToken: false
647647
containers:
648648
- name: ca-certificates-secret.yaml-postgresql
649-
image: docker.io/bitnamilegacy/postgresql:11.14.0-debian-10-r22
649+
image: docker.io/bitnamilegacy/postgresql:11.14.0
650650
imagePullPolicy: "IfNotPresent"
651651
resources:
652652
limits:

tests/unit-compatibility-test/fixtures/sonarqube-dce/change-admin-password-hook-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ spec:
632632
automountServiceAccountToken: false
633633
containers:
634634
- name: change-admin-password-hook-values.yaml-postgresql
635-
image: docker.io/bitnamilegacy/postgresql:11.14.0-debian-10-r22
635+
image: docker.io/bitnamilegacy/postgresql:11.14.0
636636
imagePullPolicy: "IfNotPresent"
637637
resources:
638638
limits:

0 commit comments

Comments
 (0)