Skip to content

Commit

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

* chore: Move kubecost/0.35.1 => 0.37.1

* build: Updated licenses.d2iq.yaml

* feat(centralized-kubecost): bump to 0.37.1

* feat(licenses): Bump kubecost image

---------

Co-authored-by: d2iq-mergebot <ci-mergebot@d2iq.com>
  • Loading branch information
gracedo and d2iq-mergebot authored Oct 19, 2023
1 parent fb425ad commit 37ea175
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ignore:
- docker.io/bitnami/postgresql:15.2.0-debian-11-r21
- docker.io/bitnami/redis-cluster:7.0.12-debian-11-r2
- docker.io/library/busybox:1
- gcr.io/kubecost1/cost-model:prod-1.104.0
- gcr.io/kubecost1/frontend:prod-1.104.0
- gcr.io/kubecost1/cost-model:prod-1.106.2
- gcr.io/kubecost1/frontend:prod-1.106.2

# Fossa doesn't support scanning arbitrary C-files
- docker.io/mesosphere/pause-busybox:3.6
Expand Down Expand Up @@ -147,7 +147,7 @@ resources:
- license_path: LICENSE.txt
ref: ${image_tag}
url: https://github.com/jimmidyson/configmap-reload
- container_image: docker.io/kiwigrid/k8s-sidecar:1.23.1
- container_image: docker.io/kiwigrid/k8s-sidecar:1.25.0
sources:
- license_path: LICENSE
ref: ${image_tag}
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.35.1-d2iq-defaults
name: centralized-kubecost-0.37.1-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.35.1/post-install-jobs
path: ./services/centralized-kubecost/0.37.1/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.35.1/release
path: ./services/centralized-kubecost/0.37.1/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.35.1
version: 0.37.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,7 +25,7 @@ spec:
releaseName: centralized-kubecost
valuesFrom:
- kind: ConfigMap
name: centralized-kubecost-0.35.1-d2iq-defaults
name: centralized-kubecost-0.37.1-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.35.1-d2iq-defaults
name: kubecost-0.37.1-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.35.1
version: 0.37.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,7 +25,7 @@ spec:
releaseName: kubecost
valuesFrom:
- kind: ConfigMap
name: kubecost-0.35.1-d2iq-defaults
name: kubecost-0.37.1-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
apiVersion: v1
Expand Down
File renamed without changes.

0 comments on commit 37ea175

Please sign in to comment.