mirror of https://git.rancher.io/charts
commit
49e34f78b4
Binary file not shown.
Binary file not shown.
|
@ -2,6 +2,7 @@ annotations:
|
|||
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: CIS Benchmark
|
||||
catalog.cattle.io/kube-version: '>=1.16.0-0'
|
||||
catalog.cattle.io/namespace: cis-operator-system
|
||||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1
|
||||
|
|
|
@ -2,6 +2,7 @@ annotations:
|
|||
catalog.cattle.io/auto-install: rancher-logging-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: Logging
|
||||
catalog.cattle.io/kube-version: '>=1.16.0-0'
|
||||
catalog.cattle.io/namespace: cattle-logging-system
|
||||
catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
|
||||
catalog.cattle.io/release-name: rancher-logging
|
||||
|
|
10
index.yaml
10
index.yaml
|
@ -1744,6 +1744,7 @@ entries:
|
|||
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: CIS Benchmark
|
||||
catalog.cattle.io/kube-version: '>=1.16.0-0'
|
||||
catalog.cattle.io/namespace: cis-operator-system
|
||||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1
|
||||
|
@ -1753,10 +1754,10 @@ entries:
|
|||
catalog.cattle.io/ui-component: rancher-cis-benchmark
|
||||
apiVersion: v1
|
||||
appVersion: v2.0.2
|
||||
created: "2021-10-21T12:07:21.6152136-07:00"
|
||||
created: "2021-12-14T10:57:13.609185-07:00"
|
||||
description: The cis-operator enables running CIS benchmark security scans on
|
||||
a kubernetes cluster
|
||||
digest: 51a8a983b7496fbde46a314e8acffb28988a46ae308541c081822291a706e757
|
||||
digest: a64ab2603a4e793c9db0f252555c97b0057268d4d34c8c8269d590accc8ae9ae
|
||||
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
|
||||
keywords:
|
||||
- security
|
||||
|
@ -3592,6 +3593,7 @@ entries:
|
|||
catalog.cattle.io/auto-install: rancher-logging-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: Logging
|
||||
catalog.cattle.io/kube-version: '>=1.16.0-0'
|
||||
catalog.cattle.io/namespace: cattle-logging-system
|
||||
catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
|
||||
catalog.cattle.io/release-name: rancher-logging
|
||||
|
@ -3599,10 +3601,10 @@ entries:
|
|||
catalog.cattle.io/ui-component: logging
|
||||
apiVersion: v1
|
||||
appVersion: 3.15.0
|
||||
created: "2021-10-26T13:58:19.4929195-07:00"
|
||||
created: "2021-12-14T11:03:33.82984-07:00"
|
||||
description: Collects and filter logs using highly configurable CRDs. Powered
|
||||
by Banzai Cloud Logging Operator.
|
||||
digest: ee766031157e04024c56e4658477bd4911e6edd75cd9b51fa618a5875a444996
|
||||
digest: 1f8e44a4057c090e1b8e97e8c49dc8d7b5334556ef89c062920df3251100fcf6
|
||||
icon: https://charts.rancher.io/assets/logos/logging.svg
|
||||
keywords:
|
||||
- logging
|
||||
|
|
|
@ -17,3 +17,4 @@ annotations:
|
|||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
|
||||
catalog.cattle.io/rancher-version: ">= 2.6.0-0"
|
||||
catalog.cattle.io/kube-version: ">=1.16.0-0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- charts-original/Chart.yaml
|
||||
+++ charts/Chart.yaml
|
||||
@@ -1,5 +1,19 @@
|
||||
@@ -1,5 +1,20 @@
|
||||
apiVersion: v1
|
||||
appVersion: 3.15.0
|
||||
-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/display-name: "Logging"
|
||||
+ catalog.cattle.io/auto-install: rancher-logging-crd=match
|
||||
+ catalog.cattle.io/kube-version: ">=1.16.0-0"
|
||||
|
|
Loading…
Reference in New Issue