Skip to content

Commit

Permalink
fix: kubecost patched image with fixed CVEs (#2627)
Browse files Browse the repository at this point in the history
* fix: kubecost patched image with fixed CVEs

* fix: kubecost patched image with fixed CVEs

(cherry picked from commit 27cdb4f)
  • Loading branch information
SandhyaRavi2403 committed Sep 13, 2024
1 parent dbac04a commit c82387b
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ resources:
- url: https://github.com/opencost/opencost
ref: v${image_tag#prod-}
license_path: LICENSE
- container_image: ghcr.io/mesosphere/dkp-container-images/gcr.io/kubecost1/frontend:prod-1.106.7-d2iq.0
- container_image: ghcr.io/mesosphere/dkp-container-images/gcr.io/kubecost1/frontend:prod-1.106.7-d2iq.1
sources:
- url: https://github.com/opencost/opencost
ref: v1.106.7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: centralized-kubecost-0.37.4-d2iq-defaults
name: centralized-kubecost-0.37.5-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -14,7 +14,7 @@ data:
cost-analyzer:
fullnameOverride: "kommander-kubecost-cost-analyzer"
kubecostFrontend:
fullImageName: ghcr.io/mesosphere/dkp-container-images/gcr.io/kubecost1/frontend:prod-1.106.7-d2iq.0
fullImageName: ghcr.io/mesosphere/dkp-container-images/gcr.io/kubecost1/frontend:prod-1.106.7-d2iq.1
priority:
enabled: true
name: dkp-high-priority
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/centralized-kubecost/0.37.4/post-install-jobs
path: ./services/centralized-kubecost/0.37.5/post-install-jobs
dependsOn:
- name: centralized-kubecost-release
sourceRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/centralized-kubecost/0.37.4/release
path: ./services/centralized-kubecost/0.37.5/release
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
releaseName: centralized-kubecost
valuesFrom:
- kind: ConfigMap
name: centralized-kubecost-0.37.4-d2iq-defaults
name: centralized-kubecost-0.37.5-d2iq-defaults
targetNamespace: kubecost
---
apiVersion: v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kubecost-0.37.5-d2iq-defaults
name: kubecost-0.37.6-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -13,7 +13,7 @@ data:
cost-analyzer:
kubecostFrontend:
fullImageName: ghcr.io/mesosphere/dkp-container-images/gcr.io/kubecost1/frontend:prod-1.106.7-d2iq.0
fullImageName: ghcr.io/mesosphere/dkp-container-images/gcr.io/kubecost1/frontend:prod-1.106.7-d2iq.1
priority:
enabled: true
name: dkp-high-priority
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
releaseName: kubecost
valuesFrom:
- kind: ConfigMap
name: kubecost-0.37.5-d2iq-defaults
name: kubecost-0.37.6-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
apiVersion: v1
Expand Down
File renamed without changes.

0 comments on commit c82387b

Please sign in to comment.