Skip to content

Commit f85572a

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents 2cba33d + 380817d commit f85572a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/actualbudget/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: "actualbudget"
31-
image: "docker.io/actualbudget/actual-server:24.10.0-alpine@sha256:42114ca5f573f6b070aa3d8e8eaa384ec9e8f1fafcb75d4bf9ac0330ffc6b6dd"
31+
image: "docker.io/actualbudget/actual-server:24.10.1-alpine@sha256:b3de3f5b7acb81b5ab81fb44696ab6350ed08cd811aab63c017af5d9adf2023d"
3232
imagePullPolicy: "IfNotPresent"
3333
securityContext:
3434
readOnlyRootFilesystem: true

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

0 commit comments

Comments
 (0)