Skip to content

Commit

Permalink
chore(helm): update image ghcr.io/ich777/redmserver digest to 40114bd (
Browse files Browse the repository at this point in the history
…#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 <[email protected]>
Co-authored-by: alfi0812 <[email protected]>
  • Loading branch information
truecharts-admin and alfi0812 authored Dec 31, 2024
1 parent f9fbe86 commit ea19b9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/stable/redm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/redm
- https://redm.gg/
type: application
version: 7.4.0
version: 8.0.0
18 changes: 9 additions & 9 deletions charts/stable/redm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/ich777/redmserver
tag: latest@sha256:05fe3fc7a4e6ebc5f40dbdee7863806af1af4c5cfb2d3b643254a15fb6e0ae8a
tag: latest@sha256:40114bd20d141ec86e51b9d9cd2f904c97579aa5be4d00a1bfee6c95622b3d43
persistence:
serverfiles:
enabled: true
Expand All @@ -21,34 +21,34 @@ service:
port: 9016
protocol: http
targetPort: 8080
tcp1:
port1tcp:
enabled: true
ports:
tcp1:
port1tcp:
enabled: true
port: 30110
protocol: tcp
targetPort: 30110
tcp2:
port2tcp:
enabled: true
ports:
tcp2:
port2tcp:
enabled: true
port: 30120
protocol: tcp
targetPort: 30120
udp1:
port1udp:
enabled: true
ports:
udp1:
port1udp:
enabled: true
port: 30110
protocol: udp
targetPort: 30110
udp2:
port2udp:
enabled: true
ports:
udp2:
port2udp:
enabled: true
port: 30120
protocol: udp
Expand Down

0 comments on commit ea19b9d

Please sign in to comment.