Compare commits

...

3 commits

Author SHA1 Message Date
146b366800 chore(deps): update netbirdio/relay docker tag to v0.58.2
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 1s
2025-09-29 06:37:43 +00:00
09a2fa0ea2 chore(deps): update helm release renovate to 43.53.*
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
OpenTofu deployments / authentik (push) Failing after 1s
OpenTofu deployments / adguard (push) Failing after 1s
2025-09-22 07:52:47 +00:00
46cec59dc7 chore(deps): update mbround18/valheim docker tag to v3.3
Some checks failed
checks / k8s (push) Failing after 0s
checks / pre-commit (push) Failing after 3s
checks / tflint (push) Failing after 0s
OpenTofu deployments / authentik (push) Failing after 0s
OpenTofu deployments / adguard (push) Failing after 0s
2025-09-22 07:52:05 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ services:
max-size: "500m" max-size: "500m"
max-file: "2" max-file: "2"
relay: relay:
image: netbirdio/relay:0.54.0 image: netbirdio/relay:0.58.2
restart: unless-stopped restart: unless-stopped
environment: environment:
NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info} NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info}

View file

@ -13,7 +13,7 @@ spec:
sources: sources:
- chart: renovate - chart: renovate
repoURL: https://docs.renovatebot.com/helm-charts repoURL: https://docs.renovatebot.com/helm-charts
targetRevision: 43.49.* targetRevision: 43.53.*
helm: helm:
valuesObject: valuesObject:
renovate: renovate:

View file

@ -3,7 +3,7 @@ image:
# -- Docker repository to use # -- Docker repository to use
repository: mbround18/valheim repository: mbround18/valheim
# -- Docker tag to use - use "latest" for most current version # -- Docker tag to use - use "latest" for most current version
tag: "3.2" tag: "3.3"
# -- Image pull policy # -- Image pull policy
pullPolicy: Always pullPolicy: Always