mirror of
https://github.com/truecharts/charts.git
synced 2026-07-05 18:52:32 -03:00
fix(gonic): update image docker.io/sentriz/gonic v0.20.0 → v0.20.1 (#44332)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [docker.io/sentriz/gonic](https://redirect.github.com/sentriz/gonic) |
patch | `628de5c` -> `6b2ce6e` |
---
> [!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>sentriz/gonic (docker.io/sentriz/gonic)</summary>
###
[`v0.20.1`](https://redirect.github.com/sentriz/gonic/releases/tag/v0.20.1):
gonic v0.20.1
[Compare
Source](https://redirect.github.com/sentriz/gonic/compare/v0.20.0...v0.20.1)
##### Bug Fixes
- **playlist:** fix regression in playlist ID handling
([103a048](103a048e84)),
closes
[#​655](https://redirect.github.com/sentriz/gonic/issues/655)
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ29uaWMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.20.0
|
||||
appVersion: 0.20.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.40
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gonic
|
||||
- https://hub.docker.com/r/sentriz/gonic
|
||||
type: application
|
||||
version: 16.17.2
|
||||
version: 16.17.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/sentriz/gonic
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.20.0@sha256:628de5c4b7aad9cd7f552ff82d63ffcdd810b0764cadbdbeac08d892269f0a98
|
||||
tag: v0.20.1@sha256:6b2ce6ee00937fe36caecd4acfea899fdd5c0998df6539071563a712fb873517
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user