Skip to content

Commit 9c31bd0

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents a9bc9a6 + c8260ed commit 9c31bd0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apps/immich/immich-machinelearning-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
type: "RuntimeDefault"
2828
containers:
2929
- name: "immich-machine-learning"
30-
image: "ghcr.io/immich-app/immich-machine-learning:v1.117.0"
30+
image: "ghcr.io/immich-app/immich-machine-learning:v1.120.2"
3131
securityContext:
3232
runAsUser: 25001
3333
runAsGroup: 25001

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.8-fpm"
37+
image: "nextcloud:29.0.9-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.8-fpm"
97+
image: "nextcloud:29.0.9-fpm"
9898
imagePullPolicy: "IfNotPresent"
9999
envFrom:
100100
- configMapRef:

apps/onlyoffice/onlyoffice-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
type: "RuntimeDefault"
3636
containers:
3737
- name: "onlyoffice"
38-
image: "onlyoffice/documentserver:8.2.0"
38+
image: "onlyoffice/documentserver:8.2.1"
3939
imagePullPolicy: "IfNotPresent"
4040
envFrom:
4141
- configMapRef:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.71.0"
5+
version = "5.76.0"
66
}
77

88
kubernetes = {

0 commit comments

Comments
 (0)