fix(grafana): update image ghcr.io/kiwigrid/k8s-sidecar 2.6.0 → 2.6.1 (#47602)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/kiwigrid/k8s-sidecar](https://redirect.github.com/kiwigrid/k8s-sidecar) | patch | `a6c1011` → `8d7ee62` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>kiwigrid/k8s-sidecar (ghcr.io/kiwigrid/k8s-sidecar)</summary> ### [`v2.6.1`](https://redirect.github.com/kiwigrid/k8s-sidecar/releases/tag/2.6.1) [Compare Source](https://redirect.github.com/kiwigrid/k8s-sidecar/compare/2.6.0...2.6.1) #### 🐛 Fixes - fix: TypeError when insufficient privileges to create folder - PR: [#​564](https://redirect.github.com/kiwigrid/k8s-sidecar/issues/564) #### 📦 Dependencies - build(deps): bump mikepenz/release-changelog-builder-action from 6.1.0 to 6.2.1 - PR: [#​562](https://redirect.github.com/kiwigrid/k8s-sidecar/issues/562) - build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 - PR: [#​560](https://redirect.github.com/kiwigrid/k8s-sidecar/issues/560) - build(deps): bump github/codeql-action from 4.32.4 to 4.35.1 - PR: [#​561](https://redirect.github.com/kiwigrid/k8s-sidecar/issues/561) - build(deps): bump docker/login-action from 3.7.0 to 4.1.0 - PR: [#​563](https://redirect.github.com/kiwigrid/k8s-sidecar/issues/563) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ncmFmYW5hIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -40,5 +40,5 @@ sources:
|
||||
- https://grafana.com/
|
||||
- https://hub.docker.com/r/grafana/grafana
|
||||
type: application
|
||||
version: 23.1.1
|
||||
version: 23.1.2
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ image:
|
||||
|
||||
sidecarImage:
|
||||
repository: ghcr.io/kiwigrid/k8s-sidecar
|
||||
tag: 2.6.0@sha256:a6c101156d42ef1050c536fcbcc03bf314544a63ee2daafe45280bc8dbab398f
|
||||
tag: 2.6.1@sha256:8d7ee62c4064d13dda4fb28491409be12f59602dd43d9f501a66e0ff59faba23
|
||||
|
||||
# Define extra dashboards to be provisioned
|
||||
# Supports 2 formats:
|
||||
|
||||
Reference in New Issue
Block a user