Skip to content

Commit d1d6ed7

Browse files
chore: merge
2 parents 78e6a9e + c059693 commit d1d6ed7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/consul/sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
type: RuntimeDefault
3131
containers:
3232
- name: "consul"
33-
image: "hashicorp/consul:1.21.4"
33+
image: "hashicorp/consul:1.21.5"
3434
imagePullPolicy: "IfNotPresent"
3535
command:
3636
- consul

apps/radicale/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: "tomsquest/docker-radicale:3.5.4.0"
31+
- image: "tomsquest/docker-radicale:3.5.6.0"
3232
name: "radicale"
3333
securityContext:
3434
allowPrivilegeEscalation: false

cicd/pipelines/github-release/task-upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
default: "latest"
2222
steps:
2323
- name: "scripts"
24-
image: "ghcr.io/soerenschneider/scripts:1.2.1"
24+
image: "ghcr.io/soerenschneider/scripts:1.3.0"
2525
imagePullPolicy: "IfNotPresent"
2626
env:
2727
- name: "HOME"

0 commit comments

Comments
 (0)