Compare commits

..

11 commits

Author SHA1 Message Date
f28b0fe95d
chore(deps): update miniflux/miniflux docker tag to v2.2.13
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
OpenTofu deployments / authentik (push) Has been cancelled
OpenTofu deployments / adguard (push) Has been cancelled
2025-10-02 12:13:53 +02:00
5a97416d90 chore(deps): update netbirdio/management docker tag to v0.59.0
Some checks are pending
checks / tflint (push) Waiting to run
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
2025-10-02 10:10:49 +00:00
337553736b chore(deps): update netbirdio/netbird docker tag to v0.59.0
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
2025-10-02 10:09:45 +00:00
f25e734a22 chore(deps): update netbirdio/relay docker tag to v0.59.0
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
2025-10-02 10:08:58 +00:00
43b868e615 chore(deps): update netbirdio/dashboard docker tag to v2.19.0
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
2025-10-02 10:07:43 +00:00
0f6a8cc691 chore(deps): update netbirdio/signal docker tag to v0.59.0
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
2025-10-02 10:06:51 +00:00
4e39563e54 chore(deps): update helm release kubetail to v0.15.2
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
2025-10-02 10:05:45 +00:00
d73431b7db chore(deps): update helm release renovate to 43.54.*
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
2025-10-01 02:14:20 +00:00
000502ba9d chore(deps): update code.forgejo.org/forgejo-helm/forgejo docker tag to v14.0.3
Some checks failed
checks / tflint (push) Failing after 8s
checks / k8s (push) Failing after 11s
OpenTofu deployments / authentik (push) Failing after 3s
OpenTofu deployments / adguard (push) Failing after 3s
checks / pre-commit (push) Failing after 12m29s
2025-09-29 06:32:47 +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
7 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
--- ---
services: services:
dashboard: dashboard:
image: netbirdio/dashboard:v2.15.0 image: netbirdio/dashboard:v2.19.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8005:80 - 8005:80
@ -23,7 +23,7 @@ services:
max-size: "500m" max-size: "500m"
max-file: "2" max-file: "2"
signal: signal:
image: netbirdio/signal:0.55.1 image: netbirdio/signal:0.59.0
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- netbird-signal:/var/lib/netbird - netbird-signal:/var/lib/netbird
@ -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.59.0
restart: unless-stopped restart: unless-stopped
environment: environment:
NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info} NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info}
@ -50,7 +50,7 @@ services:
max-size: "500m" max-size: "500m"
max-file: "2" max-file: "2"
management: management:
image: netbirdio/management:0.54.0 image: netbirdio/management:0.59.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- dashboard - dashboard
@ -91,7 +91,7 @@ services:
max-file: "2" max-file: "2"
peer-1: peer-1:
image: netbirdio/netbird:0.54.0 image: netbirdio/netbird:0.59.0
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${NETBIRD_PEER_VOLUME:-/mnt/nas1/shared/netbird/peer-1}/data:/etc/netbird - ${NETBIRD_PEER_VOLUME:-/mnt/nas1/shared/netbird/peer-1}/data:/etc/netbird

View file

@ -14,7 +14,7 @@ spec:
sources: sources:
- chart: forgejo - chart: forgejo
repoURL: code.forgejo.org/forgejo-helm repoURL: code.forgejo.org/forgejo-helm
targetRevision: 14.0.2 targetRevision: 14.0.3
helm: helm:
valuesObject: valuesObject:
replicaCount: 2 replicaCount: 2

View file

@ -12,7 +12,7 @@ spec:
sources: sources:
- chart: kubetail - chart: kubetail
repoURL: https://kubetail-org.github.io/helm-charts/ repoURL: https://kubetail-org.github.io/helm-charts/
targetRevision: 0.13.4 targetRevision: 0.15.2
helm: helm:
valuesObject: valuesObject:
kubetail: kubetail:

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.54.*
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

View file

@ -7,7 +7,7 @@ metadata:
labels: labels:
app.kubernetes.io/name: miniflux app.kubernetes.io/name: miniflux
app.kubernetes.io/managed-by: argo app.kubernetes.io/managed-by: argo
app.kubernetes.io/version: 2.2.10 app.kubernetes.io/version: 2.2.13
annotations: annotations:
kube-score/ignore: pod-networkpolicy,deployment-has-host-podantiaffinity kube-score/ignore: pod-networkpolicy,deployment-has-host-podantiaffinity
spec: spec:
@ -24,7 +24,7 @@ spec:
metadata: metadata:
labels: labels:
app.kubernetes.io/name: miniflux app.kubernetes.io/name: miniflux
app.kubernetes.io/version: 2.2.10 app.kubernetes.io/version: 2.2.13
spec: spec:
containers: containers:
- name: miniflux - name: miniflux

View file

@ -7,7 +7,7 @@ metadata:
labels: labels:
app.kubernetes.io/name: miniflux app.kubernetes.io/name: miniflux
app.kubernetes.io/managed-by: argo app.kubernetes.io/managed-by: argo
app.kubernetes.io/version: 2.2.10 app.kubernetes.io/version: 2.2.13
spec: spec:
selector: selector:
app.kubernetes.io/name: miniflux app.kubernetes.io/name: miniflux