Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump kubecost to 0.37.1 #1660

Merged
merged 5 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# license_path: LICENSE
- nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda10.2

resources:

Check failure on line 71 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "gcr.io/kubecost1/cost-model:prod-1.106.2"

Check failure on line 71 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "gcr.io/kubecost1/frontend:prod-1.106.2"
- container_image: cr.fluentbit.io/fluent/fluent-bit:2.1.4
sources:
- license_path: LICENSE
Expand Down Expand Up @@ -147,7 +147,7 @@
- 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: 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
Loading