Compare commits

..

1 commit

Author SHA1 Message Date
f133158bca chore(deps): update netbirdio/dashboard docker tag to v2.18.1
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
2025-09-15 10:40:16 +00:00
7 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
--- ---
services: services:
dashboard: dashboard:
image: netbirdio/dashboard:v2.19.0 image: netbirdio/dashboard:v2.18.1
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8005:80 - 8005:80

View file

@ -14,7 +14,7 @@ services:
webserver: webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.18.4 image: ghcr.io/paperless-ngx/paperless-ngx:2.18.2
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8002:8000 - 8002:8000

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.3 targetRevision: 14.0.0
helm: helm:
valuesObject: valuesObject:
replicaCount: 2 replicaCount: 2
@ -89,6 +89,7 @@ spec:
NO_REPLY_ADDRESS: git@fukurokuju.dev NO_REPLY_ADDRESS: git@fukurokuju.dev
server: server:
ROOT_URL: https://git.roboces.dev/ ROOT_URL: https://git.roboces.dev/
additionalConfigSources: additionalConfigSources:
- secret: - secret:
secretName: gitea-ini-redis secretName: gitea-ini-redis

View file

@ -13,7 +13,7 @@ spec:
source: source:
chart: kured chart: kured
repoURL: https://kubereboot.github.io/charts repoURL: https://kubereboot.github.io/charts
targetRevision: 5.10.* targetRevision: 5.6.*
helm: helm:
valuesObject: valuesObject:
configuration.rebootDays: configuration.rebootDays:

View file

@ -18,7 +18,7 @@ spec:
targetRevision: main targetRevision: main
- chart: meilisearch - chart: meilisearch
repoURL: https://meilisearch.github.io/meilisearch-kubernetes repoURL: https://meilisearch.github.io/meilisearch-kubernetes
targetRevision: 0.17.* targetRevision: 0.15.*
helm: helm:
valuesObject: valuesObject:
environment: environment:

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.53.* targetRevision: 43.15.*
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.3" tag: "3.2"
# -- Image pull policy # -- Image pull policy
pullPolicy: Always pullPolicy: Always