mirror of https://git.rancher.io/charts
(dev-v2.6-archive) Merge pull request #1652 from brendarearden/2.6.3-kube-version
2.6.3 kube version
(partially cherry picked from commit 49e34f78b4
)
pull/1680/head
parent
cf1ed9486a
commit
7f610e7b83
|
@ -17,3 +17,4 @@ annotations:
|
||||||
catalog.cattle.io/os: linux
|
catalog.cattle.io/os: linux
|
||||||
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
|
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
|
||||||
catalog.cattle.io/rancher-version: ">= 2.6.0-0"
|
catalog.cattle.io/rancher-version: ">= 2.6.0-0"
|
||||||
|
catalog.cattle.io/kube-version: ">=1.16.0-0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- charts-original/templates/podsecuritypolicy.yaml
|
--- charts-original/templates/podsecuritypolicy.yaml
|
||||||
+++ charts/templates/podsecuritypolicy.yaml
|
+++ charts/templates/podsecuritypolicy.yaml
|
||||||
@@ -5,19 +5,27 @@
|
@@ -5,13 +5,9 @@
|
||||||
name: {{ template "grafana.fullname" . }}
|
name: {{ template "grafana.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "grafana.labels" . | nindent 4 }}
|
{{- include "grafana.labels" . | nindent 4 }}
|
||||||
|
@ -17,23 +17,3 @@
|
||||||
spec:
|
spec:
|
||||||
privileged: false
|
privileged: false
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
requiredDropCapabilities:
|
|
||||||
- # Default set from Docker, with DAC_OVERRIDE and CHOWN
|
|
||||||
- - ALL
|
|
||||||
+ # The list comes from K8s' pod security standards, with only CHOWN left
|
|
||||||
+ # ref: https://kubernetes.io/docs/concepts/security/pod-security-standards/
|
|
||||||
+ - AUDIT_WRITE
|
|
||||||
+ - DAC_OVERRIDE
|
|
||||||
+ - FOWNER
|
|
||||||
+ - FSETID
|
|
||||||
+ - KILL
|
|
||||||
+ - MKNOD
|
|
||||||
+ - NET_BIND_SERVICE
|
|
||||||
+ - SETFCAP
|
|
||||||
+ - SETGID
|
|
||||||
+ - SETPCAP
|
|
||||||
+ - SETUID
|
|
||||||
+ - SYS_CHROOT
|
|
||||||
volumes:
|
|
||||||
- 'configMap'
|
|
||||||
- 'emptyDir'
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- charts-original/Chart.yaml
|
--- charts-original/Chart.yaml
|
||||||
+++ charts/Chart.yaml
|
+++ charts/Chart.yaml
|
||||||
@@ -1,5 +1,19 @@
|
@@ -1,5 +1,20 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 3.15.0
|
appVersion: 3.15.0
|
||||||
-description: A Helm chart to install Banzai Cloud logging-operator
|
-description: A Helm chart to install Banzai Cloud logging-operator
|
||||||
|
@ -22,3 +22,4 @@
|
||||||
+ catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
|
+ catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
|
||||||
+ catalog.cattle.io/display-name: "Logging"
|
+ catalog.cattle.io/display-name: "Logging"
|
||||||
+ catalog.cattle.io/auto-install: rancher-logging-crd=match
|
+ catalog.cattle.io/auto-install: rancher-logging-crd=match
|
||||||
|
+ catalog.cattle.io/kube-version: ">=1.16.0-0"
|
||||||
|
|
Loading…
Reference in New Issue