chore(helm): update image ghcr.io/beryju/gravity v0.26.3 → v0.26.5 (#31968)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/beryju/gravity](https://redirect.github.com/BeryJu/gravity) | patch | `d872f4f` -> `cc9e95f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>BeryJu/gravity (ghcr.io/beryju/gravity)</summary> ### [`v0.26.5`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.26.5): Release 0.26.5 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.26.4...v0.26.5) Upgrade to this version of gravity by using this container image: ghcr.io/beryju/gravity:v0.26.5 Upgrade to the current JS API Client using npm i gravity-api@0.26.5 Upgrade to the current Golang API Client using go get beryju.io/gravity@v0.26.5 #### What's Changed - dhcp: delete leases of a scope when the scope is deleted by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1500](https://redirect.github.com/BeryJu/gravity/pull/1500) - web: fix empty IP address causing sorting to fail by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1501](https://redirect.github.com/BeryJu/gravity/pull/1501) - web: fix dns table chart with multiple nodes by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1502](https://redirect.github.com/BeryJu/gravity/pull/1502) **Full Changelog**: https://github.com/BeryJu/gravity/compare/v0.26.4...v0.26.5 ### [`v0.26.4`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.26.4): Release 0.26.4 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.26.3...v0.26.4) Upgrade to this version of gravity by using this container image: ghcr.io/beryju/gravity:v0.26.4 Upgrade to the current JS API Client using npm i gravity-api@0.26.4 Upgrade to the current Golang API Client using go get beryju.io/gravity@v0.26.4 **Full Changelog**: https://github.com/BeryJu/gravity/compare/v0.26.3...v0.26.4 </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.26.3
|
||||
appVersion: 0.26.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/BeryJu/gravity
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gravity
|
||||
type: application
|
||||
version: 5.14.2
|
||||
version: 5.14.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/beryju/gravity
|
||||
tag: v0.26.3@sha256:d872f4f61c00c486efa64ce5adc8e0c918de8b458b472006dbde9f028a781c6b
|
||||
tag: v0.26.5@sha256:cc9e95fdf1f1be31e00b859f444eba26be83200a3cfaa4e7a843290ebb741b7a
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user