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 images #2817

Merged
merged 8 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
17 changes: 9 additions & 8 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ resources:
- license_path: LICENSE
ref: v${image_tag}
url: https://github.com/jaegertracing/jaeger-operator
- container_image: ghcr.io/jimmidyson/configmap-reload:v0.14.0
sources:
- license_path: LICENSE.txt
ref: ${image_tag}
url: https://github.com/jimmidyson/configmap-reload
- container_image: docker.io/kiwigrid/k8s-sidecar:1.28.0
sources:
- license_path: LICENSE
Expand Down Expand Up @@ -439,6 +434,12 @@ resources:
notice_path: NOTICE
ref: ${image_tag}
url: https://github.com/prometheus-operator/prometheus-operator
- container_image: quay.io/prometheus-operator/prometheus-config-reloader:v0.69.1
sources:
- license_path: LICENSE
notice_path: NOTICE
ref: ${image_tag}
url: https://github.com/prometheus-operator/prometheus-operator
- container_image: quay.io/prometheus-operator/prometheus-operator:v0.77.2
sources:
- license_path: LICENSE
Expand Down Expand Up @@ -551,15 +552,15 @@ resources:
- url: https://github.com/mirror/busybox
ref: master
license_path: LICENSE
- container_image: gcr.io/kubecost1/cost-model:prod-1.106.7
- container_image: gcr.io/kubecost1/cost-model:prod-1.108.1
sources:
- 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.1
- container_image: gcr.io/kubecost1/frontend:prod-1.108.1
sources:
- url: https://github.com/opencost/opencost
ref: v1.106.7
ref: v1.108.1
license_path: LICENSE
- container_image: registry.k8s.io/pause:3.10
sources:
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.6-d2iq-defaults
name: centralized-kubecost-0.37.7-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -13,12 +13,11 @@ 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.1
priority:
enabled: true
name: dkp-high-priority

diagnostics:
enabled: false
global:
prometheus:
fqdn: http://kubecost-prometheus-server.kommander.svc.cluster.local
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.6/post-install-jobs
path: ./services/centralized-kubecost/0.37.7/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.6/release
path: ./services/centralized-kubecost/0.37.7/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.3
version: 0.37.4
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,7 +25,7 @@ spec:
releaseName: centralized-kubecost
valuesFrom:
- kind: ConfigMap
name: centralized-kubecost-0.37.6-d2iq-defaults
name: centralized-kubecost-0.37.7-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.7-d2iq-defaults
name: kubecost-0.37.8-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -12,12 +12,11 @@ data:
priorityClassName: dkp-high-priority

cost-analyzer:
kubecostFrontend:
fullImageName: ghcr.io/mesosphere/dkp-container-images/gcr.io/kubecost1/frontend:prod-1.106.7-d2iq.1
priority:
enabled: true
name: dkp-high-priority

diagnostics:
enabled: false
global:
prometheus:
enabled: true
Expand Down Expand Up @@ -85,15 +84,6 @@ data:
image:
repository: quay.io/prometheus/alertmanager
tag: v0.27.0
configmapReload:
prometheus:
image:
repository: ghcr.io/jimmidyson/configmap-reload
tag: v0.14.0
alertmanager:
image:
repository: ghcr.io/jimmidyson/configmap-reload
tag: v0.14.0
grafana:
priorityClassName: dkp-high-priority
image:
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.3
version: 0.37.4
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,7 +25,7 @@ spec:
releaseName: kubecost
valuesFrom:
- kind: ConfigMap
name: kubecost-0.37.7-d2iq-defaults
name: kubecost-0.37.8-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
apiVersion: v1
Expand Down
Loading