Skip to content

Commit c697400

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents eaeb595 + a005322 commit c697400

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

apps/gatus/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
type: RuntimeDefault
3939
containers:
4040
- name: postgres
41-
image: postgres:16.6
41+
image: postgres:16.7
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

apps/ghostfolio/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
type: "RuntimeDefault"
3939
containers:
4040
- name: "postgres"
41-
image: "postgres:16.6"
41+
image: "postgres:16.7"
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

apps/ghostfolio/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
seccompProfile:
3737
type: RuntimeDefault
3838
containers:
39-
- image: docker.io/ghostfolio/ghostfolio:2.138.0
39+
- image: docker.io/ghostfolio/ghostfolio:2.139.1
4040
imagePullPolicy: IfNotPresent
4141
name: ghostfolio
4242
securityContext:

apps/gitea/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
type: RuntimeDefault
2929
containers:
3030
- name: gitea
31-
image: gitea/gitea:1.23.3-rootless
31+
image: gitea/gitea:1.23.4-rootless
3232
ports:
3333
- containerPort: 3000
3434
name: gitea-http

apps/grafana/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
seccompProfile:
3535
type: "RuntimeDefault"
3636
containers:
37-
- image: "grafana/grafana:11.5.1"
37+
- image: "grafana/grafana:11.5.2"
3838
name: "grafana"
3939
securityContext:
4040
allowPrivilegeEscalation: false

apps/linkding/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
type: RuntimeDefault
3939
containers:
4040
- name: postgres
41-
image: postgres:16.6
41+
image: postgres:16.7
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

apps/mealie/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
type: RuntimeDefault
3939
containers:
4040
- name: postgres
41-
image: postgres:16.6
41+
image: postgres:16.7
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

apps/media/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
runAsNonRoot: true
2323
containers:
2424
- name: postgres
25-
image: postgres:16.6
25+
image: postgres:16.7
2626
securityContext:
2727
runAsUser: 999
2828
runAsGroup: 999

apps/miniflux/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
type: RuntimeDefault
3939
containers:
4040
- name: postgres
41-
image: postgres:16.6
41+
image: postgres:16.7
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

apps/minio-mirror/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
containers:
2424
- name: minio-client
2525
# renovate: datasource=github-releases depName=minio/minio versioning="regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
26-
image: quay.io/minio/minio:RELEASE.2025-02-07T23-21-09Z
26+
image: quay.io/minio/minio:RELEASE.2025-02-18T16-25-55Z
2727
imagePullPolicy: IfNotPresent
2828
command:
2929
- /bin/bash

0 commit comments

Comments
 (0)