Compare commits

..

No commits in common. "d5c212b61966d1115112bec8d1357ebdc1e13ba6" and "183dce1326ddd83c12101aba6a370c3266c3ce77" have entirely different histories.

7 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
--- ---
services: services:
vaultwarden: vaultwarden:
image: vaultwarden/server:1.32.5-alpine image: vaultwarden/server:1.32.4-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: 21.3.26 targetRevision: 21.3.24
helm: helm:
valuesObject: valuesObject:
service: service:

View file

@ -12,7 +12,7 @@ spec:
sources: sources:
- chart: forgejo - chart: forgejo
repoURL: code.forgejo.org/forgejo-helm repoURL: code.forgejo.org/forgejo-helm
targetRevision: 10.1.1 targetRevision: 10.1.0
helm: helm:
valuesObject: valuesObject:
replicaCount: 2 replicaCount: 2

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: 39.25.* targetRevision: 39.10.*
helm: helm:
valuesObject: valuesObject:
renovate: renovate:

View file

@ -8,7 +8,7 @@ terraform {
required_providers { required_providers {
authentik = { authentik = {
source = "goauthentik/authentik" source = "goauthentik/authentik"
version = "2024.10.2" version = "2024.10.1"
} }
} }
} }

View file

@ -3,7 +3,7 @@ terraform {
required_providers { required_providers {
authentik = { authentik = {
source = "goauthentik/authentik" source = "goauthentik/authentik"
version = "2024.10.2" version = "2024.10.1"
} }
} }
} }

View file

@ -3,7 +3,7 @@ terraform {
required_providers { required_providers {
authentik = { authentik = {
source = "goauthentik/authentik" source = "goauthentik/authentik"
version = "2024.10.2" version = "2024.10.1"
} }
} }
} }