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 kiwigrid/k8s-sidecar to 1.28.0 #2742

Merged
merged 6 commits into from
Oct 17, 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
9 changes: 2 additions & 7 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ resources:
- license_path: LICENSE.txt
ref: ${image_tag}
url: https://github.com/jimmidyson/configmap-reload
- container_image: ghcr.io/mesosphere/dkp-container-images/docker.io/kiwigrid/k8s-sidecar:1.25.3-d2iq.1
- container_image: docker.io/kiwigrid/k8s-sidecar:1.28.0
sources:
- license_path: LICENSE
ref: ${image_tag%-d2iq.1}
ref: ${image_tag}
url: https://github.com/kiwigrid/k8s-sidecar
- container_image: docker.io/kubernetesui/dashboard-api:1.7.0
sources:
Expand Down Expand Up @@ -464,11 +464,6 @@ resources:
- license_path: LICENSE
ref: ${image_tag%-distro}
url: https://github.com/kiali/kiali
- container_image: ghcr.io/mesosphere/dkp-container-images/quay.io/kiwigrid/k8s-sidecar:1.26.1-d2iq.1
sources:
- license_path: LICENSE
ref: ${image_tag%-d2iq.1}
url: https://github.com/kiwigrid/k8s-sidecar
- container_image: quay.io/prometheus-operator/prometheus-config-reloader:v0.76.1
sources:
- license_path: LICENSE
Expand Down
6 changes: 3 additions & 3 deletions services/centralized-grafana/63.0.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ data:
path: "/dkp/kommander/monitoring/grafana/metrics"
sidecar:
image:
registry: ghcr.io
repository: mesosphere/dkp-container-images/quay.io/kiwigrid/k8s-sidecar
tag: 1.26.1-d2iq.1
registry: docker.io
repository: kiwigrid/k8s-sidecar
tag: 1.28.0
dashboards:
enabled: true
# label that the configmaps with dashboards are marked with
Expand Down
4 changes: 2 additions & 2 deletions services/centralized-kubecost/0.37.6/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ data:
# Grafana itself is not installed.
sidecar:
image:
repository: ghcr.io/mesosphere/dkp-container-images/docker.io/kiwigrid/k8s-sidecar
tag: 1.25.3-d2iq.0
repository: docker.io/kiwigrid/k8s-sidecar
tag: 1.28.0
dashboards:
enabled: true
label: grafana_dashboard_kommander
Expand Down
6 changes: 3 additions & 3 deletions services/grafana-logging/8.3.6/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ data:

sidecar:
image:
registry: ghcr.io
repository: mesosphere/dkp-container-images/quay.io/kiwigrid/k8s-sidecar
tag: 1.26.1-d2iq.1
registry: docker.io
repository: kiwigrid/k8s-sidecar
tag: 1.28.0

dashboards:
enabled: true
Expand Down
6 changes: 3 additions & 3 deletions services/kube-prometheus-stack/63.0.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,9 @@ data:
pathType: ImplementationSpecific
sidecar:
image:
registry: ghcr.io
repository: mesosphere/dkp-container-images/quay.io/kiwigrid/k8s-sidecar
tag: 1.26.1-d2iq.1
registry: docker.io
repository: kiwigrid/k8s-sidecar
tag: 1.28.0
dashboards:
enabled: true
label: grafana_dashboard
Expand Down
4 changes: 2 additions & 2 deletions services/kubecost/0.37.7/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ data:
check_for_updates: false
sidecar:
image:
repository: ghcr.io/mesosphere/dkp-container-images/docker.io/kiwigrid/k8s-sidecar
tag: 1.25.3-d2iq.1
repository: docker.io/kiwigrid/k8s-sidecar
tag: 1.28.0

kubecostProductConfigs:
grafanaURL: "/dkp/kubecost/grafana"
Expand Down
6 changes: 3 additions & 3 deletions services/project-grafana-logging/8.3.5/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ data:

sidecar:
image:
registry: ghcr.io
repository: mesosphere/dkp-container-images/quay.io/kiwigrid/k8s-sidecar
tag: 1.26.1-d2iq.1
registry: docker.io
repository: kiwigrid/k8s-sidecar
tag: 1.28.0
dashboards:
enabled: true
label: project_grafana_logging_dashboard
Expand Down
Loading