Skip to content

Commit 8ab9044

Browse files
yiyang5055willyi
andauthored
kube-state-metric: remove seccompProfile (#170)
Co-authored-by: willyi <[email protected]>
1 parent 980404d commit 8ab9044

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

incubator/kube-state-metrics/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- prometheus
88
- kubernetes
99
type: application
10-
version: 5.25.1
10+
version: 5.25.2
1111
appVersion: 2.13.0
1212
home: https://github.com/kubernetes/kube-state-metrics/
1313
sources:
@@ -20,4 +20,4 @@ annotations:
2020
"artifacthub.io/links": |
2121
- name: Chart Source
2222
url: https://github.com/prometheus-community/helm-charts
23-
kubeVersion: '>= 1.12.0'
23+
kubeVersion: '>= 1.12.0-0'

incubator/kube-state-metrics/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,6 @@ securityContext:
279279
runAsUser: 65534
280280
fsGroup: 65534
281281
runAsNonRoot: true
282-
seccompProfile:
283-
type: RuntimeDefault
284282

285283
## Specify security settings for a Container
286284
## Allows overrides and additional options compared to (Pod) securityContext

0 commit comments

Comments
 (0)