Skip to content

Commit a6a3b7c

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents ab97edd + 94ac1a5 commit a6a3b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/grafana/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
seccompProfile:
3535
type: "RuntimeDefault"
3636
containers:
37-
- image: "grafana/grafana:11.2.0"
37+
- image: "grafana/grafana:11.2.1"
3838
name: "grafana"
3939
securityContext:
4040
allowPrivilegeEscalation: false

apps/media/radarr/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: "ghcr.io/onedr0p/radarr:5.10.4.9218"
34+
- image: "ghcr.io/onedr0p/radarr:5.11.0.9244"
3535
imagePullPolicy: "IfNotPresent"
3636
name: "radarr"
3737
ports:

0 commit comments

Comments
 (0)