Skip to content

Commit 7961d87

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents d8d195a + a9bcf9e commit 7961d87

File tree

10 files changed

+33
-25
lines changed

10 files changed

+33
-25
lines changed

apps/bookstack/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
initContainers:
3131
# https://stackoverflow.com/questions/38483837/please-provide-a-valid-cache-path-error-in-laravel
3232
- name: init
33-
image: solidnerd/bookstack:24.5.4
33+
image: solidnerd/bookstack:24.10.0
3434
imagePullPolicy: IfNotPresent
3535
securityContext:
3636
privileged: false
@@ -58,7 +58,7 @@ spec:
5858
- "mkdir -v -p /var/www/bookstack/storage/framework/sessions /var/www/bookstack/storage/framework/views /var/www/bookstack/storage/framework/cache/data /var/www/bookstack/storage/uploads/images /var/www/bookstack/storage/uploads/files /var/www/bookstack/storage/logs"
5959
containers:
6060
- name: "bookstack"
61-
image: "solidnerd/bookstack:24.5.4"
61+
image: "solidnerd/bookstack:24.10.0"
6262
imagePullPolicy: "IfNotPresent"
6363
ports:
6464
- containerPort: 8080

apps/changedetection/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
seccompProfile:
2828
type: "RuntimeDefault"
2929
containers:
30-
- image: "ghcr.io/dgtlmoon/changedetection.io:0.46.04"
30+
- image: "ghcr.io/dgtlmoon/changedetection.io:0.47.03"
3131
imagePullPolicy: "IfNotPresent"
3232
name: "changedetection"
3333
ports:

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.113.0
39+
- image: docker.io/ghostfolio/ghostfolio:2.115.0
4040
imagePullPolicy: IfNotPresent
4141
name: ghostfolio
4242
securityContext:

apps/media/radarr/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
seccompProfile:
3232
type: "RuntimeDefault"
3333
containers:
34-
- image: "ghcr.io/onedr0p/radarr:5.11.0.9244"
34+
- image: "ghcr.io/onedr0p/radarr:5.12.2.9335"
3535
imagePullPolicy: "IfNotPresent"
3636
name: "radarr"
3737
ports:

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.2024-10-02T17-50-41Z
26+
image: quay.io/minio/minio:RELEASE.2024-10-13T13-34-11Z
2727
imagePullPolicy: IfNotPresent
2828
command:
2929
- /bin/bash

apps/minio/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
# renovate: datasource=github-releases depName=minio/minio versioning="regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
41-
- image: "quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z"
41+
- image: "quay.io/minio/minio:RELEASE.2024-10-13T13-34-11Z"
4242
imagePullPolicy: IfNotPresent
4343
name: minio
4444
command:

apps/nextcloud/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
type: "RuntimeDefault"
3535
initContainers:
3636
- name: init
37-
image: "nextcloud:29.0.7-fpm"
37+
image: "nextcloud:29.0.8-fpm"
3838
command: ["sh", "-c", "rsync -ar /usr/src/nextcloud/ /dest/html"]
3939
volumeMounts:
4040
- name: "shared-data"
@@ -94,7 +94,7 @@ spec:
9494
readOnly: true
9595
mountPath: "/var/www"
9696
- name: "nextcloud"
97-
image: "nextcloud:29.0.7-fpm"
97+
image: "nextcloud:29.0.8-fpm"
9898
imagePullPolicy: "IfNotPresent"
9999
envFrom:
100100
- configMapRef:

apps/paperless-ngx/components/tika/gotenberg-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
type: RuntimeDefault
3030
containers:
3131
- name: gotenberg
32-
image: gotenberg/gotenberg:8.11.1
32+
image: gotenberg/gotenberg:8.12.0
3333
args:
3434
- gotenberg
3535
- "--log-level=warn"

contrib/terraform/envs/dqs.dd.soeren.cloud/.terraform.lock.hcl

Lines changed: 22 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/terraform/envs/dqs.dd.soeren.cloud/tf_provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77

88
kubernetes = {
99
source = "hashicorp/kubernetes"
10-
version = "2.32.0"
10+
version = "2.33.0"
1111
}
1212

1313
local = {

0 commit comments

Comments
 (0)