Skip to content

Commit

Permalink
fix: bump kubecost sidecar image (#1785) (#1791)
Browse files Browse the repository at this point in the history
* fix: bump sidecar image

* fix(kps): Remove whitespace to pass linter

---------

Co-authored-by: Grace Do <xgrace@gmail.com>
(cherry picked from commit bc07d18)

Co-authored-by: Alex Palesandro <apalesandro@d2iq.com>
  • Loading branch information
github-actions[bot] and Alex Palesandro authored Dec 21, 2023
1 parent e87574d commit e709165
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
7 changes: 1 addition & 6 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ resources:
- license_path: LICENSE.txt
ref: ${image_tag}
url: https://github.com/jimmidyson/configmap-reload
- container_image: docker.io/kiwigrid/k8s-sidecar:1.25.0
- container_image: docker.io/kiwigrid/k8s-sidecar:1.25.3
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down Expand Up @@ -525,11 +525,6 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/kiali/kiali
- container_image: quay.io/kiwigrid/k8s-sidecar:1.24.6
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/kiwigrid/k8s-sidecar
- container_image: quay.io/kiwigrid/k8s-sidecar:1.25.1
sources:
- license_path: LICENSE
Expand Down
3 changes: 3 additions & 0 deletions services/centralized-grafana/48.3.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ data:
labels:
prometheus.kommander.d2iq.io/select: "true"
sidecar:
image:
repository: kiwigrid/k8s-sidecar
tag: 1.25.3
dashboards:
enabled: true
# label that the configmaps with dashboards are marked with
Expand Down
3 changes: 3 additions & 0 deletions services/centralized-kubecost/0.37.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ data:
# These values are set so that kubecost grafana dashboards are installed.
# Grafana itself is not installed.
sidecar:
image:
repository: kiwigrid/k8s-sidecar
tag: 1.25.3
dashboards:
enabled: true
label: grafana_dashboard_kommander
Expand Down
4 changes: 4 additions & 0 deletions services/grafana-logging/6.60.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ data:
pathType: ImplementationSpecific
sidecar:
sidecar:
image:
repository: kiwigrid/k8s-sidecar
tag: 1.25.3
dashboards:
enabled: true
label: grafana_logging_dashboard
Expand Down
3 changes: 3 additions & 0 deletions services/kube-prometheus-stack/48.3.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ data:
path: /dkp/grafana
pathType: ImplementationSpecific
sidecar:
image:
repository: kiwigrid/k8s-sidecar
tag: 1.25.3
dashboards:
enabled: true
label: grafana_dashboard
Expand Down
4 changes: 4 additions & 0 deletions services/kubecost/0.37.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ data:
analytics:
reporting_enabled: false
check_for_updates: false
sidecar:
image:
repository: kiwigrid/k8s-sidecar
tag: 1.25.3
kubecostProductConfigs:
grafanaURL: "/dkp/kubecost/grafana"
Expand Down

0 comments on commit e709165

Please sign in to comment.