Compare commits

..

1 commit

Author SHA1 Message Date
22ee6d51bb chore(deps): update netbirdio/netbird docker tag to v0.58.0
Some checks failed
checks / k8s (push) Failing after 0s
checks / pre-commit (push) Failing after 0s
checks / tflint (push) Failing after 1s
2025-09-21 05:50:58 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ services:
max-file: "2"
peer-1:
image: netbirdio/netbird:0.58.2
image: netbirdio/netbird:0.58.0
restart: unless-stopped
volumes:
- ${NETBIRD_PEER_VOLUME:-/mnt/nas1/shared/netbird/peer-1}/data:/etc/netbird

View file

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

View file

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