Skip to content

Commit 0a42722

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents 828af34 + 13a8cfb commit 0a42722

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.4-rootless
31+
image: gitea/gitea:1.23.5-rootless
3232
ports:
3333
- containerPort: 3000
3434
name: gitea-http

apps/keycloak/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
type: "RuntimeDefault"
3535
containers:
3636
- name: "keycloak"
37-
image: "quay.io/keycloak/keycloak:26.1.2"
37+
image: "quay.io/keycloak/keycloak:26.1.3"
3838
args: ["start"]
3939
securityContext:
4040
privileged: false

apps/mosquitto/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: "eclipse-mosquitto:2.0.20"
34+
- image: "eclipse-mosquitto:2.0.21"
3535
name: "mosquitto"
3636
securityContext:
3737
allowPrivilegeEscalation: false

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.17.1
32+
image: gotenberg/gotenberg:8.17.3
3333
args:
3434
- gotenberg
3535
- "--log-level=warn"

cicd/github-release/task-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
- name: "source"
1010
steps:
1111
- name: "build"
12-
image: "golang:1.24.0"
12+
image: "golang:1.24.1"
1313
imagePullPolicy: IfNotPresent
1414
env:
1515
- name: "HOME"

0 commit comments

Comments
 (0)