Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #459

Open
wants to merge 1 commit into
base: coffee-shop-2.0/main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster/apps/home/immich/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
# renovate: registryUrl=https://immich-app.github.io/immich-charts
chart: immich
version: 0.7.1
version: 0.9.0
sourceRef:
name: immich
kind: HelmRepository
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/home/mealie/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
ALLOW_SIGNUP: 'false'
image:
repository: ghcr.io/mealie-recipes/mealie
tag: v1.11.0
tag: v1.12.0
hostname: mealie
ingress:
main:
Expand Down
6 changes: 3 additions & 3 deletions cluster/apps/home/paperless/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
image:
repository: ghcr.io/paperless-ngx/paperless-ngx
pullPolicy: IfNotPresent
tag: 2.10.2
tag: 2.13.5
env:
COMPOSE_PROJECT_NAME: paperless-jb
PAPERLESS_REDIS: redis://localhost:6379
Expand Down Expand Up @@ -64,11 +64,11 @@ spec:
additionalContainers:
broker:
name: broker
image: redis:7.2
image: redis:7.4
imagePullPolicy: IfNotPresent
database:
name: database
image: bitnami/postgresql:14.12.0-debian-12-r15
image: bitnami/postgresql:14.15.0-debian-12-r6
volumeMounts:
- mountPath: /bitnami/postgresql
name: paperless-db
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/home/photoprism/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
# renovate: registryUrl=https://djjudas21.github.io/charts/
chart: photoprism
version: 7.4.14
version: 7.4.19
sourceRef:
name: djjudas21
kind: HelmRepository
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/kube-system/metrics-server/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.bitnami.com/bitnami
chart: metrics-server
version: 7.2.6
version: 7.3.0
sourceRef:
kind: HelmRepository
name: bitnami
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/networking/external-dns/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.bitnami.com/bitnami
chart: external-dns
version: 8.0.0
version: 8.7.1
sourceRef:
kind: HelmRepository
name: bitnami
Expand Down
6 changes: 3 additions & 3 deletions cluster/apps/networking/metallb/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.bitnami.com/bitnami
chart: metallb
version: 6.3.5
version: 6.4.2
sourceRef:
name: bitnami
namespace: flux-system
Expand All @@ -21,12 +21,12 @@ spec:
controller:
image:
repository: bitnami/metallb-controller
tag: 0.14.5-debian-12-r7
tag: 0.14.9-debian-12-r0
psp:
create: false
speaker:
image:
repository: bitnami/metallb-speaker
tag: 0.14.5-debian-12-r7
tag: 0.14.9-debian-12-r0
psp:
create: false
4 changes: 2 additions & 2 deletions cluster/apps/nextcloud/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
enabled: true
image:
repository: nginx
tag: 1.27.0-alpine
tag: 1.27.3-alpine
internalDatabase:
enabled: false
externalDatabase:
Expand Down Expand Up @@ -135,7 +135,7 @@ spec:
# END: Uncomment when upgrading
image:
repository: bitnami/postgresql
tag: 16.3.0-debian-12-r17
tag: 16.6.0-debian-12-r2
volumePermissions:
enabled: true
psp:
Expand Down
Loading