Regenerate released directory

Merge pull request #1166 from phillipsj/fix-prefix-rancher-windows-exporter-chart

Updating the rancher-windows-exporter chart to use windows prefix path.
pull/1215/head
actions 2021-04-30 21:15:20 +00:00
parent 06ec89897e
commit 254b77c4f8
58 changed files with 381 additions and 6118 deletions

6269
index.yaml Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@ -62,3 +62,12 @@ kubernetes.io/os: windows
{{ toYaml .Values.clients.env }} {{ toYaml .Values.clients.env }}
{{- end }} {{- end }}
{{- end -}} {{- end -}}
{{- define "windowsExporter.validatePathPrefix" -}}
{{- $pathPrefix := (required "Must provide value for .Values.global.cattle.rkeWindowsPathPrefix" .Values.global.cattle.rkeWindowsPathPrefix) -}}
{{- if (contains "\\" $pathPrefix) -}}
{{- fail ".Values.global.cattle.rkeWindowsPathPrefix must not contain backslashes" -}}
{{- else if (not (hasSuffix "/" $pathPrefix)) -}}
{{- fail ".Values.global.cattle.rkeWindowsPathPrefix must end in '/'" -}}
{{- end -}}
{{- end -}}

View File

@ -1,3 +1,4 @@
{{ include "windowsExporter.validatePathPrefix" . }}
{{- if .Values.clients }}{{ if .Values.clients.enabled }} {{- if .Values.clients }}{{ if .Values.clients.enabled }}
apiVersion: apps/v1 apiVersion: apps/v1
kind: DaemonSet kind: DaemonSet
@ -45,7 +46,7 @@ spec:
- name: wins-pipe - name: wins-pipe
mountPath: \\.\pipe\rancher_wins mountPath: \\.\pipe\rancher_wins
- name: binary-host-path - name: binary-host-path
mountPath: c:/host/etc/windows-exporter mountPath: C:/host/etc/windows-exporter
- name: exporter-scripts - name: exporter-scripts
mountPath: c:/scripts/ mountPath: c:/scripts/
initContainers: initContainers:
@ -66,7 +67,7 @@ spec:
path: \\.\pipe\rancher_wins_proxy path: \\.\pipe\rancher_wins_proxy
- name: binary-host-path - name: binary-host-path
hostPath: hostPath:
path: c:/etc/windows-exporter path: {{ .Values.global.cattle.rkeWindowsPathPrefix }}etc/windows-exporter
type: DirectoryOrCreate type: DirectoryOrCreate
- name: exporter-scripts - name: exporter-scripts
configMap: configMap:

View File

@ -7,6 +7,7 @@
global: global:
cattle: cattle:
systemDefaultRegistry: "" systemDefaultRegistry: ""
rkeWindowsPathPrefix: "C:/"
# Configure ServiceMonitor that monitors metrics # Configure ServiceMonitor that monitors metrics
serviceMonitor: serviceMonitor:

View File

@ -62,3 +62,12 @@ kubernetes.io/os: windows
{{ toYaml .Values.clients.env }} {{ toYaml .Values.clients.env }}
{{- end }} {{- end }}
{{- end -}} {{- end -}}
{{- define "windowsExporter.validatePathPrefix" -}}
{{- $pathPrefix := (required "Must provide value for .Values.global.cattle.rkeWindowsPathPrefix" .Values.global.cattle.rkeWindowsPathPrefix) -}}
{{- if (contains "\\" $pathPrefix) -}}
{{- fail ".Values.global.cattle.rkeWindowsPathPrefix must not contain backslashes" -}}
{{- else if (not (hasSuffix "/" $pathPrefix)) -}}
{{- fail ".Values.global.cattle.rkeWindowsPathPrefix must end in '/'" -}}
{{- end -}}
{{- end -}}

View File

@ -1,3 +1,4 @@
{{ include "windowsExporter.validatePathPrefix" . }}
{{- if .Values.clients }}{{ if .Values.clients.enabled }} {{- if .Values.clients }}{{ if .Values.clients.enabled }}
apiVersion: apps/v1 apiVersion: apps/v1
kind: DaemonSet kind: DaemonSet
@ -45,7 +46,7 @@ spec:
- name: wins-pipe - name: wins-pipe
mountPath: \\.\pipe\rancher_wins mountPath: \\.\pipe\rancher_wins
- name: binary-host-path - name: binary-host-path
mountPath: c:/host/etc/windows-exporter mountPath: C:/host/etc/windows-exporter
- name: exporter-scripts - name: exporter-scripts
mountPath: c:/scripts/ mountPath: c:/scripts/
initContainers: initContainers:
@ -66,7 +67,7 @@ spec:
path: \\.\pipe\rancher_wins_proxy path: \\.\pipe\rancher_wins_proxy
- name: binary-host-path - name: binary-host-path
hostPath: hostPath:
path: c:/etc/windows-exporter path: {{ .Values.global.cattle.rkeWindowsPathPrefix }}etc/windows-exporter
type: DirectoryOrCreate type: DirectoryOrCreate
- name: exporter-scripts - name: exporter-scripts
configMap: configMap:

View File

@ -7,6 +7,7 @@
global: global:
cattle: cattle:
systemDefaultRegistry: "" systemDefaultRegistry: ""
rkeWindowsPathPrefix: "C:/"
# Configure ServiceMonitor that monitors metrics # Configure ServiceMonitor that monitors metrics
serviceMonitor: serviceMonitor:

View File

@ -12,9 +12,9 @@ entries:
catalog.cattle.io/release-name: fleet catalog.cattle.io/release-name: fleet
apiVersion: v2 apiVersion: v2
appVersion: 0.3.5 appVersion: 0.3.5
created: "2021-04-30T20:02:25.182235419Z" created: "2021-04-30T21:15:17.177012062Z"
description: Fleet Manager - GitOps at Scale description: Fleet Manager - GitOps at Scale
digest: a54dfbfa2b94005f703b52bde21db8d41af88d8511016b4d84bdb13a38cc4cd8 digest: 960830b2d29057119a39f3075eb1b0c82bc3bc883ec254617ec6b36178ae3bfd
icon: https://charts.rancher.io/assets/logos/fleet.svg icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet name: fleet
urls: urls:
@ -124,9 +124,9 @@ entries:
catalog.cattle.io/release-name: fleet-agent catalog.cattle.io/release-name: fleet-agent
apiVersion: v2 apiVersion: v2
appVersion: 0.3.5 appVersion: 0.3.5
created: "2021-04-30T20:02:25.185317838Z" created: "2021-04-30T21:15:17.179911182Z"
description: Fleet Manager Agent - GitOps at Scale description: Fleet Manager Agent - GitOps at Scale
digest: facc86f1ff60bc73236a0865eafd796bbbe252a0af69c0f265b6f46b591930f9 digest: 8fb9161c2119951044e7a9216c42a63335e28f09ae3772034f532459a7cb6596
icon: https://charts.rancher.io/assets/logos/fleet.svg icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-agent name: fleet-agent
urls: urls:
@ -221,9 +221,9 @@ entries:
catalog.cattle.io/release-name: fleet-crd catalog.cattle.io/release-name: fleet-crd
apiVersion: v2 apiVersion: v2
appVersion: 0.3.5 appVersion: 0.3.5
created: "2021-04-30T20:02:25.190583271Z" created: "2021-04-30T21:15:17.185082819Z"
description: Fleet Manager CustomResourceDefinitions description: Fleet Manager CustomResourceDefinitions
digest: a7edf1881db2ba9064a9ae047f453abf07eb7207ef2f41e2130c92c03caba7a0 digest: bc10fa255313cdd2ec124e242363528d661fe74d378480ee188dcc191a32ce4e
icon: https://charts.rancher.io/assets/logos/fleet.svg icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-crd name: fleet-crd
urls: urls:
@ -319,9 +319,9 @@ entries:
catalog.cattle.io/ui-component: longhorn catalog.cattle.io/ui-component: longhorn
apiVersion: v1 apiVersion: v1
appVersion: v1.1.1 appVersion: v1.1.1
created: "2021-04-30T20:02:25.198001217Z" created: "2021-04-30T21:15:17.192365072Z"
description: Longhorn is a distributed block storage system for Kubernetes. description: Longhorn is a distributed block storage system for Kubernetes.
digest: 4c5f5f07c37d8770b6da08771071a33af98c1703eba7fa83573b66c12352a430 digest: 8e92a66ad4d47ff811177012c251195c003fa3c79d9aa39fa7fb80537ee82966
home: https://github.com/longhorn/longhorn home: https://github.com/longhorn/longhorn
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/longhorn/icon/color/longhorn-icon-color.png icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/longhorn/icon/color/longhorn-icon-color.png
keywords: keywords:
@ -517,9 +517,9 @@ entries:
catalog.cattle.io/namespace: longhorn-system catalog.cattle.io/namespace: longhorn-system
catalog.cattle.io/release-name: longhorn-crd catalog.cattle.io/release-name: longhorn-crd
apiVersion: v1 apiVersion: v1
created: "2021-04-30T20:02:25.199131124Z" created: "2021-04-30T21:15:17.193464779Z"
description: Installs the CRDs for longhorn. description: Installs the CRDs for longhorn.
digest: c26abb9f9861779be09751c15465aedca0c4af4f887cdce88b52653f4df5be17 digest: 232ddbddfcf8d3fee03478240d9ae25ed9d1ca778c86798b6d7d7fa39b707b39
name: longhorn-crd name: longhorn-crd
type: application type: application
urls: urls:
@ -589,7 +589,7 @@ entries:
catalog.cattle.io/release-name: rancher-alerting-drivers catalog.cattle.io/release-name: rancher-alerting-drivers
apiVersion: v2 apiVersion: v2
appVersion: 1.16.0 appVersion: 1.16.0
created: "2021-04-30T20:02:25.200430032Z" created: "2021-04-30T21:15:17.194800389Z"
dependencies: dependencies:
- condition: prom2teams.enabled - condition: prom2teams.enabled
name: prom2teams name: prom2teams
@ -599,7 +599,7 @@ entries:
repository: file://./charts/sachet repository: file://./charts/sachet
description: The manager for third-party webhook receivers used in Prometheus description: The manager for third-party webhook receivers used in Prometheus
Alertmanager Alertmanager
digest: 7447e626ba0313018d5d49c3b3062ecccc152901f874e72e970417255e38ebd8 digest: 4eec8860e24ff1a7f490429f4c9a9bdf9d6cc59961dc7ef701c39de8eb8a776a
keywords: keywords:
- monitoring - monitoring
- alertmanger - alertmanger
@ -621,10 +621,10 @@ entries:
catalog.cattle.io/ui-component: rancher-backup catalog.cattle.io/ui-component: rancher-backup
apiVersion: v2 apiVersion: v2
appVersion: 1.0.4 appVersion: 1.0.4
created: "2021-04-30T20:02:25.203688352Z" created: "2021-04-30T21:15:17.198525816Z"
description: Provides ability to back up and restore the Rancher application running description: Provides ability to back up and restore the Rancher application running
on any Kubernetes cluster on any Kubernetes cluster
digest: 56e2c11cb95c4b607a93f02f955af3780a6b9de298a164ce8d7c45ab81a36b71 digest: bd8f2b601d34c99afe7d64989ce3186e495e24e3603dd9cf5e3eb55bcf2b24f3
icon: https://charts.rancher.io/assets/logos/backup-restore.svg icon: https://charts.rancher.io/assets/logos/backup-restore.svg
keywords: keywords:
- applications - applications
@ -736,9 +736,9 @@ entries:
catalog.cattle.io/release-name: rancher-backup-crd catalog.cattle.io/release-name: rancher-backup-crd
apiVersion: v2 apiVersion: v2
appVersion: 1.0.4 appVersion: 1.0.4
created: "2021-04-30T20:02:25.205269762Z" created: "2021-04-30T21:15:17.200319529Z"
description: Installs the CRDs for rancher-backup. description: Installs the CRDs for rancher-backup.
digest: fe56a4cef25f5f18a0bada3ccd10107676acbaca473800bbbf8773bc5ebbd807 digest: ad697882a78a1eedfb09d3c036fc9461b2296ae95e6560c3044ac062284cd616
name: rancher-backup-crd name: rancher-backup-crd
type: application type: application
urls: urls:
@ -812,10 +812,10 @@ entries:
catalog.cattle.io/ui-component: rancher-cis-benchmark catalog.cattle.io/ui-component: rancher-cis-benchmark
apiVersion: v1 apiVersion: v1
appVersion: v1.0.4 appVersion: v1.0.4
created: "2021-04-30T20:02:25.210334894Z" created: "2021-04-30T21:15:17.205061662Z"
description: The cis-operator enables running CIS benchmark security scans on description: The cis-operator enables running CIS benchmark security scans on
a kubernetes cluster a kubernetes cluster
digest: f758321bccdefde7ad261104f00890f61ae8c2b6525424cddb43fd332f4d4e72 digest: 3b26988ed8c0866b0cb1bf6c5eefcc6d04e2d5b9af0e9bdf8fdf9ee55d1fe765
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
keywords: keywords:
- security - security
@ -834,10 +834,10 @@ entries:
catalog.cattle.io/ui-component: rancher-cis-benchmark catalog.cattle.io/ui-component: rancher-cis-benchmark
apiVersion: v1 apiVersion: v1
appVersion: v1.0.4 appVersion: v1.0.4
created: "2021-04-30T20:02:25.209575089Z" created: "2021-04-30T21:15:17.204181856Z"
description: The cis-operator enables running CIS benchmark security scans on description: The cis-operator enables running CIS benchmark security scans on
a kubernetes cluster a kubernetes cluster
digest: 282458d02504d501b401a930d1f9839ff7ecd8395119cc984ab154df98e97afb digest: 490a1c0286b93c4961c834a1980a289124da62a4eb9624059c27e3a3319a4041
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
keywords: keywords:
- security - security
@ -939,9 +939,9 @@ entries:
catalog.cattle.io/namespace: cis-operator-system catalog.cattle.io/namespace: cis-operator-system
catalog.cattle.io/release-name: rancher-cis-benchmark-crd catalog.cattle.io/release-name: rancher-cis-benchmark-crd
apiVersion: v1 apiVersion: v1
created: "2021-04-30T20:02:25.211860303Z" created: "2021-04-30T21:15:17.206451472Z"
description: Installs the CRDs for rancher-cis-benchmark. description: Installs the CRDs for rancher-cis-benchmark.
digest: 3deb18724865775885e6cec470a54f95315b5101d807bd87a19a500d293811ac digest: 67b95c366ab0cf751e2b46025b695867c11d10854dd306b2ad54215ca198b8b9
name: rancher-cis-benchmark-crd name: rancher-cis-benchmark-crd
type: application type: application
urls: urls:
@ -953,9 +953,9 @@ entries:
catalog.cattle.io/namespace: cis-operator-system catalog.cattle.io/namespace: cis-operator-system
catalog.cattle.io/release-name: rancher-cis-benchmark-crd catalog.cattle.io/release-name: rancher-cis-benchmark-crd
apiVersion: v1 apiVersion: v1
created: "2021-04-30T20:02:25.211583701Z" created: "2021-04-30T21:15:17.206196671Z"
description: Installs the CRDs for rancher-cis-benchmark. description: Installs the CRDs for rancher-cis-benchmark.
digest: 5cc3bff5236c9c0261b91a50f30af37804aceaf13f100e54d29846b88417b390 digest: 0fe1e75c305e0197650b5c170a597cfbc8a89dff1a827075d82c304ab94aa4de
name: rancher-cis-benchmark-crd name: rancher-cis-benchmark-crd
type: application type: application
urls: urls:
@ -1030,9 +1030,9 @@ entries:
catalog.cattle.io/scope: management catalog.cattle.io/scope: management
apiVersion: v2 apiVersion: v2
appVersion: 2.0.1 appVersion: 2.0.1
created: "2021-04-30T20:02:25.212190505Z" created: "2021-04-30T21:15:17.206804075Z"
description: A Helm chart for provisioning EKS clusters description: A Helm chart for provisioning EKS clusters
digest: 5498b595f1e6195331c44e7f01cf66a82491aa8d68c44eb0c1ef99de9b167b0c digest: 9ed77f91f4a964a458cd1b3bf2846c1c97005f084a7f9927cec71eae729e453f
home: https://github.com/rancher/eks-operator home: https://github.com/rancher/eks-operator
name: rancher-eks-operator name: rancher-eks-operator
sources: sources:
@ -1049,9 +1049,9 @@ entries:
catalog.cattle.io/release-name: rancher-eks-operator-crd catalog.cattle.io/release-name: rancher-eks-operator-crd
apiVersion: v2 apiVersion: v2
appVersion: 2.0.1 appVersion: 2.0.1
created: "2021-04-30T20:02:25.212400407Z" created: "2021-04-30T21:15:17.207039977Z"
description: EKS Operator CustomResourceDefinitions description: EKS Operator CustomResourceDefinitions
digest: 2f243234a7288c78f315e361376e77b8c31e8e199470d43557fffb2022210c16 digest: b42261b68bd37290f92c65f7bba6c0063266062368e993a56d98465471f5a998
name: rancher-eks-operator-crd name: rancher-eks-operator-crd
urls: urls:
- assets/rancher-eks-operator-crd/rancher-eks-operator-crd-2.0.100.tgz - assets/rancher-eks-operator-crd/rancher-eks-operator-crd-2.0.100.tgz
@ -1153,10 +1153,10 @@ entries:
catalog.cattle.io/ui-component: gatekeeper catalog.cattle.io/ui-component: gatekeeper
apiVersion: v1 apiVersion: v1
appVersion: v3.3.0 appVersion: v3.3.0
created: "2021-04-30T20:02:25.221557263Z" created: "2021-04-30T21:15:17.214672031Z"
description: Modifies Open Policy Agent's upstream gatekeeper chart that provides description: Modifies Open Policy Agent's upstream gatekeeper chart that provides
policy-based control for cloud native environments policy-based control for cloud native environments
digest: f7c366b925a59d079c7964e52d653d414100f99c365d4184fcec59955463d462 digest: bf06d83ffc1316971a7fd996197dcff0bcacaea5c11177e56e49cdb1139614d8
home: https://github.com/open-policy-agent/gatekeeper home: https://github.com/open-policy-agent/gatekeeper
icon: https://charts.rancher.io/assets/logos/gatekeeper.svg icon: https://charts.rancher.io/assets/logos/gatekeeper.svg
keywords: keywords:
@ -1279,9 +1279,9 @@ entries:
catalog.cattle.io/namespace: cattle-gatekeeper-system catalog.cattle.io/namespace: cattle-gatekeeper-system
catalog.cattle.io/release-name: rancher-gatekeeper-crd catalog.cattle.io/release-name: rancher-gatekeeper-crd
apiVersion: v1 apiVersion: v1
created: "2021-04-30T20:02:25.22580549Z" created: "2021-04-30T21:15:17.218137756Z"
description: Installs the CRDs for rancher-gatekeeper. description: Installs the CRDs for rancher-gatekeeper.
digest: 0ee005a06d64b2bb6218d130ef49a34bcbcf35f973e40a80e3bf9dc2cdd67083 digest: 43f9c95ba7d8cbabdf12a31627b24a667da6268a46cfb55fce9049dc61a2241c
name: rancher-gatekeeper-crd name: rancher-gatekeeper-crd
type: application type: application
urls: urls:
@ -1355,9 +1355,9 @@ entries:
catalog.rancher.io/release-name: rancher-grafana catalog.rancher.io/release-name: rancher-grafana
apiVersion: v2 apiVersion: v2
appVersion: 7.4.5 appVersion: 7.4.5
created: "2021-04-30T20:02:25.228591607Z" created: "2021-04-30T21:15:17.221734082Z"
description: The leading tool for querying and visualizing time series and metrics. description: The leading tool for querying and visualizing time series and metrics.
digest: e1c5020574df00aab32e15a176db2a2411042ff5b7b18e1b23e9ab6551259c06 digest: bfb5c791fdaf183d29f410c4adfd23abad9a712b4b0c8710abb574d5cb24f1ef
home: https://grafana.net home: https://grafana.net
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
kubeVersion: ^1.8.0-0 kubeVersion: ^1.8.0-0
@ -1393,7 +1393,7 @@ entries:
catalog.cattle.io/ui-component: istio catalog.cattle.io/ui-component: istio
apiVersion: v1 apiVersion: v1
appVersion: 1.9.3 appVersion: 1.9.3
created: "2021-04-30T20:02:25.253065159Z" created: "2021-04-30T21:15:17.246368358Z"
dependencies: dependencies:
- condition: kiali.enabled - condition: kiali.enabled
name: kiali name: kiali
@ -1403,7 +1403,7 @@ entries:
repository: file://./charts/tracing repository: file://./charts/tracing
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details. for details.
digest: 2c94d9179117741b347df03962f8f884ca09afd6506d0fea830250b77f632e52 digest: 791602f78a9809deec8a78d39ce526b2d578d5e869b919ee5d9af3358171fad1
icon: https://charts.rancher.io/assets/logos/istio.svg icon: https://charts.rancher.io/assets/logos/istio.svg
keywords: keywords:
- networking - networking
@ -1425,7 +1425,7 @@ entries:
catalog.cattle.io/ui-component: istio catalog.cattle.io/ui-component: istio
apiVersion: v1 apiVersion: v1
appVersion: 1.9.2 appVersion: 1.9.2
created: "2021-04-30T20:02:25.250395743Z" created: "2021-04-30T21:15:17.243704839Z"
dependencies: dependencies:
- condition: kiali.enabled - condition: kiali.enabled
name: kiali name: kiali
@ -1435,7 +1435,7 @@ entries:
repository: file://./charts/tracing repository: file://./charts/tracing
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details. for details.
digest: 84035860507e94a7e5696bfbfc2a50e9314ad225edf7d8a2dd6f8568d96a333f digest: 7a22e4779cf40d5927f4f17e9ed439ba1da438ddbb5b277ca75404a8a0884c76
icon: https://charts.rancher.io/assets/logos/istio.svg icon: https://charts.rancher.io/assets/logos/istio.svg
keywords: keywords:
- networking - networking
@ -1457,7 +1457,7 @@ entries:
catalog.cattle.io/ui-component: istio catalog.cattle.io/ui-component: istio
apiVersion: v1 apiVersion: v1
appVersion: 1.8.5 appVersion: 1.8.5
created: "2021-04-30T20:02:25.247754426Z" created: "2021-04-30T21:15:17.240861719Z"
dependencies: dependencies:
- condition: kiali.enabled - condition: kiali.enabled
name: kiali name: kiali
@ -1467,7 +1467,7 @@ entries:
repository: file://./charts/tracing repository: file://./charts/tracing
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details. for details.
digest: ba2bf1242b28e6a63901e29382f826b0f42ab15d63570a148421c7f5899c8730 digest: 78665bfe78eb162ea8d30bfbcdc88302b0571819c424142ef06eff21606443eb
icon: https://charts.rancher.io/assets/logos/istio.svg icon: https://charts.rancher.io/assets/logos/istio.svg
keywords: keywords:
- networking - networking
@ -1489,7 +1489,7 @@ entries:
catalog.cattle.io/ui-component: istio catalog.cattle.io/ui-component: istio
apiVersion: v1 apiVersion: v1
appVersion: 1.8.4 appVersion: 1.8.4
created: "2021-04-30T20:02:25.245025809Z" created: "2021-04-30T21:15:17.237143892Z"
dependencies: dependencies:
- condition: kiali.enabled - condition: kiali.enabled
name: kiali name: kiali
@ -1499,7 +1499,7 @@ entries:
repository: file://./charts/tracing repository: file://./charts/tracing
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details. for details.
digest: 0da384747c137c1c997151e7e3ecbe89b2bc9fa385a4ed6185320b2936322e7c digest: 9be56e10afa09b1f78aa000f6b35b8c5cf21ddb97eaa4a10f5de356fdd4e25ce
icon: https://charts.rancher.io/assets/logos/istio.svg icon: https://charts.rancher.io/assets/logos/istio.svg
keywords: keywords:
- networking - networking
@ -1521,7 +1521,7 @@ entries:
catalog.cattle.io/ui-component: istio catalog.cattle.io/ui-component: istio
apiVersion: v1 apiVersion: v1
appVersion: 1.8.3 appVersion: 1.8.3
created: "2021-04-30T20:02:25.241209386Z" created: "2021-04-30T21:15:17.233572967Z"
dependencies: dependencies:
- condition: kiali.enabled - condition: kiali.enabled
name: kiali name: kiali
@ -1531,7 +1531,7 @@ entries:
repository: file://./charts/tracing repository: file://./charts/tracing
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details. for details.
digest: d97917bea15ff483fcc7ee76bb35a10926c3ef9406b44ee981e2a5cce1bfddf9 digest: 623f9605b5fbffbf53679da99b0678a7fe19504e720b2d4bdf44b2c4e1725b4a
icon: https://charts.rancher.io/assets/logos/istio.svg icon: https://charts.rancher.io/assets/logos/istio.svg
keywords: keywords:
- networking - networking
@ -1675,11 +1675,11 @@ entries:
catalog.rancher.io/release-name: rancher-kiali-server catalog.rancher.io/release-name: rancher-kiali-server
apiVersion: v2 apiVersion: v2
appVersion: v1.32.0 appVersion: v1.32.0
created: "2021-04-30T20:02:25.260530706Z" created: "2021-04-30T21:15:17.253511209Z"
description: Kiali is an open source project for service mesh observability, refer description: Kiali is an open source project for service mesh observability, refer
to https://www.kiali.io for details. This is installed as sub-chart with customized to https://www.kiali.io for details. This is installed as sub-chart with customized
values in Rancher's Istio. values in Rancher's Istio.
digest: cd9bc605949e7cde7f1c587f6a15dd46c916b0d757b0dc12525d42ceb113df27 digest: ee4db53d9c65d9b86a166eafa3b6d9d4739174d71c8be649b365931dd34212d7
home: https://github.com/kiali/kiali home: https://github.com/kiali/kiali
icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png
keywords: keywords:
@ -1710,11 +1710,11 @@ entries:
catalog.rancher.io/release-name: rancher-kiali-server catalog.rancher.io/release-name: rancher-kiali-server
apiVersion: v2 apiVersion: v2
appVersion: v1.29.0 appVersion: v1.29.0
created: "2021-04-30T20:02:25.259299598Z" created: "2021-04-30T21:15:17.252356901Z"
description: Kiali is an open source project for service mesh observability, refer description: Kiali is an open source project for service mesh observability, refer
to https://www.kiali.io for details. This is installed as sub-chart with customized to https://www.kiali.io for details. This is installed as sub-chart with customized
values in Rancher's Istio. values in Rancher's Istio.
digest: 3b5abf891a01a99aad99de84bd8d99d675afa9487c0176b12e196295b56fa806 digest: 26988849024b91970f04f23052365b63f96261a01937cbf9652809fe591dc6f2
home: https://github.com/kiali/kiali home: https://github.com/kiali/kiali
icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png
keywords: keywords:
@ -1879,9 +1879,9 @@ entries:
- annotations: - annotations:
catalog.cattle.io/hidden: "true" catalog.cattle.io/hidden: "true"
apiVersion: v2 apiVersion: v2
created: "2021-04-30T20:02:25.262264517Z" created: "2021-04-30T21:15:17.254451516Z"
description: Installs the CRDs for rancher-kiali-server. description: Installs the CRDs for rancher-kiali-server.
digest: 91631bbd4606d36d3478776690d493ea79755ae335024172733283ab0b2689d5 digest: 0f9cfd9565802005827c18642b6cdebcac99d06f5f33a98dee4fc32c5d339fc0
name: rancher-kiali-server-crd name: rancher-kiali-server-crd
type: application type: application
urls: urls:
@ -1890,9 +1890,9 @@ entries:
- annotations: - annotations:
catalog.cattle.io/hidden: "true" catalog.cattle.io/hidden: "true"
apiVersion: v2 apiVersion: v2
created: "2021-04-30T20:02:25.261958615Z" created: "2021-04-30T21:15:17.254281515Z"
description: Installs the CRDs for rancher-kiali-server. description: Installs the CRDs for rancher-kiali-server.
digest: 65a340645afa225df264a004afba953b45851578d3d5840d7473c57cac830b59 digest: 42996ddbcd89727e2e03f99fd64dab5c3f46b8a6600c367b7a82cb3143e76483
name: rancher-kiali-server-crd name: rancher-kiali-server-crd
type: application type: application
urls: urls:
@ -1951,9 +1951,9 @@ entries:
catalog.rancher.io/release-name: rancher-kube-state-metrics catalog.rancher.io/release-name: rancher-kube-state-metrics
apiVersion: v1 apiVersion: v1
appVersion: 1.9.8 appVersion: 1.9.8
created: "2021-04-30T20:02:25.265014534Z" created: "2021-04-30T21:15:17.255734525Z"
description: Install kube-state-metrics to generate and expose cluster-level metrics description: Install kube-state-metrics to generate and expose cluster-level metrics
digest: cb3601c21f48d7e70659c6b1a016e53115d93be8cf9cfab436c74799222166be digest: 0d69b5164c7cf750220f51fa0fab23f57346d7a07a75f43f77181436c81062d1
home: https://github.com/kubernetes/kube-state-metrics/ home: https://github.com/kubernetes/kube-state-metrics/
keywords: keywords:
- metric - metric
@ -1982,10 +1982,10 @@ entries:
catalog.cattle.io/ui-component: logging catalog.cattle.io/ui-component: logging
apiVersion: v1 apiVersion: v1
appVersion: 3.9.4 appVersion: 3.9.4
created: "2021-04-30T20:02:25.273740688Z" created: "2021-04-30T21:15:17.265763097Z"
description: Collects and filter logs using highly configurable CRDs. Powered description: Collects and filter logs using highly configurable CRDs. Powered
by Banzai Cloud Logging Operator. by Banzai Cloud Logging Operator.
digest: c361ccb232e0d87d94cf1f16f47d7f3c8b72ce222229cf5184a5c8085e238f49 digest: 3ce5009a17bc4e0ea681c587ad418a8485fb0a7f00bf837e2b169570b831b631
icon: https://charts.rancher.io/assets/logos/logging.svg icon: https://charts.rancher.io/assets/logos/logging.svg
keywords: keywords:
- logging - logging
@ -2006,10 +2006,10 @@ entries:
catalog.cattle.io/ui-component: logging catalog.cattle.io/ui-component: logging
apiVersion: v1 apiVersion: v1
appVersion: 3.9.0 appVersion: 3.9.0
created: "2021-04-30T20:02:25.27246488Z" created: "2021-04-30T21:15:17.264376787Z"
description: Collects and filter logs using highly configurable CRDs. Powered description: Collects and filter logs using highly configurable CRDs. Powered
by Banzai Cloud Logging Operator. by Banzai Cloud Logging Operator.
digest: 05e201ad8e14fe4b1bfa6638d94023058fec4d6743fbe22844496e47ecdcead0 digest: a975588ff7059ce9743bf7c2e080da297b8db7484d4d31b128ba841a0b6433bf
icon: https://charts.rancher.io/assets/logos/logging.svg icon: https://charts.rancher.io/assets/logos/logging.svg
keywords: keywords:
- logging - logging
@ -2030,10 +2030,10 @@ entries:
catalog.cattle.io/ui-component: logging catalog.cattle.io/ui-component: logging
apiVersion: v1 apiVersion: v1
appVersion: 3.9.0 appVersion: 3.9.0
created: "2021-04-30T20:02:25.271247773Z" created: "2021-04-30T21:15:17.263280579Z"
description: Collects and filter logs using highly configurable CRDs. Powered description: Collects and filter logs using highly configurable CRDs. Powered
by Banzai Cloud Logging Operator. by Banzai Cloud Logging Operator.
digest: 88f60c6c4673fa764c3b390f54bd0739ce4a6886a4ef5298b2ba2f9bac08dec9 digest: bc289f95399fcf8e0f9fe84cb8fd1683785566ee0ea7a20089a760a071ab15fb
icon: https://charts.rancher.io/assets/logos/logging.svg icon: https://charts.rancher.io/assets/logos/logging.svg
keywords: keywords:
- logging - logging
@ -2145,9 +2145,9 @@ entries:
catalog.cattle.io/namespace: cattle-logging-system catalog.cattle.io/namespace: cattle-logging-system
catalog.cattle.io/release-name: rancher-logging-crd catalog.cattle.io/release-name: rancher-logging-crd
apiVersion: v1 apiVersion: v1
created: "2021-04-30T20:02:25.288298679Z" created: "2021-04-30T21:15:17.279045592Z"
description: Installs the CRDs for rancher-logging. description: Installs the CRDs for rancher-logging.
digest: 469986841282f66dd5bf45771d0ba25d6a7b2d7968a2a1d5fef835f9076117f0 digest: 0d1320f50e23b8fc0e37467f8adb58d2de76389e4f80929f5c846ba15db0743d
name: rancher-logging-crd name: rancher-logging-crd
type: application type: application
urls: urls:
@ -2159,9 +2159,9 @@ entries:
catalog.cattle.io/namespace: cattle-logging-system catalog.cattle.io/namespace: cattle-logging-system
catalog.cattle.io/release-name: rancher-logging-crd catalog.cattle.io/release-name: rancher-logging-crd
apiVersion: v1 apiVersion: v1
created: "2021-04-30T20:02:25.285812263Z" created: "2021-04-30T21:15:17.276415273Z"
description: Installs the CRDs for rancher-logging. description: Installs the CRDs for rancher-logging.
digest: 749e4e0f3b7c01d03be1548e0f62182e58dfb3d83955b18be7d53aaacd6a621a digest: f4c582b0155dd44671a3b67a2cac2721696e3260cba8bca5aa7c71e9d2fea61a
name: rancher-logging-crd name: rancher-logging-crd
type: application type: application
urls: urls:
@ -2173,9 +2173,9 @@ entries:
catalog.cattle.io/namespace: cattle-logging-system catalog.cattle.io/namespace: cattle-logging-system
catalog.cattle.io/release-name: rancher-logging-crd catalog.cattle.io/release-name: rancher-logging-crd
apiVersion: v1 apiVersion: v1
created: "2021-04-30T20:02:25.282813244Z" created: "2021-04-30T21:15:17.274214657Z"
description: Installs the CRDs for rancher-logging. description: Installs the CRDs for rancher-logging.
digest: 8e2da499dcb6a4fb9dc61509fc745f15005fd90f7843377d551f7518a42219d5 digest: ebc674fdf3fdab9ceb7b34ef459901c1339a8c043a464685d60c38499ffa109d
name: rancher-logging-crd name: rancher-logging-crd
type: application type: application
urls: urls:
@ -2256,7 +2256,7 @@ entries:
catalog.cattle.io/ui-component: monitoring catalog.cattle.io/ui-component: monitoring
apiVersion: v2 apiVersion: v2
appVersion: 0.46.0 appVersion: 0.46.0
created: "2021-04-30T20:02:25.320204177Z" created: "2021-04-30T21:15:17.310141514Z"
dependencies: dependencies:
- condition: grafana.enabled - condition: grafana.enabled
name: grafana name: grafana
@ -2315,7 +2315,7 @@ entries:
description: Collects several related Helm charts, Grafana dashboards, and Prometheus description: Collects several related Helm charts, Grafana dashboards, and Prometheus
rules combined with documentation and scripts to provide easy to operate end-to-end rules combined with documentation and scripts to provide easy to operate end-to-end
Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
digest: a076f0c7473ef776b20a01ebf5678f6ec4241ab9a7f231ab7f280c9f54f0b8ba digest: 470b975319f0b4b4161014f286b2adc38fb53a56ab0b7b2baa6304d3ae2dd163
home: https://github.com/prometheus-operator/kube-prometheus home: https://github.com/prometheus-operator/kube-prometheus
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
keywords: keywords:
@ -2363,7 +2363,7 @@ entries:
catalog.cattle.io/ui-component: monitoring catalog.cattle.io/ui-component: monitoring
apiVersion: v1 apiVersion: v1
appVersion: 0.38.1 appVersion: 0.38.1
created: "2021-04-30T20:02:25.438989616Z" created: "2021-04-30T21:15:17.429407168Z"
dependencies: dependencies:
- condition: grafana.enabled - condition: grafana.enabled
name: grafana name: grafana
@ -2422,7 +2422,7 @@ entries:
description: Collects several related Helm charts, Grafana dashboards, and Prometheus description: Collects several related Helm charts, Grafana dashboards, and Prometheus
rules combined with documentation and scripts to provide easy to operate end-to-end rules combined with documentation and scripts to provide easy to operate end-to-end
Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
digest: 18026a0ce94764ba62618bec3cf2c726eec127e0457c6ceac3a8254dd30383e7 digest: 4d31fea6e1b5fd926c1bfb4b429cd60405958b2a046ed02c827d834e1aeeef71
home: https://github.com/prometheus-operator/kube-prometheus home: https://github.com/prometheus-operator/kube-prometheus
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
keywords: keywords:
@ -2956,9 +2956,9 @@ entries:
catalog.cattle.io/namespace: cattle-monitoring-system catalog.cattle.io/namespace: cattle-monitoring-system
catalog.cattle.io/release-name: rancher-monitoring-crd catalog.cattle.io/release-name: rancher-monitoring-crd
apiVersion: v1 apiVersion: v1
created: "2021-04-30T20:02:25.444292349Z" created: "2021-04-30T21:15:17.434210602Z"
description: Installs the CRDs for rancher-monitoring. description: Installs the CRDs for rancher-monitoring.
digest: 7399b546e83f5ba13f6b10f5de6bbf1b6667c87b809b7322ef4687d2327c0325 digest: 4d7f89f25a4ee5d47d6fc54ca83cecc5502faa4d6aeb94e50b3678e5275f3022
name: rancher-monitoring-crd name: rancher-monitoring-crd
type: application type: application
urls: urls:
@ -2970,9 +2970,9 @@ entries:
catalog.cattle.io/namespace: cattle-monitoring-system catalog.cattle.io/namespace: cattle-monitoring-system
catalog.cattle.io/release-name: rancher-monitoring-crd catalog.cattle.io/release-name: rancher-monitoring-crd
apiVersion: v1 apiVersion: v1
created: "2021-04-30T20:02:25.472500824Z" created: "2021-04-30T21:15:17.462354904Z"
description: Installs the CRDs for rancher-monitoring. description: Installs the CRDs for rancher-monitoring.
digest: 851c9fbfa80ff1bb566b67db34ff2d8ea28104e7438b95c862b00e0db70aa660 digest: 65d591e470b43a9ecce08772af43aba65ca945a210ec98e5bf2b86e194de61a2
name: rancher-monitoring-crd name: rancher-monitoring-crd
type: application type: application
urls: urls:
@ -3043,9 +3043,9 @@ entries:
catalog.rancher.io/release-name: rancher-node-exporter catalog.rancher.io/release-name: rancher-node-exporter
apiVersion: v1 apiVersion: v1
appVersion: 1.1.2 appVersion: 1.1.2
created: "2021-04-30T20:02:25.47345403Z" created: "2021-04-30T21:15:17.463734814Z"
description: A Helm chart for prometheus node-exporter description: A Helm chart for prometheus node-exporter
digest: 874ad49570aef47baec417eeb49f8a54d5e10c71890be4abd54d82894674b588 digest: 9a4dc6c062806c13b6308675f6df9ef82be398c709fa091bcf0a517f9ed6aba6
home: https://github.com/prometheus/node_exporter/ home: https://github.com/prometheus/node_exporter/
keywords: keywords:
- node-exporter - node-exporter
@ -3074,9 +3074,9 @@ entries:
catalog.cattle.io/release-name: rancher-operator catalog.cattle.io/release-name: rancher-operator
apiVersion: v2 apiVersion: v2
appVersion: 0.1.4 appVersion: 0.1.4
created: "2021-04-30T20:02:25.474936039Z" created: "2021-04-30T21:15:17.465665528Z"
description: Control Rancher using GitOps description: Control Rancher using GitOps
digest: 1c6a01a040928121d021ff7b009ef31cd4431d704b2e259cffb538a64b00abf6 digest: 4e0cb981ed330583d831714a33ad6f9c31df150075132074bbb8d912c0218058
name: rancher-operator name: rancher-operator
urls: urls:
- assets/rancher-operator/rancher-operator-0.1.400.tgz - assets/rancher-operator/rancher-operator-0.1.400.tgz
@ -3162,9 +3162,9 @@ entries:
catalog.cattle.io/release-name: rancher-operator-crd catalog.cattle.io/release-name: rancher-operator-crd
apiVersion: v2 apiVersion: v2
appVersion: 0.1.4 appVersion: 0.1.4
created: "2021-04-30T20:02:25.477745957Z" created: "2021-04-30T21:15:17.468288246Z"
description: Rancher Operator CustomResourceDefinitions description: Rancher Operator CustomResourceDefinitions
digest: 74fcdf27812d1deceb092b824c07d4f5667e652261ac7f09a5f55b7be58532d6 digest: 55719cc467e74762a8fdbe0ff81db9f1aa3b368c0118316802690547bdc5ccfb
name: rancher-operator-crd name: rancher-operator-crd
urls: urls:
- assets/rancher-operator-crd/rancher-operator-crd-0.1.400.tgz - assets/rancher-operator-crd/rancher-operator-crd-0.1.400.tgz
@ -3235,9 +3235,9 @@ entries:
catalog.cattle.io/release-name: rancher-prom2teams catalog.cattle.io/release-name: rancher-prom2teams
apiVersion: v1 apiVersion: v1
appVersion: 3.2.1 appVersion: 3.2.1
created: "2021-04-30T20:02:25.478351361Z" created: "2021-04-30T21:15:17.468923851Z"
description: A Helm chart for Prom2Teams based on the upstream https://github.com/idealista/prom2teams description: A Helm chart for Prom2Teams based on the upstream https://github.com/idealista/prom2teams
digest: 29571040d1bd63d4f0618368b36c38312d2511ae43b07704fbfab0a769b3d837 digest: c814b612771b24e206df874cb47456c2844762db0bfbf5fd4c6db3a3a79201f3
name: rancher-prom2teams name: rancher-prom2teams
urls: urls:
- assets/rancher-prom2teams/rancher-prom2teams-0.2.000.tgz - assets/rancher-prom2teams/rancher-prom2teams-0.2.000.tgz
@ -3251,9 +3251,9 @@ entries:
catalog.rancher.io/release-name: rancher-prometheus-adapter catalog.rancher.io/release-name: rancher-prometheus-adapter
apiVersion: v1 apiVersion: v1
appVersion: v0.8.3 appVersion: v0.8.3
created: "2021-04-30T20:02:25.479486668Z" created: "2021-04-30T21:15:17.470017059Z"
description: A Helm chart for k8s prometheus adapter description: A Helm chart for k8s prometheus adapter
digest: f285f21d774729f2172829a42a9d7494972fb47aa8e82ab350ec560724ce96db digest: 6203c1646e0ee2ea03f00e3f248dbd74b446fb9b44740b563897d0e6f1dcb3d3
home: https://github.com/DirectXMan12/k8s-prometheus-adapter home: https://github.com/DirectXMan12/k8s-prometheus-adapter
keywords: keywords:
- hpa - hpa
@ -3282,10 +3282,10 @@ entries:
catalog.rancher.io/release-name: rancher-pushprox catalog.rancher.io/release-name: rancher-pushprox
apiVersion: v1 apiVersion: v1
appVersion: 0.1.0 appVersion: 0.1.0
created: "2021-04-30T20:02:25.484562999Z" created: "2021-04-30T21:15:17.473666485Z"
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx
clients. clients.
digest: 9b3cfeb956261ce67401a895884edfe0fbcb269020520006ca6f28d0bf1abce2 digest: 6569c01dc88ee094054cd3979bb962727b4e170a81184be3524ed46981b63940
name: rancher-pushprox name: rancher-pushprox
type: application type: application
urls: urls:
@ -3365,9 +3365,9 @@ entries:
catalog.cattle.io/release-name: rancher-sachet catalog.cattle.io/release-name: rancher-sachet
apiVersion: v2 apiVersion: v2
appVersion: 0.2.3 appVersion: 0.2.3
created: "2021-04-30T20:02:25.485086202Z" created: "2021-04-30T21:15:17.474219389Z"
description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet
digest: dbb9cde49ce0ed7fd4203697d919b4ad7f4e0933ad579e2b0187fdbee5d93765 digest: 003d4ab6621db95453a776258b4c8445250fc2f16af0dab8de2a902e6afabe68
name: rancher-sachet name: rancher-sachet
type: application type: application
urls: urls:
@ -3382,11 +3382,11 @@ entries:
catalog.rancher.io/release-name: rancher-tracing catalog.rancher.io/release-name: rancher-tracing
apiVersion: v1 apiVersion: v1
appVersion: 1.20.0 appVersion: 1.20.0
created: "2021-04-30T20:02:25.486861213Z" created: "2021-04-30T21:15:17.4758341Z"
description: A quick start Jaeger Tracing installation using the all-in-one demo. description: A quick start Jaeger Tracing installation using the all-in-one demo.
This is not production qualified. Refer to https://www.jaegertracing.io/ for This is not production qualified. Refer to https://www.jaegertracing.io/ for
details. details.
digest: f18029d01fcb4f9d1295bcb5e02765636bc8613589481ac3927bc2e5a2d0cd9c digest: e2f7a81f2bcb357f4719bc1f938fe438549baeec129ab3bf349a7785ab386da4
name: rancher-tracing name: rancher-tracing
urls: urls:
- assets/rancher-tracing/rancher-tracing-1.20.100.tgz - assets/rancher-tracing/rancher-tracing-1.20.100.tgz
@ -3482,13 +3482,13 @@ entries:
catalog.cattle.io/release-name: rancher-webhook catalog.cattle.io/release-name: rancher-webhook
apiVersion: v2 apiVersion: v2
appVersion: 0.2.0-alpha appVersion: 0.2.0-alpha
created: "2021-04-30T20:02:25.490246235Z" created: "2021-04-30T21:15:17.480227132Z"
dependencies: dependencies:
- condition: capi.enabled - condition: capi.enabled
name: capi name: capi
repository: "" repository: ""
description: ValidatingAdmissionWebhook for Rancher types description: ValidatingAdmissionWebhook for Rancher types
digest: d06dceb44fba62ad8f786f4a8a2223eb4ef161fd13539b7fc241dbc79c362543 digest: c358ba0977963b2ee09338771df7680b57cf2044f69bf4e8d6df1eb91774cbc3
name: rancher-webhook name: rancher-webhook
urls: urls:
- assets/rancher-webhook/rancher-webhook-0.2.0-alpha01.tgz - assets/rancher-webhook/rancher-webhook-0.2.0-alpha01.tgz
@ -3501,9 +3501,9 @@ entries:
catalog.cattle.io/release-name: rancher-webhook catalog.cattle.io/release-name: rancher-webhook
apiVersion: v2 apiVersion: v2
appVersion: 0.1.0 appVersion: 0.1.0
created: "2021-04-30T20:02:25.489866932Z" created: "2021-04-30T21:15:17.479544127Z"
description: ValidatingAdmissionWebhook for Rancher types description: ValidatingAdmissionWebhook for Rancher types
digest: 8fa414beab4337946b14bc02e2c27f233e1176c4a4f0b1ec81129dc44ec69401 digest: 6c90c1e30efa2e8ddd62171fe95a01c6c44325a16096999c95fa20f1a92c28f9
name: rancher-webhook name: rancher-webhook
urls: urls:
- assets/rancher-webhook/rancher-webhook-0.1.000.tgz - assets/rancher-webhook/rancher-webhook-0.1.000.tgz
@ -3577,9 +3577,9 @@ entries:
catalog.rancher.io/release-name: rancher-windows-exporter catalog.rancher.io/release-name: rancher-windows-exporter
apiVersion: v1 apiVersion: v1
appVersion: 0.0.4 appVersion: 0.0.4
created: "2021-04-30T20:02:25.490825338Z" created: "2021-04-30T21:15:17.481093138Z"
description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter
digest: a275a22e327dc907e02b9edb4fba5a1fe52c7b08ef60246ed9c688ca651a1a8c digest: a6af1436e4d1bb521cce700498ada0307f10f56d446a131e620e6d7e0a918ee7
maintainers: maintainers:
- email: arvind.iyengar@rancher.com - email: arvind.iyengar@rancher.com
name: aiyengar2 name: aiyengar2
@ -3596,10 +3596,10 @@ entries:
catalog.cattle.io/release-name: rancher-wins-upgrader catalog.cattle.io/release-name: rancher-wins-upgrader
apiVersion: v2 apiVersion: v2
appVersion: 0.1.0 appVersion: 0.1.0
created: "2021-04-30T20:02:25.491472942Z" created: "2021-04-30T21:15:17.482118345Z"
description: Manages upgrading the wins server version and configuration across description: Manages upgrading the wins server version and configuration across
all of your Windows nodes all of your Windows nodes
digest: 41b73989292923603cf437badae9cc3dbb44da0c5b1f055c770c79b920533394 digest: 185c63892191aec835488f9466a412d6a840d543f207331c4e13cca9156bbb29
maintainers: maintainers:
- email: arvind.iyengar@suse.com - email: arvind.iyengar@suse.com
name: aiyengar2 name: aiyengar2
@ -3657,9 +3657,9 @@ entries:
catalog.cattle.io/release-name: system-upgrade-controller catalog.cattle.io/release-name: system-upgrade-controller
apiVersion: v1 apiVersion: v1
appVersion: v0.7.0 appVersion: v0.7.0
created: "2021-04-30T20:02:25.492903951Z" created: "2021-04-30T21:15:17.483990959Z"
description: General purpose controller to make system level updates to nodes description: General purpose controller to make system level updates to nodes
digest: 0875539fc9a2e318e927f65405ff02e88b75a97274cdbeac61adb0563c062f45 digest: 2b3f8d396456563d4912c122aa12ec35f0a20d33de342814828830e05962f077
home: https://github.com/rancher/system-charts/charts/system-upgrade-controller home: https://github.com/rancher/system-charts/charts/system-upgrade-controller
name: system-upgrade-controller name: system-upgrade-controller
sources: sources: