Skip to content

Commit

Permalink
chore(helm): update image ghcr.io/ich777/steamcmd digest to c664f8b (#…
Browse files Browse the repository at this point in the history
…29969)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ich777/steamcmd | digest | `0154acf` -> `c664f8b` |

---

> [!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 621dc2f commit 1309779
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/stable/arma3exilemod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ sources:
- https://ghcr.io/ich777/steamcmd
- https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod
type: application
version: 7.4.0
version: 8.0.0
18 changes: 9 additions & 9 deletions charts/stable/arma3exilemod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/ich777/steamcmd
tag: arma3exilemod@sha256:0154acfe55855311869ec64d71eea54c3c4a474eb1fa6ca452b9a6005d2d4958
tag: arma3exilemod@sha256:c664f8b47d669e3893f767f099c62792a070f295e52d7610dcd6a5391ea13994
persistence:
profiles:
enabled: true
Expand All @@ -27,6 +27,14 @@ service:
port: 2302
protocol: tcp
targetPort: 2302
mainudp:
enabled: true
ports:
mainudp:
enabled: true
port: 2302
protocol: udp
targetPort: 2302
tcpmariadb:
enabled: true
ports:
Expand All @@ -43,14 +51,6 @@ service:
port: 2306
protocol: udp
targetPort: 2306
udpgameport:
enabled: true
ports:
udpgameport:
enabled: true
port: 2302
protocol: udp
targetPort: 2302
udpsteammaster:
enabled: true
ports:
Expand Down

0 comments on commit 1309779

Please sign in to comment.