Skip to content

Commit 8d1a4d5

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents 1055447 + df3f434 commit 8d1a4d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/hedgedoc/deployment.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: "hedgedoc"
33-
image: "quay.io/hedgedoc/hedgedoc:1.10.2"
33+
image: "quay.io/hedgedoc/hedgedoc:1.10.3"
3434
imagePullPolicy: "IfNotPresent"
3535
securityContext:
3636
runAsNonRoot: true

apps/monitoring/pushgateway/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
type: RuntimeDefault
3232
containers:
3333
- name: pushgateway
34-
image: quay.io/prometheus/pushgateway:v1.11.0
34+
image: quay.io/prometheus/pushgateway:v1.11.1
3535
args: []
3636
ports:
3737
- containerPort: 9091

apps/paperless-ngx/paperless-ngx-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: "paperless-ngx"
32-
image: "ghcr.io/paperless-ngx/paperless-ngx:2.15.0"
32+
image: "ghcr.io/paperless-ngx/paperless-ngx:2.15.1"
3333
imagePullPolicy: "IfNotPresent"
3434
resources:
3535
requests:

0 commit comments

Comments
 (0)