Skip to content

Commit a6f207c

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents e943f82 + df9a933 commit a6f207c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![security](https://github.com/soerenschneider/k8s-gitops/actions/workflows/security-scanners.yaml/badge.svg)
44
![lint](https://github.com/soerenschneider/k8s-gitops/actions/workflows/lint.yaml/badge.svg)
5-
5+
![validate](https://github.com/soerenschneider/k8s-gitops/actions/workflows/validate.yaml/badge.svg)
66

77
## Key Technologies
88

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.3.2"
37+
- image: "grafana/grafana:11.4.0"
3838
name: "grafana"
3939
securityContext:
4040
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)