From e5642c0dbad95f6fd06b9067e015f594ea2f1e98 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Tue, 17 Dec 2024 12:53:31 +0530 Subject: [PATCH] feat: bump Postgres version of NKP Insights (#2931) * feat: bump postgressql15.9.0-debian-12-r0 --- licenses.d2iq.yaml | 5 ----- services/nkp-insights/1.3.4/defaults/cm.yaml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index d9ea59469..d026a37bb 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -559,11 +559,6 @@ resources: - url: https://github.com/kubernetes-sigs/external-dns ref: v${image_tag%-debian-12-r7} license_path: LICENSE - - container_image: docker.io/bitnami/postgresql:15.8.0-debian-12-r14 - sources: - - url: https://github.com/postgres/postgres - ref: REL_15_8 - license_path: COPYRIGHT - container_image: docker.io/bitnami/postgresql:15.9.0-debian-12-r0 sources: - url: https://github.com/postgres/postgres diff --git a/services/nkp-insights/1.3.4/defaults/cm.yaml b/services/nkp-insights/1.3.4/defaults/cm.yaml index 4c1e51fa3..eb4b3e643 100644 --- a/services/nkp-insights/1.3.4/defaults/cm.yaml +++ b/services/nkp-insights/1.3.4/defaults/cm.yaml @@ -413,7 +413,7 @@ data: image: registry: docker.io repository: bitnami/postgresql - tag: 15.8.0-debian-12-r14 + tag: 15.9.0-debian-12-r0 metrics: image: registry: docker.io