Skip to content

Commit 9e57c01

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents b9e2530 + a4fbd94 commit 9e57c01

File tree

9 files changed

+30
-30
lines changed

9 files changed

+30
-30
lines changed

apps/hass/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
seccompProfile:
2929
type: RuntimeDefault
3030
containers:
31-
- image: "homeassistant/home-assistant:2024.9.3"
31+
- image: "homeassistant/home-assistant:2024.10.2"
3232
imagePullPolicy: "IfNotPresent"
3333
command:
3434
- "/usr/local/bin/hass"

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.115.0"
30+
image: "ghcr.io/immich-app/immich-machine-learning:v1.117.0"
3131
securityContext:
3232
runAsUser: 25001
3333
runAsGroup: 25001

apps/immich/immich-server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
type: "RuntimeDefault"
4040
containers:
4141
- name: "immich-server"
42-
image: "ghcr.io/immich-app/immich-server:v1.115.0"
42+
image: "ghcr.io/immich-app/immich-server:v1.117.0"
4343
env:
4444
- name: "NODE_ENV"
4545
value: "production"

apps/pydio/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
type: RuntimeDefault
3333
containers:
3434
- name: pydio
35-
image: pydio/cells:4.4.5
35+
image: pydio/cells:4.4.6
3636
ports:
3737
- name: pydio
3838
containerPort: 8080

apps/renovatebot/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
seccompProfile:
2727
type: "RuntimeDefault"
2828
containers:
29-
- image: "renovate/renovate:38.94.3"
29+
- image: "renovate/renovate:38.121.0"
3030
name: "renovate"
3131
env:
3232
- name: "RENOVATE_BASE_DIR"

apps/synapse/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
type: RuntimeDefault
2727
containers:
2828
- name: synapse
29-
image: matrixdotorg/synapse:v1.115.0
29+
image: matrixdotorg/synapse:v1.116.0
3030
ports:
3131
- containerPort: 8008
3232
name: http

contrib/flux/flux2/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- github.com/fluxcd/flux2/manifests/install?ref=v2.3.0
5+
- github.com/fluxcd/flux2/manifests/install?ref=v2.4.0
66
- flux-kustomization.yaml
77
- repository.yaml
88
patches:

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

Lines changed: 22 additions & 22 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
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.69.0"
5+
version = "5.71.0"
66
}
77

88
kubernetes = {

0 commit comments

Comments
 (0)