mirror of https://git.rancher.io/charts
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -4,12 +4,15 @@
|
|
catalog.cattle.io/kube-version: < 1.22.0
|
|
catalog.cattle.io/namespace: cattle-externalip-system
|
|
catalog.cattle.io/os: linux
|
|
- catalog.cattle.io/release-name: rancher-externalip-webhook
|
|
- catalog.cattle.io/ui-component: rancher-externalip-webhook
|
|
+ catalog.cattle.io/permits-os: linux,windows
|
|
+ catalog.cattle.io/rancher-version: '>= 2.6.0-0 <=2.6.99-0'
|
|
+ catalog.cattle.io/release-name: rancher-external-ip-webhook
|
|
+ catalog.cattle.io/ui-component: rancher-external-ip-webhook
|
|
+ catalog.cattle.io/upstream-version: 1.0.1
|
|
apiVersion: v1
|
|
appVersion: v1.0.1
|
|
description: |
|
|
- Deploy the externalip-webhook to mitigate k8s CVE-2020-8554
|
|
+ Deploy the external-ip-webhook to mitigate k8s CVE-2020-8554
|
|
home: https://github.com/rancher/externalip-webhook
|
|
keywords:
|
|
- cve
|
|
@@ -20,7 +23,7 @@
|
|
maintainers:
|
|
- email: raul@rancher.com
|
|
name: rawmind0
|
|
-name: rancher-externalip-webhook
|
|
+name: rancher-external-ip-webhook
|
|
sources:
|
|
- https://github.com/rancher/externalip-webhook
|
|
version: 1.0.1
|