Skip to content

Commit

Permalink
feat: Bump kubecost to 0.37.2 (#1790)
Browse files Browse the repository at this point in the history
* chore: Update kubecost 0.37.1 => 0.37.2

* chore: Move kubecost/0.37.1 => 0.37.2

* feat: Update kubecost images in licenses

* feat(centralized-kubecost: Bump to 0.37.2

---------

Co-authored-by: d2iq-mergebot <ci-mergebot@d2iq.com>
Co-authored-by: Grace Do <xgrace@gmail.com>
(cherry picked from commit 5156725)
  • Loading branch information
mesosphere-ci authored and gracedo committed Dec 21, 2023
1 parent e709165 commit d925471
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ignore:
- docker.io/bitnami/redis-cluster:7.0.12-debian-11-r2
- docker.io/bitnami/memcached:1.6.15-debian-11-r8
- docker.io/library/busybox:1
- gcr.io/kubecost1/cost-model:prod-1.106.2
- gcr.io/kubecost1/frontend:prod-1.106.2
- gcr.io/kubecost1/cost-model:prod-1.106.5
- gcr.io/kubecost1/frontend:prod-1.106.5

# Fossa doesn't support scanning arbitrary C-files
- docker.io/mesosphere/pause-busybox:3.6
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.1-d2iq-defaults
name: centralized-kubecost-0.37.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
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.1/post-install-jobs
path: ./services/centralized-kubecost/0.37.2/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.1/release
path: ./services/centralized-kubecost/0.37.2/release
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: 0.37.1
version: 0.37.2
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,7 +25,7 @@ spec:
releaseName: centralized-kubecost
valuesFrom:
- kind: ConfigMap
name: centralized-kubecost-0.37.1-d2iq-defaults
name: centralized-kubecost-0.37.2-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.1-d2iq-defaults
name: kubecost-0.37.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: 0.37.1
version: 0.37.2
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,7 +25,7 @@ spec:
releaseName: kubecost
valuesFrom:
- kind: ConfigMap
name: kubecost-0.37.1-d2iq-defaults
name: kubecost-0.37.2-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
apiVersion: v1
Expand Down
File renamed without changes.

0 comments on commit d925471

Please sign in to comment.