Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name: grafana
version: 1.0.0
dependencies:
- name: grafana
version: 12.3.0
version: 12.3.3
repository: https://grafana-community.github.io/helm-charts
2 changes: 1 addition & 1 deletion kubernetes/grafana/helm/grafana/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/version: "13.0.1"
app.kubernetes.io/version: "13.0.1-security-01"
name: grafana-clusterrole
rules: []
2 changes: 1 addition & 1 deletion kubernetes/grafana/helm/grafana/clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/version: "13.0.1"
app.kubernetes.io/version: "13.0.1-security-01"
subjects:
- kind: ServiceAccount
name: grafana
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/grafana/helm/grafana/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/version: "13.0.1"
app.kubernetes.io/version: "13.0.1-security-01"
data:

grafana.ini: |
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/grafana/helm/grafana/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/version: "13.0.1"
app.kubernetes.io/version: "13.0.1-security-01"
spec:
replicas: 1
revisionHistoryLimit: 10
Expand All @@ -23,7 +23,7 @@ spec:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/version: "13.0.1"
app.kubernetes.io/version: "13.0.1-security-01"
annotations:
checksum/config: 838e10680832b3610ff4970112af1c952b8147baf2456224a65e06aa37bf7c75
checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
enableServiceLinks: true
containers:
- name: grafana
image: "docker.io/grafana/grafana:13.0.1"
image: "docker.io/grafana/grafana:13.0.1-security-01"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/grafana/helm/grafana/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/version: "13.0.1"
app.kubernetes.io/version: "13.0.1-security-01"
annotations:
ak-oidc-callback: "/login/generic_oauth"
ak-type: "oidc"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/grafana/helm/grafana/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/version: "13.0.1"
app.kubernetes.io/version: "13.0.1-security-01"
finalizers:
- kubernetes.io/pvc-protection
spec:
Expand Down
12 changes: 0 additions & 12 deletions kubernetes/grafana/helm/grafana/role.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions kubernetes/grafana/helm/grafana/rolebinding.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion kubernetes/grafana/helm/grafana/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/version: "13.0.1"
app.kubernetes.io/version: "13.0.1-security-01"
spec:
type: ClusterIP
ports:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/grafana/helm/grafana/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/version: "13.0.1"
app.kubernetes.io/version: "13.0.1-security-01"
name: grafana
namespace: o11y
2 changes: 0 additions & 2 deletions kubernetes/grafana/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ resources:
- helm/grafana/pvc.yaml
- helm/grafana/clusterrole.yaml
- helm/grafana/clusterrolebinding.yaml
- helm/grafana/role.yaml
- helm/grafana/rolebinding.yaml
- helm/grafana/service.yaml
- helm/grafana/deployment.yaml
- helm/grafana/ingress.yaml
Expand Down