Compare commits

..

1 commit

11 changed files with 18 additions and 18 deletions

View file

@ -7,7 +7,7 @@ jobs:
pre-commit: pre-commit:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v5 - uses: https://code.forgejo.org/actions/checkout@v4
- uses: https://code.forgejo.org/actions/setup-python@v5 - uses: https://code.forgejo.org/actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.10'
@ -19,7 +19,7 @@ jobs:
k8s: k8s:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v5 - uses: https://code.forgejo.org/actions/checkout@v4
- name: Set up Kubeconform - name: Set up Kubeconform
uses: bmuschko/setup-kubeconform@v1 uses: bmuschko/setup-kubeconform@v1
@ -30,7 +30,7 @@ jobs:
tflint: tflint:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v5 - uses: https://code.forgejo.org/actions/checkout@v4
- uses: terraform-linters/setup-tflint@v4 - uses: terraform-linters/setup-tflint@v4
name: Setup TFLint name: Setup TFLint
with: with:

View file

@ -10,7 +10,7 @@ jobs:
authentik: authentik:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v5 - uses: https://code.forgejo.org/actions/checkout@v4
- uses: opentofu/setup-opentofu@v1 - uses: opentofu/setup-opentofu@v1
with: with:
tofu_version: 1.8.1 tofu_version: 1.8.1
@ -40,7 +40,7 @@ jobs:
adguard: adguard:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v5 - uses: https://code.forgejo.org/actions/checkout@v4
- uses: opentofu/setup-opentofu@v1 - uses: opentofu/setup-opentofu@v1
with: with:
tofu_version: 1.7.0 tofu_version: 1.7.0

View file

@ -1,6 +1,6 @@
--- ---
x-runner-common: &runner-common x-runner-common: &runner-common
image: code.forgejo.org/forgejo/runner:9.0.3 image: code.forgejo.org/forgejo/runner:7.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.15.0 image: netbirdio/dashboard:v2.14.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.54.0 image: netbirdio/signal:0.51.1
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.51.1
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.51.1
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.51.1
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

@ -1,7 +1,7 @@
--- ---
services: services:
vaultwarden: vaultwarden:
image: vaultwarden/server:1.34.3-alpine image: vaultwarden/server:1.34.1-alpine
restart: unless-stopped restart: unless-stopped
environment: environment:
DATABASE_URL: ${DATABASE_URL} DATABASE_URL: ${DATABASE_URL}

View file

@ -12,7 +12,7 @@ spec:
sources: sources:
- chart: elasticsearch - chart: elasticsearch
repoURL: registry-1.docker.io/bitnamicharts repoURL: registry-1.docker.io/bitnamicharts
targetRevision: 22.1.4 targetRevision: 22.0.13
helm: helm:
valuesObject: valuesObject:
service: service:

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: 13.0.1 targetRevision: 13.0.0
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.13.2
helm: helm:
valuesObject: valuesObject:
kubetail: kubetail:

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.15.* targetRevision: 0.14.*
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.15.* targetRevision: 41.38.*
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.12 image: miniflux/miniflux:2.2.11
imagePullPolicy: Always imagePullPolicy: Always
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false