Compare commits

..

10 commits

Author SHA1 Message Date
5a8e853508 chore(deps): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v2.13.3
Some checks failed
checks / k8s (push) Failing after 2m49s
checks / pre-commit (push) Failing after 3m2s
checks / tflint (push) Successful in 1m45s
2024-11-03 06:34:24 +00:00
9776ebeb93 chore(deps): update netbirdio/management docker tag to v0.31.0
Some checks failed
Kaniko deployments / nextcloud (push) Failing after 2m53s
OpenTofu deployments / authentik (push) Failing after 2m46s
OpenTofu deployments / adguard (push) Failing after 2m49s
checks / pre-commit (push) Successful in 2m45s
checks / k8s (push) Successful in 1m5s
checks / tflint (push) Successful in 1m5s
2024-11-02 14:31:14 +00:00
8cbdaeaf32 chore(deps): update netbirdio/relay docker tag to v0.31.0
Some checks failed
checks / pre-commit (push) Failing after 2m34s
checks / k8s (push) Failing after 2m36s
checks / tflint (push) Failing after 2m5s
Kaniko deployments / nextcloud (push) Failing after 2m28s
OpenTofu deployments / authentik (push) Failing after 2m33s
OpenTofu deployments / adguard (push) Failing after 2m34s
2024-11-02 13:36:36 +00:00
e508434482 chore(deps): update netbirdio/dashboard docker tag to v2.7.0
All checks were successful
checks / pre-commit (push) Successful in 1m59s
checks / k8s (push) Successful in 58s
checks / tflint (push) Successful in 1m3s
2024-11-02 06:50:17 +00:00
85974e13cc chore(deps): update helm release renovate to 38.142.*
Some checks failed
checks / pre-commit (push) Failing after 2m51s
checks / k8s (push) Failing after 2m44s
checks / tflint (push) Failing after 2m58s
OpenTofu deployments / authentik (push) Failing after 2m34s
Kaniko deployments / nextcloud (push) Failing after 2m48s
OpenTofu deployments / adguard (push) Failing after 1m32s
2024-11-02 02:53:25 +00:00
f783ee7369 chore(deps): update helm release renovate to 38.141.*
Some checks failed
checks / k8s (push) Successful in 3m52s
checks / pre-commit (push) Successful in 5m32s
checks / tflint (push) Successful in 2m17s
OpenTofu deployments / authentik (push) Successful in 4m20s
Kaniko deployments / nextcloud (push) Failing after 6m12s
OpenTofu deployments / adguard (push) Failing after 1m27s
2024-11-01 01:22:24 +00:00
b0ccf0a80c chore(deps): update helm release authentik to 2024.10.*
Some checks failed
checks / k8s (push) Successful in 31s
checks / pre-commit (push) Successful in 1m41s
checks / tflint (push) Successful in 1m8s
OpenTofu deployments / authentik (push) Successful in 1m37s
OpenTofu deployments / adguard (push) Failing after 52s
Kaniko deployments / nextcloud (push) Successful in 4m48s
2024-10-31 01:35:26 +00:00
f3e99510d5 chore(deps): update miniflux/miniflux docker tag to v2.2.2
Some checks failed
checks / k8s (push) Successful in 34s
checks / pre-commit (push) Successful in 1m7s
checks / tflint (push) Successful in 56s
OpenTofu deployments / authentik (push) Successful in 1m47s
OpenTofu deployments / adguard (push) Failing after 2m11s
Kaniko deployments / nextcloud (push) Successful in 4m32s
2024-10-31 01:20:23 +00:00
975263ea60
chore: update forgejo-runner to v4.0.0
Some checks failed
checks / tflint (push) Successful in 23s
checks / pre-commit (push) Successful in 1m18s
checks / k8s (push) Successful in 24s
OpenTofu deployments / authentik (push) Successful in 1m1s
OpenTofu deployments / adguard (push) Successful in 43s
Kaniko deployments / nextcloud (push) Failing after 12m58s
2024-10-30 09:04:17 +01:00
b904ac3c2a chore(deps): update netbirdio/dashboard docker tag to v2.6.2
All checks were successful
checks / pre-commit (push) Successful in 1m28s
checks / k8s (push) Successful in 25s
checks / tflint (push) Successful in 26s
OpenTofu deployments / authentik (push) Successful in 40s
OpenTofu deployments / adguard (push) Successful in 31s
Kaniko deployments / nextcloud (push) Successful in 3m24s
2024-10-30 07:47:18 +00:00
6 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
--- ---
x-runner-common: &runner-common x-runner-common: &runner-common
image: code.forgejo.org/forgejo/runner:3.5.1 image: code.forgejo.org/forgejo/runner:4.0.0
links: links:
- docker-in-docker - docker-in-docker
depends_on: depends_on:

View file

@ -1,7 +1,7 @@
--- ---
services: services:
dashboard: dashboard:
image: netbirdio/dashboard:v2.6.1 image: netbirdio/dashboard:v2.7.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8005:80 - 8005:80
@ -35,7 +35,7 @@ services:
max-size: "500m" max-size: "500m"
max-file: "2" max-file: "2"
relay: relay:
image: netbirdio/relay:0.30.3 image: netbirdio/relay:0.31.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.30.3 image: netbirdio/management:0.31.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- dashboard - dashboard

View file

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

View file

@ -12,7 +12,7 @@ spec:
sources: sources:
- chart: authentik - chart: authentik
repoURL: https://charts.goauthentik.io/ repoURL: https://charts.goauthentik.io/
targetRevision: 2024.8.* targetRevision: 2024.10.*
helm: helm:
valuesObject: valuesObject:
authentik: authentik:

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: 38.132.* targetRevision: 38.142.*
helm: helm:
valuesObject: valuesObject:
renovate: renovate:

View file

@ -28,7 +28,7 @@ spec:
spec: spec:
containers: containers:
- name: miniflux - name: miniflux
image: miniflux/miniflux:2.2.1 image: miniflux/miniflux:2.2.2
imagePullPolicy: Always imagePullPolicy: Always
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false