From cfe0e0edad20435915007ce9ea8860a330d93b1c Mon Sep 17 00:00:00 2001 From: SandhyaRavi Date: Wed, 20 Nov 2024 15:28:30 +0530 Subject: [PATCH] fix: patch and bump kubecost images to fix cve --- licenses.d2iq.yaml | 4 ++-- services/centralized-kubecost/0.37.7/defaults/cm.yaml | 2 ++ services/kubecost/0.37.8/defaults/cm.yaml | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index 0396592aa0..ac912bdbc4 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -568,10 +568,10 @@ resources: - url: https://github.com/opencost/opencost ref: v${image_tag#prod-} license_path: LICENSE - - container_image: gcr.io/kubecost1/frontend:prod-1.108.1 + - container_image: ghcr.io/mesosphere/dkp-container-images/gcr.io/kubecost1/frontend:prod-1.108.1-d2iq.0 sources: - url: https://github.com/opencost/opencost - ref: v1.108.1 + ref: v1.108.1-d2iq.0 license_path: LICENSE - container_image: registry.k8s.io/pause:3.10 sources: diff --git a/services/centralized-kubecost/0.37.7/defaults/cm.yaml b/services/centralized-kubecost/0.37.7/defaults/cm.yaml index 16013bee43..ed5e1d71ee 100644 --- a/services/centralized-kubecost/0.37.7/defaults/cm.yaml +++ b/services/centralized-kubecost/0.37.7/defaults/cm.yaml @@ -13,6 +13,8 @@ data: cost-analyzer: fullnameOverride: "kommander-kubecost-cost-analyzer" + kubecostFrontend: + fullImageName: ghcr.io/mesosphere/dkp-container-images/gcr.io/kubecost1/frontend:prod-1.108.1-d2iq.0 priority: enabled: true name: dkp-high-priority diff --git a/services/kubecost/0.37.8/defaults/cm.yaml b/services/kubecost/0.37.8/defaults/cm.yaml index efdc334ca7..72a1240c90 100644 --- a/services/kubecost/0.37.8/defaults/cm.yaml +++ b/services/kubecost/0.37.8/defaults/cm.yaml @@ -12,6 +12,8 @@ data: priorityClassName: dkp-high-priority cost-analyzer: + kubecostFrontend: + fullImageName: ghcr.io/mesosphere/dkp-container-images/gcr.io/kubecost1/frontend:prod-1.108.1-d2iq.0 priority: enabled: true name: dkp-high-priority