chore(helm): update image ghcr.io/beryju/gravity v0.21.1 → v0.22.0 (#30797)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/beryju/gravity](https://redirect.github.com/BeryJu/gravity) | minor | `4c0745f` -> `5b683dd` | --- > [!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.22.0`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.22.0): Release 0.22.0 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.21.1...v0.22.0) Upgrade to this version of gravity by using this container image: ghcr.io/beryju/gravity:v0.22.0 Upgrade to the current JS API Client using npm i gravity-api@0.22.0 Upgrade to the current Golang API Client using go get beryju.io/gravity@v0.22.0 #### What's Changed - build(deps): bump rollup from 4.30.0 to 4.30.1 in /web by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1425](https://redirect.github.com/BeryJu/gravity/pull/1425) - build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1424](https://redirect.github.com/BeryJu/gravity/pull/1424) - build(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1428](https://redirect.github.com/BeryJu/gravity/pull/1428) - build(deps): bump library/node from 23.5 to 23.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1427](https://redirect.github.com/BeryJu/gravity/pull/1427) - dns: add missing filters for type and UID by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1429](https://redirect.github.com/BeryJu/gravity/pull/1429) - web: general quality of life improvements by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1426](https://redirect.github.com/BeryJu/gravity/pull/1426) **Full Changelog**: https://github.com/BeryJu/gravity/compare/v0.21.1...v0.22.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.21.1
|
||||
appVersion: 0.22.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.3.1
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/BeryJu/gravity
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gravity
|
||||
type: application
|
||||
version: 5.11.0
|
||||
version: 5.12.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/beryju/gravity
|
||||
tag: v0.21.1@sha256:4c0745f5788f0a519796724184f1458b6507cad2e8eb2c3235627ed69afce021
|
||||
tag: v0.22.0@sha256:5b683ddd60150c56616e1e4cf71d367dabecc274b98bb34794c205ddf7f03d2f
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user