chore(helm): update image ghcr.io/ich777/redmserver digest to 40114bd (#29932)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/ich777/redmserver | digest | `05fe3fc` -> `40114bd` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
co-authored by
alfi0812
parent
f9fbe8694d
commit
ea19b9da8a
@@ -33,4 +33,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/redm
|
- https://github.com/truecharts/charts/tree/master/charts/stable/redm
|
||||||
- https://redm.gg/
|
- https://redm.gg/
|
||||||
type: application
|
type: application
|
||||||
version: 7.4.0
|
version: 8.0.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ghcr.io/ich777/redmserver
|
repository: ghcr.io/ich777/redmserver
|
||||||
tag: latest@sha256:05fe3fc7a4e6ebc5f40dbdee7863806af1af4c5cfb2d3b643254a15fb6e0ae8a
|
tag: latest@sha256:40114bd20d141ec86e51b9d9cd2f904c97579aa5be4d00a1bfee6c95622b3d43
|
||||||
persistence:
|
persistence:
|
||||||
serverfiles:
|
serverfiles:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -21,34 +21,34 @@ service:
|
|||||||
port: 9016
|
port: 9016
|
||||||
protocol: http
|
protocol: http
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
tcp1:
|
port1tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
tcp1:
|
port1tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 30110
|
port: 30110
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
targetPort: 30110
|
targetPort: 30110
|
||||||
tcp2:
|
port2tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
tcp2:
|
port2tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 30120
|
port: 30120
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
targetPort: 30120
|
targetPort: 30120
|
||||||
udp1:
|
port1udp:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
udp1:
|
port1udp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 30110
|
port: 30110
|
||||||
protocol: udp
|
protocol: udp
|
||||||
targetPort: 30110
|
targetPort: 30110
|
||||||
udp2:
|
port2udp:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
udp2:
|
port2udp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 30120
|
port: 30120
|
||||||
protocol: udp
|
protocol: udp
|
||||||
|
|||||||
Reference in New Issue
Block a user