From 5270c8a93f51fb08627dd51af4fa7e11cd0a18d7 Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Mon, 10 Aug 2020 16:18:04 +0530 Subject: [PATCH] openebs: Update to v1.12.0 Chart release: https://github.com/openebs/charts/releases/tag/openebs-1.12.3 Code release: https://github.com/openebs/openebs/releases/tag/v1.12.0 Signed-off-by: Suraj Deshmukh --- assets/components/openebs/Chart.yaml | 4 +- assets/components/openebs/README.md | 35 +++++++++-------- .../deployment-admission-server.yaml | 7 +++- assets/components/openebs/values.yaml | 39 ++++++++++--------- pkg/assets/generated_assets.go | 14 +++---- 5 files changed, 53 insertions(+), 46 deletions(-) diff --git a/assets/components/openebs/Chart.yaml b/assets/components/openebs/Chart.yaml index e4c39d2c7..157e9fc4f 100644 --- a/assets/components/openebs/Chart.yaml +++ b/assets/components/openebs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 1.11.0 +appVersion: 1.12.0 description: Containerized Storage for Containers home: http://www.openebs.io/ icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png @@ -16,4 +16,4 @@ maintainers: name: openebs sources: - https://github.com/openebs/openebs -version: 1.11.1 +version: 1.12.3 diff --git a/assets/components/openebs/README.md b/assets/components/openebs/README.md index 3c180e53d..a97908152 100644 --- a/assets/components/openebs/README.md +++ b/assets/components/openebs/README.md @@ -59,31 +59,32 @@ The following table lists the configurable parameters of the OpenEBS chart and t | `image.repository` | Specify which docker registry to use | `""` | | `apiserver.enabled` | Enable API Server | `true` | | `apiserver.image` | Image for API Server | `openebs/m-apiserver` | -| `apiserver.imageTag` | Image Tag for API Server | `1.11.0` | +| `apiserver.imageTag` | Image Tag for API Server | `1.12.0` | | `apiserver.replicas` | Number of API Server Replicas | `1` | | `apiserver.sparse.enabled` | Create Sparse Pool based on Sparsefile | `false` | | `provisioner.enabled` | Enable Provisioner | `true` | | `provisioner.image` | Image for Provisioner | `openebs/openebs-k8s-provisioner` | -| `provisioner.imageTag` | Image Tag for Provisioner | `1.11.0` | +| `provisioner.imageTag` | Image Tag for Provisioner | `1.12.0` | | `provisioner.replicas` | Number of Provisioner Replicas | `1` | | `localprovisioner.enabled` | Enable localProvisioner | `true` | | `localprovisioner.image` | Image for localProvisioner | `openebs/provisioner-localpv` | -| `localprovisioner.imageTag` | Image Tag for localProvisioner | `1.11.0` | +| `localprovisioner.imageTag` | Image Tag for localProvisioner | `1.12.0` | | `localprovisioner.replicas` | Number of localProvisioner Replicas | `1` | | `localprovisioner.basePath` | BasePath for hostPath volumes on Nodes | `/var/openebs/local` | | `webhook.enabled` | Enable admission server | `true` | | `webhook.image` | Image for admission server | `openebs/admission-server` | -| `webhook.imageTag` | Image Tag for admission server | `1.11.0` | +| `webhook.imageTag` | Image Tag for admission server | `1.12.0` | | `webhook.replicas` | Number of admission server Replicas | `1` | +| `webhook.hostNetwork` | Use hostNetwork in admission server | `false` | | `snapshotOperator.enabled` | Enable Snapshot Provisioner | `true` | | `snapshotOperator.provisioner.image` | Image for Snapshot Provisioner | `openebs/snapshot-provisioner` | -| `snapshotOperator.provisioner.imageTag` | Image Tag for Snapshot Provisioner | `1.11.0` | +| `snapshotOperator.provisioner.imageTag` | Image Tag for Snapshot Provisioner | `1.12.0` | | `snapshotOperator.controller.image` | Image for Snapshot Controller | `openebs/snapshot-controller` | -| `snapshotOperator.controller.imageTag` | Image Tag for Snapshot Controller | `1.11.0` | +| `snapshotOperator.controller.imageTag` | Image Tag for Snapshot Controller | `1.12.0` | | `snapshotOperator.replicas` | Number of Snapshot Operator Replicas | `1` | | `ndm.enabled` | Enable Node Disk Manager | `true` | -| `ndm.image` | Image for Node Disk Manager | `openebs/node-disk-manager-amd64` | -| `ndm.imageTag` | Image Tag for Node Disk Manager | `0.6.0` | +| `ndm.image` | Image for Node Disk Manager | `openebs/node-disk-manager` | +| `ndm.imageTag` | Image Tag for Node Disk Manager | `0.7.0` | | `ndm.sparse.path` | Directory where Sparse files are created | `/var/openebs/sparse` | | `ndm.sparse.size` | Size of the sparse file in bytes | `10737418240` | | `ndm.sparse.count` | Number of sparse files to be created | `0` | @@ -95,27 +96,27 @@ The following table lists the configurable parameters of the OpenEBS chart and t | `ndm.filters.excludePaths` | Exclude devices with specified path patterns | `loop,fd0,sr0,/dev/ram,/dev/dm-,/dev/md,/dev/rbd`| | `ndm.probes.enableSeachest` | Enable Seachest probe for NDM | `false` | | `ndmOperator.enabled` | Enable NDM Operator | `true` | -| `ndmOperator.image` | Image for NDM Operator | `openebs/node-disk-operator-amd64` | -| `ndmOperator.imageTag` | Image Tag for NDM Operator | `0.6.0` | +| `ndmOperator.image` | Image for NDM Operator | `openebs/node-disk-operator` | +| `ndmOperator.imageTag` | Image Tag for NDM Operator | `0.7.0` | | `jiva.image` | Image for Jiva | `openebs/jiva` | -| `jiva.imageTag` | Image Tag for Jiva | `1.11.0` | +| `jiva.imageTag` | Image Tag for Jiva | `1.12.0` | | `jiva.replicas` | Number of Jiva Replicas | `3` | | `jiva.defaultStoragePath` | hostpath used by default Jiva StorageClass | `/var/openebs` | | `cstor.pool.image` | Image for cStor Pool | `openebs/cstor-pool` | -| `cstor.pool.imageTag` | Image Tag for cStor Pool | `1.11.0` | +| `cstor.pool.imageTag` | Image Tag for cStor Pool | `1.12.0` | | `cstor.poolMgmt.image` | Image for cStor Pool Management | `openebs/cstor-pool-mgmt` | -| `cstor.poolMgmt.imageTag` | Image Tag for cStor Pool Management | `1.11.0` | +| `cstor.poolMgmt.imageTag` | Image Tag for cStor Pool Management | `1.12.0` | | `cstor.target.image` | Image for cStor Target | `openebs/cstor-istgt` | -| `cstor.target.imageTag` | Image Tag for cStor Target | `1.11.0` | +| `cstor.target.imageTag` | Image Tag for cStor Target | `1.12.0` | | `cstor.volumeMgmt.image` | Image for cStor Volume Management | `openebs/cstor-volume-mgmt` | -| `cstor.volumeMgmt.imageTag` | Image Tag for cStor Volume Management | `1.11.0` | +| `cstor.volumeMgmt.imageTag` | Image Tag for cStor Volume Management | `1.12.0` | | `helper.image` | Image for helper | `openebs/linux-utils` | -| `helper.imageTag` | Image Tag for helper | `1.11.0` | +| `helper.imageTag` | Image Tag for helper | `1.12.0` | | `featureGates.enabled` | Enable feature gates for OpenEBS | `false` | | `featureGates.GPTBasedUUID.enabled` | Enable GPT based UUID generation in NDM | `false` | | `crd.enableInstall` | Enable installation of CRDs by OpenEBS | `true` | | `policies.monitoring.image` | Image for Prometheus Exporter | `openebs/m-exporter` | -| `policies.monitoring.imageTag` | Image Tag for Prometheus Exporter | `1.11.0` | +| `policies.monitoring.imageTag` | Image Tag for Prometheus Exporter | `1.12.0` | | `analytics.enabled` | Enable sending stats to Google Analytics | `true` | | `analytics.pingInterval` | Duration(hours) between sending ping stat | `24h` | | `defaultStorageConfig.enabled` | Enable default storage class installation | `true` | diff --git a/assets/components/openebs/templates/deployment-admission-server.yaml b/assets/components/openebs/templates/deployment-admission-server.yaml index b6a13bf58..a577de02d 100644 --- a/assets/components/openebs/templates/deployment-admission-server.yaml +++ b/assets/components/openebs/templates/deployment-admission-server.yaml @@ -28,6 +28,9 @@ spec: openebs.io/version: {{ .Values.release.version }} openebs.io/component-name: admission-webhook spec: +{{- if .Values.webhook.hostNetwork }} + hostNetwork: true +{{- end }} {{- if .Values.webhook.nodeSelector }} nodeSelector: {{ toYaml .Values.webhook.nodeSelector | indent 8 }} @@ -44,7 +47,7 @@ spec: containers: - name: admission-webhook image: "{{ .Values.image.repository }}{{ .Values.webhook.image }}:{{ .Values.webhook.imageTag }}" - imagePullPolicy: Always + imagePullPolicy: {{ .Values.image.pullPolicy }} args: - -alsologtostderr - -v=2 @@ -54,6 +57,8 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace + - name: ADMISSION_WEBHOOK_FAILURE_POLICY + value: "{{ .Values.webhook.failurePolicy }}" # Process name used for matching is limited to the 15 characters # present in the pgrep output. # So fullname can't be used here with pgrep (>15 chars).A regular expression diff --git a/assets/components/openebs/values.yaml b/assets/components/openebs/values.yaml index 3ae6205a9..ff2cc72c0 100644 --- a/assets/components/openebs/values.yaml +++ b/assets/components/openebs/values.yaml @@ -13,7 +13,7 @@ serviceAccount: release: # "openebs.io/version" label for control plane components - version: "1.11.0" + version: "1.12.0" image: pullPolicy: IfNotPresent @@ -22,7 +22,7 @@ image: apiserver: enabled: true image: "openebs/m-apiserver" - imageTag: "1.11.0" + imageTag: "1.12.0" replicas: 1 ports: externalPort: 5656 @@ -47,7 +47,7 @@ varDirectoryPath: provisioner: enabled: true image: "openebs/openebs-k8s-provisioner" - imageTag: "1.11.0" + imageTag: "1.12.0" replicas: 1 nodeSelector: {} tolerations: [] @@ -59,7 +59,7 @@ provisioner: localprovisioner: enabled: true image: "openebs/provisioner-localpv" - imageTag: "1.11.0" + imageTag: "1.12.0" replicas: 1 basePath: "/var/openebs/local" nodeSelector: {} @@ -73,10 +73,10 @@ snapshotOperator: enabled: true controller: image: "openebs/snapshot-controller" - imageTag: "1.11.0" + imageTag: "1.12.0" provisioner: image: "openebs/snapshot-provisioner" - imageTag: "1.11.0" + imageTag: "1.12.0" replicas: 1 upgradeStrategy: "Recreate" nodeSelector: {} @@ -88,8 +88,8 @@ snapshotOperator: ndm: enabled: true - image: "openebs/node-disk-manager-amd64" - imageTag: "0.6.0" + image: "openebs/node-disk-manager" + imageTag: "0.7.0" sparse: path: "/var/openebs/sparse" size: "10737418240" @@ -111,8 +111,8 @@ ndm: ndmOperator: enabled: true - image: "openebs/node-disk-operator-amd64" - imageTag: "0.6.0" + image: "openebs/node-disk-operator" + imageTag: "0.7.0" replicas: 1 upgradeStrategy: Recreate nodeSelector: {} @@ -128,8 +128,8 @@ ndmOperator: webhook: enabled: true image: "openebs/admission-server" - imageTag: "1.11.0" - failurePolicy: Ignore + imageTag: "1.12.0" + failurePolicy: "Fail" replicas: 1 healthCheck: initialDelaySeconds: 30 @@ -137,30 +137,31 @@ webhook: nodeSelector: {} tolerations: [] affinity: {} + hostNetwork: false jiva: image: "openebs/jiva" - imageTag: "1.11.0" + imageTag: "1.12.0" replicas: 3 defaultStoragePath: "/var/openebs" cstor: pool: image: "openebs/cstor-pool" - imageTag: "1.11.0" + imageTag: "1.12.0" poolMgmt: image: "openebs/cstor-pool-mgmt" - imageTag: "1.11.0" + imageTag: "1.12.0" target: image: "openebs/cstor-istgt" - imageTag: "1.11.0" + imageTag: "1.12.0" volumeMgmt: image: "openebs/cstor-volume-mgmt" - imageTag: "1.11.0" + imageTag: "1.12.0" helper: image: "openebs/linux-utils" - imageTag: "1.11.0" + imageTag: "1.12.0" featureGates: enabled: false @@ -175,7 +176,7 @@ policies: monitoring: enabled: true image: "openebs/m-exporter" - imageTag: "1.11.0" + imageTag: "1.12.0" analytics: enabled: true diff --git a/pkg/assets/generated_assets.go b/pkg/assets/generated_assets.go index 965d75095..41cdd00dd 100644 --- a/pkg/assets/generated_assets.go +++ b/pkg/assets/generated_assets.go @@ -1104,7 +1104,7 @@ var vfsgenAssets = func() http.FileSystem { modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), uncompressedSize: 484, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x91\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x85\x7e\x40\x52\x0d\x74\xf2\x54\x20\x53\xe7\x00\xdd\x19\x99\x49\x58\xdb\xa2\x40\xd1\x36\xd2\xaf\x2f\x64\xc7\x75\x0b\x74\xe4\xe3\xe9\xa4\x3b\x41\xa6\x0f\x94\x42\x9c\x5a\x3b\x37\x06\x72\xfe\x19\x1b\xdf\x34\xfe\xc5\x74\x58\xa2\x50\xd6\x95\x9d\x38\x29\x50\x42\xa1\x2f\xec\xec\x59\x59\xe0\x86\xf6\xca\x72\x6c\x8a\xb9\xf3\x88\xad\xbd\xab\xe6\x36\x84\x65\x59\x3c\x67\x4c\x78\x29\x9e\x38\x18\x8a\xd5\xa7\x2e\x4b\x1b\x82\xc0\xe2\x6f\xa4\xf7\xe9\x32\x15\x94\xc8\x49\x31\xa9\x8f\x3c\x86\x98\xe2\x35\x80\xe8\xc2\xd2\x87\x11\x8a\xa2\x84\x2c\xfc\x89\x51\x4b\x78\x1a\x86\x6a\x16\x22\x0f\x2c\x3b\x72\x15\xb9\x15\xf9\x9c\x6e\xa6\xc7\xc7\xc2\xd2\x95\xd6\x38\x1b\x07\x9e\x3a\x97\x40\x69\x46\x57\xb6\xb7\x1b\x67\x2f\x03\xc7\xfe\xd7\x4c\xe7\xd3\xf9\xdd\x38\xbb\x93\x11\x68\x8f\x56\x5d\x70\x04\x1a\x5a\xdb\x93\x40\xf2\x23\xcf\xf0\x76\xc4\x33\xd6\x26\xa8\xe1\xfb\xba\x38\xc4\x59\x40\x11\x7b\x9f\x21\x75\xf8\xf8\xef\xc0\x53\xb1\x09\x9a\x57\xb3\xd1\xa7\xd0\x14\x9e\x24\xe2\x7a\xfd\xde\xdc\xd6\xda\x5a\xd5\xde\xc6\xae\x9e\xff\xfc\x60\x63\xbe\x03\x00\x00\xff\xff\x53\xbf\x13\x45\xe4\x01\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x91\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x85\x7e\x40\x52\xdd\x76\xf2\x54\x20\x53\xe7\x00\xdd\x19\x99\x49\x58\xdb\xa2\x40\xd1\x36\xd2\xaf\x2f\x64\xc7\x4d\x0b\x74\xe4\xe3\xe9\xa4\x3b\x41\xa6\x0f\x94\x42\x9c\x5a\x3b\x37\x06\x72\xfe\x19\x1b\xdf\x3c\xfb\x27\xd3\x61\x89\x42\x59\x57\x76\xe0\xa4\x40\x09\x85\xbe\xb0\xb3\x47\x65\x81\x0b\xda\x33\xcb\x63\x53\xcc\x95\x47\x6c\xed\x55\x35\xb7\x21\x2c\xcb\xe2\x39\x63\xc2\x53\xf1\xc4\xc1\x50\xac\x3e\x75\x59\xda\x10\x04\x16\x7f\x21\xbd\x4e\xa7\xa9\xa0\x44\x4e\x8a\x49\x7d\xe4\x31\xc4\x14\xcf\x01\x44\x17\x96\x3e\x8c\x50\x14\x25\x64\xe1\x4f\x8c\x5a\xc2\xdd\x30\x54\xb3\x10\x79\x60\xd9\x91\xab\xc8\xad\xc8\xe7\x74\x31\x3d\xde\x16\x96\xae\xb4\xc6\xd9\x38\xf0\xd4\xb9\x04\x4a\x33\xba\xb2\xbd\xdd\x38\x7b\x1a\x38\xf6\xbf\x66\x3a\x1e\x8e\xef\xc6\xd9\x9d\x8c\x40\x7b\xb4\xea\x82\x23\xd0\xd0\xda\x9e\x04\x92\x1f\x79\x86\xb7\x47\x3c\x63\x6d\x82\x1a\xbe\xaf\x8b\x87\x38\x0b\x28\x62\xef\x33\xa4\x0e\x6f\xff\x1d\xb8\x2b\x36\x41\xf3\x6a\x36\x7a\x17\x9a\xc2\x93\x44\x5c\xaf\xdf\x9b\xdb\x5a\x5b\xab\xda\xdb\xd8\xd5\xf3\x9f\x1f\x7c\x31\xdf\x01\x00\x00\xff\xff\xf1\xbb\x8b\xf9\xe4\x01\x00\x00"), }, "/components/openebs/OWNERS": &vfsgen۰CompressedFileInfo{ name: "OWNERS", @@ -1116,9 +1116,9 @@ var vfsgenAssets = func() http.FileSystem { "/components/openebs/README.md": &vfsgen۰CompressedFileInfo{ name: "README.md", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 12044, + uncompressedSize: 12168, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x9a\x5d\x8f\xdb\x36\xd6\xc7\xef\xfd\x29\x0e\xda\x9b\x4c\x1e\x4b\x93\x34\x41\x5b\x14\x78\x16\x98\xcc\xa4\xe9\xec\x36\x8d\x37\x9e\x66\x51\x04\x05\x44\x8b\xc7\x16\x6b\x8a\x54\x49\xca\x13\x07\xfe\xf0\x0b\x92\x92\x2c\xeb\x5d\xc9\xe6\x26\x63\x9b\x3c\xe7\xc7\xc3\x3f\xdf\xcf\xb7\xf0\x2e\x43\xf1\xfa\xd5\x1a\x7e\x41\x9e\xc2\x6d\x42\x94\x59\x2c\x3e\x16\x5f\xfe\xf9\x24\x31\x26\xd3\x3f\x5d\x5f\xef\x98\x49\xf2\x4d\x18\xcb\xf4\x5a\x66\x28\x70\xa3\xcb\xff\xaf\x80\x69\x20\x02\x9e\xda\xcf\xa0\x65\xae\x62\x04\x6d\xa4\x22\x3b\x84\x8c\x13\xb3\x95\x2a\x7d\x0a\x26\x21\x06\x32\x25\x0f\x8c\xa2\x86\x0c\x95\x66\xda\xa0\x30\x40\x04\x85\x58\x0a\x43\x98\x40\xc5\x3e\x23\x85\x0d\x97\xf1\xbe\x32\xb1\x95\x0a\xee\xf0\xf0\x2e\xd3\x97\x45\x01\xc5\x81\x29\x29\x52\x14\x46\x87\xb0\x28\xdb\x51\xf9\x48\x73\x6e\x58\xc6\xcf\x30\x28\x76\x4c\xa0\xf6\x28\x31\x11\xb0\xb1\x80\xf9\x6e\x87\x14\x98\x00\x24\x9a\xf1\x63\x08\x37\x10\xcb\x34\x95\x02\x32\x62\x0c\x2a\x61\xdb\x67\x12\x84\x5c\x23\xc8\x6d\x15\x2f\x23\x81\x22\x67\x07\x54\x70\x77\x14\x24\x65\x31\xfc\x2a\x63\xc2\x57\x1f\x1c\xb2\x49\xa4\x46\x20\x59\xc6\x59\x4c\x0c\x93\xc2\xe3\x3f\x4a\xb5\xe7\x92\xd0\x82\xe2\x91\x08\x63\x2d\x91\x38\x46\xad\x81\x32\xbd\x2f\x9a\xc9\x65\x4e\xe1\x20\x79\x9e\xa2\xfd\x5e\x61\x6c\xf8\x31\x5c\x54\xcd\x2c\xf8\x29\x66\x5c\x1e\x91\x82\x14\x40\xc4\x11\xfe\x95\x6f\x50\x09\x34\xa8\x21\xe6\xb9\x36\xa8\x20\x00\x64\x26\x41\x65\xdb\xe8\xcc\x2e\x41\x8a\x20\x53\x98\x32\xdb\x22\x05\x14\x0f\xc8\x65\x86\x0a\x38\xc9\x8c\xcc\xe0\x49\xca\x04\xdb\xe7\x1b\xbc\x0a\xab\xe6\x32\xa3\x91\x6f\x6d\x2c\x2a\x97\x44\xc3\x5f\xb9\xb6\x3d\x28\x9d\xfd\x73\xd7\x48\x01\x47\x99\xab\x12\x61\xe9\x9a\x84\x82\x6c\x38\xea\xaa\x3b\x34\xaa\x03\x8b\x1b\xfd\x41\x51\xb3\x9d\x20\xa6\x68\x91\x15\x0a\x64\x92\x2e\xeb\x91\x5c\x56\x4d\x93\x75\xa7\xdc\x36\x23\x5c\x2c\xbe\xfd\x16\xee\x85\x51\x92\xe6\xb1\x2d\xbd\x58\x3c\x24\x4c\x43\x6c\x95\x0d\x1b\x29\x8d\x36\x8a\x64\xba\x6a\x98\x6f\x8e\x55\x91\xf7\xf8\xf1\x1c\x42\x2f\xff\x9f\xae\xaf\xf7\xd5\x57\x21\x93\x57\x95\xfb\x5c\x33\xb1\x73\xda\xf8\x68\x47\xcf\x79\xb4\x24\xc8\xd3\x50\x27\x57\x90\x91\x78\x6f\xdb\x9a\x12\x41\x76\xa8\x3c\xdd\xbf\x73\x16\xef\xb5\xb1\x3c\x36\x2e\x54\xc6\xb9\x75\x4f\x3c\xed\x1f\x32\x77\xc1\x50\xb9\xa8\x18\xdb\x9d\xfb\x3c\x7c\xfe\xe2\xff\x2a\x10\x66\xc1\x53\x27\x57\x2b\x51\x8d\xb1\x14\x54\x87\xb0\x46\xf4\x78\x35\x97\x6f\x72\x46\xd1\x6a\xae\x35\xc6\xa9\x8c\x75\x58\x8c\xea\x90\x49\xf7\xf9\x5a\xe0\x27\x73\xfd\x77\x55\x3d\x4c\x4c\xca\xaf\x9c\xc2\x29\x1a\xc2\xb8\x1b\x3b\xda\x28\x1f\x6c\x1d\x2e\x16\x3f\x4b\x05\xa9\x54\x68\x87\x51\xa6\x30\x41\xa1\xd9\x01\x2f\x9b\xb9\x04\x0f\xf3\xc8\x4c\xe2\x09\xff\x83\x3c\x96\xe9\x5c\x30\x79\xb0\x22\xc2\xc7\x02\xcb\x15\x74\x31\x5e\x29\x54\xf8\x77\xce\x34\x33\xa8\x17\x8b\xa0\x1d\x3b\xe7\xfa\xfd\xab\x9b\xdb\x42\x98\x74\x11\x00\x5b\xdf\xae\xef\x61\xf5\x01\x74\x9e\x65\x52\x19\x1b\x58\x37\xf4\x05\x45\xc5\x8f\xb6\xb7\x99\xd8\x2a\xe2\xdb\x9b\x2b\x74\xbe\x6e\x28\xb5\xbf\x5c\x4c\xa4\x0a\x33\xa9\x99\x91\xea\xb8\x58\xbc\xc2\xad\x0d\x87\x0d\x13\xe1\xbc\x55\xd4\x29\x53\x2f\xed\x88\x01\x81\x48\xdd\x7c\x40\xa9\x0f\x4b\x8f\xd1\x73\x6c\xca\xb0\x14\x13\x34\x93\xd7\xde\xde\x95\x35\xe3\x06\xa1\x77\xc2\x19\x0a\x13\x2e\x16\x51\x14\x6d\x88\x4e\x16\x49\x69\xd0\xf9\x2a\xac\xc0\x98\x55\x5b\xbd\x18\x61\xcd\xc6\x34\x4c\x17\xad\x85\x20\x10\x24\x45\x9d\x91\x18\x2b\x2f\x8d\x15\x64\xc0\xe8\x59\x20\x0a\x39\x12\x8d\x60\xad\x0d\xba\x82\x28\x3d\x06\x45\xe9\x68\x96\xfb\x07\x09\xb9\x28\x8c\x5d\x53\xe4\x68\x8a\x4e\x13\x31\x7a\x90\x01\x08\xae\x21\x08\x08\xe7\xfe\x53\x51\xbb\x8e\x52\xb9\xb9\x95\x62\xcb\x76\xb9\x22\xe5\xec\x64\xd7\x38\xce\xe5\xa3\x9b\x4c\xac\x14\x81\x33\x6d\xfc\xa2\x13\x97\x85\xed\xd7\x19\x51\x24\x45\x83\x4a\xdb\x51\x6e\x7f\xae\x56\x83\xa4\x9c\x4d\x4c\x82\xcc\x8e\xcd\x2d\xc9\xb9\x81\x03\xe1\x39\xda\x21\x71\x82\x55\x59\x19\x86\xff\x9d\xe0\x0e\x75\xac\x58\x66\xf1\x46\xca\x96\xe5\xbd\xb3\x09\x65\x17\x27\x08\x26\xfe\x9b\x5e\xd2\xfd\x83\x19\xe5\x1d\x47\xa4\x36\x24\x0e\x63\x85\xc4\x60\x34\xd8\xbe\xd7\x6e\x7e\xf0\x73\xc5\x7b\xf4\x3b\x1c\x3d\x50\x3e\x32\x2a\x1f\x34\x79\x11\x0f\xcf\x91\xe9\xcc\xbb\xa1\x7d\x15\x4f\x70\xeb\x58\xed\x72\x68\x67\xf8\x5c\x31\x73\x84\x4c\x72\x16\x1f\x41\xb5\xb1\x4e\x10\x6d\x09\xd7\x93\x40\x1c\x07\x4b\xc9\x0e\xc3\x2c\xe7\x7c\xe5\x8c\xf6\x54\x3c\x59\x01\x17\x4b\xae\x2d\x5c\x22\xf4\xda\x86\xe8\x7e\xfb\x9b\x34\x2b\x85\x1a\x85\x19\xc4\xa9\x71\x9c\xe7\xba\x5e\x8e\x75\x86\x31\xdb\x1e\xe1\x31\x61\x71\x62\xe7\xfe\x3d\x2a\x50\xb8\x63\xda\xa8\xa3\x9d\xfe\xec\x8e\xad\xce\xf1\xcd\x37\x93\x7a\xa5\xe0\x20\x19\xb3\x5b\x14\x54\x21\x0e\xf5\x4c\xa5\x8f\x9b\xd5\x3d\xac\x5d\x85\x61\xdb\x73\xf5\x71\xe6\x70\x91\xe9\xd7\xc7\x7d\x5a\xee\x97\xa7\xa0\x9c\x20\x2a\x27\xc2\x34\xa8\x7c\xf4\xb4\xb1\x83\xe3\x81\xec\x3a\x0b\x97\x1c\x0f\x64\x37\x89\xe5\x04\xd1\xf3\xf0\xf9\xf3\xf0\xd9\x84\x88\x34\x38\x14\xba\x3d\xa1\xee\xe1\xf8\x2d\x4f\x37\x7e\x43\x54\x63\x78\x5f\xd4\xe9\xe4\x98\x28\x8f\x26\x87\xce\x88\xd2\xd8\x23\x93\x6a\xdc\xae\x5d\x29\x58\x49\xc9\x61\x43\xb4\xdf\xe1\xfa\x2f\xb7\x8c\x63\x8d\x63\xde\xb8\x75\x07\x1e\xcd\xa4\x18\x56\x6a\xa5\xd3\xd5\xb9\xfc\xa0\xed\xb9\x3a\xad\x73\x0c\x28\xb5\xae\xd3\x29\x28\x35\x9d\x16\xff\x07\xfb\x1f\x75\x50\xf3\x16\x8d\x70\x74\x2b\xb5\xa9\xd3\x31\x96\xd9\x3a\xad\x73\x0c\x28\xb5\xae\xd3\x3a\x43\x9f\x50\x67\xeb\x94\xdb\x53\xe9\xb8\x48\x2a\x7d\xb8\xf2\xe3\x3d\x33\x5b\x1f\x2d\x8e\x6e\x91\xd4\xf5\x31\x05\xa5\xa6\x8f\x9a\xf1\xc0\x7b\x3b\x44\x53\x39\x5a\x22\x69\xea\x63\x8c\x65\xb6\x3e\x5a\x1c\xdd\x22\xa9\xeb\xa3\xc5\xd0\x21\x92\xaf\xd7\x87\x9d\x9c\x56\xc4\x24\x4d\x8e\x57\xc5\xf7\x2e\x1c\x89\xd4\xc6\x7d\x28\xef\x28\xa4\x80\xdf\x24\x3d\xef\x40\x4e\x10\x5d\x1f\x88\xaa\xae\x8b\x9c\x9b\xbe\xb5\xdc\x72\x3c\xe2\x26\x91\x72\x3f\xbc\xda\xd6\x74\x4a\x68\xca\xb4\x45\x06\x3d\xb4\xd4\xcd\xd6\x69\xc9\x31\xb8\xda\x5e\xea\x74\x0a\x4a\x4d\xa7\x55\xf1\xa0\x67\xd1\x6d\x73\xf4\xad\xb6\x6d\x9d\x8e\xb1\xcc\xd6\x69\xc9\x31\xb8\xda\x5e\xea\xb4\xc5\xf0\xbf\xd0\xa9\x16\x24\xd3\x89\x34\xef\x32\x54\xc4\xc8\xd1\x79\x6c\x5d\x94\x1f\x99\xd9\x67\xeb\xa3\xc5\xd1\x3d\xa7\xd5\xf5\x31\x05\xa5\xa6\x8f\xd2\x43\xf7\x22\x37\x9d\xc3\x89\xa6\xa9\x8f\x31\x96\xd9\xfa\x68\x71\xc4\x52\x18\x25\x39\xbf\x9c\xe2\x3b\xe3\x71\x5b\x15\xed\xea\x97\x56\x3c\xce\x96\x3b\xe6\xf5\x51\x0e\x3f\x86\x7a\xe3\xd1\xc3\xf2\xf5\xf1\x18\x9f\xd7\x2b\x86\xb2\x4e\xc7\x80\x99\x3d\x5e\x04\x4d\xc7\xe6\x52\xa8\x8f\x17\x3b\x7b\xc3\x1d\xd3\x7b\x78\xeb\x6f\x2b\xfb\xca\xcf\x1c\x2f\x96\x63\x64\x2e\x85\x86\x3e\xa6\xa0\xd4\xf4\x21\x24\xc5\x80\x32\xbd\x0f\x8a\x7b\xd6\x80\xa4\xf4\xfb\x97\x51\x0f\x47\xff\x5c\x0a\x1d\xf3\xe9\x18\xcb\x09\xa2\x67\xe1\xf7\x93\xe4\x71\xe6\x28\x4e\x0c\x59\x6b\x95\xad\xdb\xbd\x73\xb7\xfe\x52\xd9\x13\x2e\xaa\xea\x00\x61\x0f\x0b\x1a\x88\x42\xf0\x97\x17\xb4\xe2\xb8\x58\x6f\xbd\x8b\x81\xf3\x5c\x8d\x43\xb3\xcf\x03\xe7\xca\x35\xfb\x8c\xe5\x85\x93\x3e\x33\x00\x13\xb0\x39\x9a\xe6\x55\x88\xd5\xe9\xb3\x1f\x5e\xfc\xf0\xf2\xf9\x8f\xdf\xbd\x1c\x89\x4a\x93\x23\x96\x79\xef\x0d\x41\x7d\xbc\xe8\x7a\x24\x8c\x84\x4d\x23\x16\x05\xc7\xa4\x3e\xb9\xe0\xd8\x32\x6e\x50\xe9\x62\xdc\xbc\xd3\xb6\xdf\x5f\x7f\x8a\x79\x4e\xf1\x67\xf7\x53\x74\x1e\x2f\x45\x59\xf7\x26\xb4\x76\x4f\x37\x80\xbe\x68\x33\x1e\xf3\xc7\xcb\x25\xc7\x07\x14\x54\xaa\x12\xa0\xb2\xdb\xe6\x38\xa0\xa0\xf6\xcf\xee\xf8\x7d\x0d\x87\x6f\x98\x07\xb9\x9c\xc8\x4e\x50\x04\x08\x28\xfa\xf7\x1c\x77\x55\xaa\xdd\xe5\x0c\x43\xea\xa0\xa4\xaa\x73\xdc\xfe\xfa\xee\xf7\xbb\x57\x7f\x3c\x2c\x8b\xeb\xcb\x5e\xa6\x9e\x78\xd8\x7d\x67\x23\x1a\xdd\xf1\xb0\xe3\xab\xef\xa6\xee\xab\xe2\xc1\x84\x6b\xb2\x05\x69\xee\x87\x4e\x70\x2f\x06\xe3\x61\xa1\xca\xb7\x45\xfd\x05\xf7\x52\x1d\xfd\xd2\xcd\x31\xd2\x2f\x6d\x0e\x2e\x65\xb6\xdc\xd2\x67\x4b\xad\x9e\x2d\xaf\x29\x1e\xae\x15\x49\xfd\x1f\x34\x0d\xfc\x1f\x29\x2d\x7e\xd9\xd0\xa8\xc2\xc9\x94\xdc\x60\xd9\x3b\x6b\x24\x71\x82\xda\x34\x97\xbb\x72\x5b\x56\xfc\x0c\xae\x92\x9f\x62\xef\xde\x76\x75\xcf\xbc\x6b\x10\x41\xd3\x91\x9d\xe1\x25\x87\x75\x5a\x2d\xb7\x03\xb6\xbf\x40\x26\x15\xc7\xc4\x6b\x90\x29\x28\x9d\xcb\x9d\x2c\x2a\x35\xd6\xbb\x6e\x8e\x69\xd7\x20\x63\x2c\xb3\x97\xbb\xbf\xd8\x81\x4c\x58\xff\xeb\xf1\xf8\x27\x3b\x90\x51\xdb\xe7\x78\x58\x0f\xe3\xd7\xca\x67\x8e\xc1\xf5\xbf\x19\x8f\x31\x96\xd9\xdb\x43\xc7\x31\x72\x96\x6a\x2c\x77\x8e\xa1\xf7\xe2\xb2\xe2\x78\x31\x6b\xb9\x73\x1c\xc5\x3b\xd1\xda\x3f\xc9\xb7\x0f\xfd\xd6\xae\x3d\xe9\xbb\xb9\x22\xd7\x48\x61\x73\xac\x1e\x97\x1c\x56\x51\xf5\x96\x13\xad\xa1\xbd\x0d\x19\xef\x97\x58\xbb\xb3\x8b\x94\x7c\x50\x25\x75\x7d\xc4\xd6\xa9\xbf\x48\xed\xb7\x7d\xd6\x87\xf3\x10\x58\x0f\x43\xd7\x0f\x4d\x8e\x1e\x95\x34\xf5\x31\xc6\x32\x5b\x1f\x67\x8e\xb7\xbb\xd4\xf4\xc6\xa4\x2f\x1e\x7e\x93\xea\xd2\x19\xc6\xe3\x11\xa4\xbb\xb4\x63\xbf\xd5\xcb\xd1\x11\x93\x81\x78\x74\xa2\x7c\x61\x3c\x0c\x51\x3b\xec\x8f\x46\x57\x3c\x1e\x5c\x95\x5e\xdb\xcd\x78\x30\x6d\x76\x3d\x7b\xcf\x1e\x8e\x4e\x85\x74\xc7\xa3\x9f\xe5\x0b\xe3\xe1\x6f\xdd\x06\x14\xd2\x8e\xc7\x07\x57\xa5\x4f\x21\xad\x78\x78\x0f\x9d\x0a\x19\xe0\x18\xbd\x46\xbd\x60\xe9\x40\x99\x1d\x8f\x04\x79\x36\xf6\x36\xd6\x88\x87\xaf\x32\x62\xfb\x1c\x0f\xce\x44\xfe\x29\xc8\x0d\xe3\x3d\xd3\x59\x8b\x63\x60\x85\x69\xc6\x63\x8c\x65\x76\x3c\xb6\x48\x4c\xae\xf0\x0d\x31\xd5\x8e\xac\x6b\x23\x74\xde\x2e\xfb\xf2\xb0\xb3\x15\x1c\x52\x99\x54\xd0\xe4\x98\xb7\x1f\xbb\xe0\x78\xb3\x7a\x78\x45\x34\xd2\xdf\x7f\xbf\xbf\xbb\x84\xaa\x38\xde\xac\x1e\x8a\x67\x31\x5b\x08\x76\x28\xd0\xa7\x48\xd8\x73\xe6\x79\x87\x38\x9b\x23\x56\xb4\xf0\x58\xa4\x97\x8c\x3c\xe3\x16\x09\x20\xde\xb5\xdc\xc2\xed\xfb\x3b\x6d\x57\xbd\x46\x54\xe6\x3f\x8f\x49\xce\x62\x86\x3a\x4c\xa5\x60\x46\x2a\x26\x76\x5d\xa2\x6d\x3c\x8f\xa5\x68\x12\xcc\x35\xbc\xfe\x94\x49\xd5\x95\xbc\x71\xf1\x8c\x8b\x45\xa9\xa1\x75\xae\x97\xe3\x52\xb4\x1d\xcf\x63\x83\x2c\xf3\x9f\x71\x05\xe1\x47\xc3\xe2\x21\x91\xd6\xfb\x45\xa3\x70\x69\x56\xda\x10\xe3\x0e\xfd\x6f\xa4\xdc\x71\x84\x9b\xd2\x4e\xc5\x31\xf3\x79\xbd\xe2\xc8\x98\xd8\xdd\x0b\x83\xea\xd0\xf1\x50\x71\x82\xbb\x22\x65\xe7\x49\x22\x73\xa5\xaf\x60\x83\xe6\x11\x51\x54\x60\x59\x49\x57\x72\x7c\xf7\xb2\xf7\x72\xa7\x83\xe3\x72\x2b\xe6\x93\x84\x3a\x42\x53\xc5\xa3\xdc\x85\x95\xe9\x94\xb1\xdb\x81\x5d\xa8\xf7\x8b\xe2\x71\x20\xaa\xba\x78\xb2\x1b\x42\xf7\x1c\x74\xc7\x9a\x9a\x3a\xc1\x83\x74\xbe\x2d\xc9\x26\x77\x89\x71\xb2\x9e\x1f\x5b\x25\x66\xea\x92\x63\xde\xbe\x30\x41\xc2\x4d\x72\x9b\x60\xbc\x0f\x99\x60\x86\x11\x7e\x87\x9c\x1c\xd7\x3e\xb9\x31\x3a\xf7\x8b\xfd\x16\x36\x3e\xc9\x8e\xb3\x03\x0a\xd4\xba\x38\x5d\x32\x1b\x11\x5b\xb7\x7e\x4d\xf6\x62\xea\xbd\x50\x8b\x23\x43\xc5\x24\x6d\x10\x94\x76\x7f\x91\x8f\x20\xb7\x06\x85\x15\x67\x86\x6a\x2b\x55\xea\xee\xcc\x1a\x4c\x15\xc7\xf7\xd3\x39\x16\x65\xae\x8b\x3d\x3c\x9f\xf3\xc0\x6a\x19\xa8\x51\x10\x68\x34\xb0\xc7\xe3\xff\xbb\xa4\xaf\x8f\xcb\xea\xcf\x3f\x23\x20\x6a\xe7\x92\x2f\x2d\x5a\x54\x4f\x9a\x8b\xc2\xc5\xe2\x86\x1b\x54\x82\x18\x76\x40\x7e\x5c\x02\x81\x3f\x6e\xde\xfe\xea\xaf\xf8\x5c\x6a\x6e\x79\x65\xe0\x33\xd2\x7c\x4a\x59\x91\xe3\x7c\x91\x93\x56\xa6\x54\xfb\x04\x6c\x0a\x8f\x09\xe3\x17\x69\x8f\x2e\xa1\x2d\x21\xca\x84\xf0\xb3\x54\x80\x9f\x48\x9a\x71\x5c\x0e\xa7\xf3\x95\x59\x7b\xc1\xb6\xcc\x66\x3b\x92\x94\x77\x27\xf1\xfd\x03\x9e\x3e\x7d\x60\xd9\xd3\xa7\x3f\x41\x99\x46\x9b\x6b\x9f\x02\x5b\x0e\x97\x8f\x35\x23\x7f\x3e\xa9\x7d\xb8\x5a\xfc\x37\x00\x00\xff\xff\xae\x7f\xef\x09\x0c\x2f\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x9a\x6d\x8f\xdb\x36\x12\xc7\xdf\xfb\x53\x0c\xda\x37\xd9\x9c\xa5\x4d\x9a\xe2\x5a\x14\xb8\x03\x36\xbb\x69\xba\x77\x4d\xe2\x8b\x37\x39\x14\x41\x01\xd1\xe2\xd8\x62\x4d\x91\x2a\x49\x79\xe3\xc2\x1f\xfe\x40\x52\x92\x65\x3d\x2b\xb9\xbc\xc9\xda\x26\x39\x3f\x0e\xff\xe4\xf0\x61\xbe\x85\x77\x19\x8a\x57\x2f\xd7\xf0\x0b\xf2\x14\x6e\x13\xa2\xcc\x62\xf1\xa9\xf8\xf2\xf7\x27\x89\x31\x99\xfe\xe9\xfa\x7a\xc7\x4c\x92\x6f\xc2\x58\xa6\xd7\x32\x43\x81\x1b\x5d\xfe\x7f\x05\x4c\x03\x11\xf0\xd4\x7e\x06\x2d\x73\x15\x23\x68\x23\x15\xd9\x21\x64\x9c\x98\xad\x54\xe9\x53\x30\x09\x31\x90\x29\x79\x60\x14\x35\x64\xa8\x34\xd3\x06\x85\x01\x22\x28\xc4\x52\x18\xc2\x04\x2a\xf6\x17\x52\xd8\x70\x19\xef\xab\x26\xb6\x52\xc1\x1d\x1e\xde\x65\xfa\xb2\x28\xa0\x38\x30\x25\x45\x8a\xc2\xe8\x10\x16\x65\x3f\x2a\x1b\x69\xce\x0d\xcb\xf8\x19\x06\xc5\x8e\x09\xd4\x1e\x25\x26\x02\x36\x16\x30\xdf\xed\x90\x02\x13\x80\x44\x33\x7e\x0c\xe1\x06\x62\x99\xa6\x52\x40\x46\x8c\x41\x25\x6c\xff\x4c\x82\x90\x6b\x04\xb9\xad\xfc\x65\x24\x50\xe4\xec\x80\x0a\xee\x8e\x82\xa4\x2c\x86\x5f\x65\x4c\xf8\xea\xa3\x43\x36\x89\xd4\x08\x24\xcb\x38\x8b\x89\x61\x52\x78\xfc\x47\xa9\xf6\x5c\x12\x5a\x50\x3c\x12\x61\x6c\x4b\x24\x8e\x51\x6b\xa0\x4c\xef\x8b\x6e\x72\x99\x53\x38\x48\x9e\xa7\x68\xbf\x57\x18\x1b\x7e\x0c\x17\x55\x37\x0b\x7e\x8a\x19\x97\x47\xa4\x20\x05\x10\x71\x84\x7f\xe7\x1b\x54\x02\x0d\x6a\x88\x79\xae\x0d\x2a\x08\x00\x99\x49\x50\xd9\x3e\xba\x66\x97\x20\x45\x90\x29\x4c\x99\xed\x91\x02\x8a\x07\xe4\x32\x43\x05\x9c\x64\x46\x66\xf0\x24\x65\x82\xed\xf3\x0d\x5e\x85\x55\x77\x99\xd1\xc8\xb7\xd6\x17\x95\x49\xa2\xe1\x8f\x5c\xdb\x11\x94\xae\xfd\xf3\xd0\x48\x01\x47\x99\xab\x12\x61\xe9\xba\x84\x82\x6c\x38\xea\x6a\x38\x34\xaa\x03\x8b\x1b\xe3\x41\x51\xb3\x9d\x20\xa6\xe8\x91\x15\x0a\x64\x92\x2e\xeb\x9e\x5c\x56\x5d\x93\x75\xa3\xdc\x76\x23\x5c\x2c\xbe\xfd\x16\xee\x85\x51\x92\xe6\xb1\x2d\xbd\x58\x3c\x24\x4c\x43\x6c\x95\x0d\x1b\x29\x8d\x36\x8a\x64\xba\xea\x98\xef\x8e\x55\x91\xb7\xf8\xe9\xec\x42\x2f\xff\x9f\xae\xaf\xf7\xd5\x57\x21\x93\x57\x95\xf9\x5c\x33\xb1\x73\xda\xf8\x64\x67\xcf\x79\xb6\x24\xc8\xd3\x50\x27\x57\x90\x91\x78\x6f\xfb\x9a\x12\x41\x76\xa8\x3c\xdd\x7f\x72\x16\xef\xb5\xb1\x3c\xd6\x2f\x54\xc6\xb9\x35\x4f\x3c\xed\x6f\x32\x77\xce\x50\xb9\xa8\x18\xdb\x83\xfb\x3c\x7c\xfe\xe2\x6f\x15\x08\xb3\xe0\xa9\x93\xab\x95\xa8\xc6\x58\x0a\xaa\x43\x58\x23\x7a\xbc\x9a\xc9\xd7\x39\xa3\x68\x35\xd7\x9a\xe3\x54\xc6\x3a\x2c\x66\x75\xc8\xa4\xfb\x7c\x2d\xf0\xb3\xb9\xfe\xb3\xaa\x1e\x26\x26\xe5\x57\x4e\xe1\x14\x0d\x61\xdc\xcd\x1d\x6d\x94\x77\xb6\x0e\x17\x8b\x9f\xa5\x82\x54\x2a\xb4\xd3\x28\x53\x98\xa0\xd0\xec\x80\x97\xdd\x5c\x82\x87\x79\x64\x26\xf1\x84\xff\x45\x1e\xcb\x74\x2e\x98\x3c\x58\x11\xe1\x63\x81\xe5\x0a\x3a\x1f\xaf\x14\x2a\xfc\x33\x67\x9a\x19\xd4\x8b\x45\xd0\xf6\x9d\x33\xfd\xfe\xe5\xcd\x6d\x21\x4c\xba\x08\x80\xad\x6f\xd7\xf7\xb0\xfa\x08\x3a\xcf\x32\xa9\x8c\x75\xac\x9b\xfa\x82\xa2\xe2\x47\x3b\xda\x4c\x6c\x15\xf1\xfd\xcd\x15\x3a\x5b\x37\x94\xda\x5f\x2e\x16\x52\x85\x99\xd4\xcc\x48\x75\x5c\x2c\x5e\xe2\xd6\xba\xc3\xba\x89\x70\xde\x2a\xea\x94\xa9\x97\x76\xc6\x80\x40\xa4\x6e\x3d\xa0\xd4\xbb\xa5\xa7\xd1\xb3\x6f\x4a\xb7\x14\x0b\x34\x93\xd7\xbe\xbd\x2b\xdb\x8c\x9b\x84\xde\x08\x67\x28\x4c\xb8\x58\x44\x51\xb4\x21\x3a\x59\x24\x65\x83\xce\x56\xd1\x0a\x8c\xb5\x6a\xab\x17\x33\xac\xd9\x99\x46\xd3\x45\x6f\x21\x08\x04\x49\x51\x67\x24\xc6\xca\x4a\x23\x82\x0c\x34\x7a\x16\x88\x42\x8e\x44\x23\xd8\xd6\x06\x4d\x41\x94\x1e\x83\xa2\x74\x34\xcb\xfc\x83\x84\x5c\x14\x8d\x5d\x53\xe4\x68\x8a\x41\x13\x31\x7a\x90\x01\x08\xae\x21\x08\x08\xe7\xfe\x53\x51\xbb\x8e\x52\x99\xb9\x95\x62\xcb\x76\xb9\x22\xe5\xea\x64\x63\x1c\xe7\xf2\xd1\x2d\x26\x56\x8a\xc0\x99\x36\x3e\xe8\xc4\x65\x61\xfb\x75\x46\x14\x49\xd1\xa0\xd2\x76\x96\xdb\x9f\xab\x68\x90\x94\xab\x89\x49\x90\xd9\xb9\xb9\x25\x39\x37\x70\x20\x3c\x47\x3b\x25\x4e\xb0\x2a\x2b\xc3\xf0\xbf\x13\xdc\xa1\x8e\x15\xcb\x2c\xde\x48\xd9\xb2\xbc\x37\x36\xa1\xec\xe2\x04\xc1\xc4\x7f\xd3\x4b\xba\x7f\x30\xa3\xbc\xe3\x88\xd4\x86\xc4\x61\xac\x90\x18\x8c\x06\xfb\xf7\xca\xad\x0f\x7e\xad\x78\x8f\x7e\x87\xa3\x07\xca\x47\x46\xe5\x83\x4d\x5e\xf8\xc3\x73\x64\x3a\xf3\x66\x68\x5f\xc5\x13\xdc\x3a\x56\x1b\x0e\xed\x0a\x9f\x2b\x66\x8e\x90\x49\xce\xe2\x23\xa8\x36\xd6\x09\xa2\x2d\xe1\x7a\x12\x88\xe3\x60\x29\xd9\x61\x98\xe5\x9c\xaf\x5c\xa3\x3d\x15\x4f\x56\xc0\x45\xc8\xb5\x85\x4b\x84\xde\xb6\x21\xba\xdf\xbe\x95\x66\xa5\x50\xa3\x30\x83\x38\x35\x8e\xf3\x5a\xd7\xcb\xb1\xce\x30\x66\xdb\x23\x3c\x26\x2c\x4e\xec\xda\xbf\x47\x05\x0a\x77\x4c\x1b\x75\xb4\xcb\x9f\xdd\xb1\xd5\x39\xbe\xf9\x66\xd2\xa8\x14\x1c\x24\x63\x76\x8b\x82\x2a\xc4\xa1\x91\xa9\xf4\x71\xb3\xba\x87\xb5\xab\x30\xdc\xf6\x5c\x7d\x9c\x39\x9c\x67\xfa\xf5\x71\x9f\x96\xfb\xe5\x29\x28\x27\x88\xca\x85\x30\x0d\x2a\x1b\x3d\x7d\xec\xe0\x78\x20\xbb\xce\xc2\x25\xc7\x03\xd9\x4d\x62\x39\x41\xf4\x3c\x7c\xfe\x5d\xf8\x6c\x82\x47\x1a\x1c\x0a\xdd\x9e\x50\xf7\x70\xbc\xcd\xd3\x8d\xdf\x10\xd5\x18\xde\x17\x75\x3a\x39\x26\xca\xa3\xc9\xa1\x33\xa2\x34\xf6\xc8\xa4\x9a\xb7\x6b\x57\x0a\x56\x52\x72\xd8\x10\xed\x77\xb8\xfe\xcb\x2d\xe3\x58\xe3\x98\x37\x6f\xdd\x81\x47\x33\x29\x86\x95\x5a\xe9\x74\x75\x2e\x3f\xd8\xf6\x5c\x9d\xd6\x39\x06\x94\x5a\xd7\xe9\x14\x94\x9a\x4e\x8b\xff\x83\xfd\x8f\x3a\xa8\x59\x8b\x46\x38\xba\x95\xda\xd4\xe9\x18\xcb\x6c\x9d\xd6\x39\x06\x94\x5a\xd7\x69\x9d\xa1\x4f\xa8\xb3\x75\xca\xed\xa9\x74\x5c\x24\x95\x3e\x5c\xf9\xf1\x91\x99\xad\x8f\x16\x47\xb7\x48\xea\xfa\x98\x82\x52\xd3\x47\xad\xf1\xc0\x5b\x3b\x44\x53\x39\x5a\x22\x69\xea\x63\x8c\x65\xb6\x3e\x5a\x1c\xdd\x22\xa9\xeb\xa3\xc5\xd0\x21\x92\xaf\xd7\x87\x5d\x9c\x56\xc4\x24\x4d\x8e\x97\xc5\xf7\xce\x1d\x89\xd4\xc6\x7d\x28\xef\x28\xa4\x80\xb7\x92\x9e\x77\x20\x27\x88\xae\x0f\x44\x55\xd7\x45\xce\x4c\x5f\x2c\xb7\x1c\x8f\xb8\x49\xa4\xdc\x0f\x47\xdb\x9a\x4e\x09\x4d\x99\xb6\xc8\xa0\x87\x42\xdd\x6c\x9d\x96\x1c\x83\xd1\xf6\x52\xa7\x53\x50\x6a\x3a\xad\x8a\x07\x3d\x41\xb7\xcd\xd1\x17\x6d\xdb\x3a\x1d\x63\x99\xad\xd3\x92\x63\x30\xda\x5e\xea\xb4\xc5\xf0\xff\xd0\x69\xc9\x61\x95\xf7\x16\xcd\xa3\x54\xfb\xee\x38\xf7\x41\x23\xd4\x0a\xb9\xdb\x91\x7e\xa7\xcc\x8e\xb7\x5a\x90\x4c\x27\xd2\xbc\xcb\x50\x11\x23\x47\xd7\xd3\x75\x51\x7e\x24\xc2\xcc\xd6\x69\x8b\xa3\x7b\x6d\xad\xeb\x74\x0a\x4a\x4d\xa7\xa5\x85\xee\x60\x3b\x9d\xc3\x89\xb7\xa9\xd3\x31\x96\xd9\x3a\x6d\x71\xc4\x52\x18\x25\x39\xbf\x0c\x35\x9d\xfe\xb8\xad\x8a\x76\x8d\x4b\xcb\x1f\xe7\x96\x3b\xe2\xcb\x28\x87\x9f\xcb\xbd\xfe\xe8\x61\xf9\x7a\x7f\x8c\xc7\x97\x8a\xa1\xac\xd3\x31\x71\x67\xcf\x5b\x41\xd3\xb1\x35\x1d\xea\xf3\xc5\x46\x11\xb8\x63\x7a\x0f\x6f\xfc\xad\x69\x5f\xf9\x99\xf3\xc5\x72\x8c\xac\xe9\xd0\xd0\xc7\x14\x94\x9a\x3e\x84\xa4\x18\x50\xa6\xf7\x41\x71\xdf\x1b\xf5\x10\xf4\xaf\xe6\xd0\xb1\xa2\x8f\x51\x9c\x20\x7a\x16\xfe\x30\x49\x18\x67\x8e\xe2\xcc\x92\xb5\xe2\x7c\xbd\xdd\x3b\xf7\xee\x20\x95\x3d\x63\xa3\xaa\x8e\x30\xf6\xb8\xa2\x81\x28\x04\x7f\x7d\x42\x2b\x8e\x8b\x88\xef\x4d\x0c\x9c\x28\x6b\x1c\x9a\xfd\x35\x70\xb2\x5d\xb3\xbf\xb0\xbc\xf2\xd2\x67\x06\xbb\xb2\x6f\x8e\xa6\x79\x19\x63\x15\xfa\xec\x87\x17\x3f\x7c\xff\xfc\xc7\xef\xbe\x1f\xf1\x4a\x93\x23\x96\x79\xef\x1d\x45\x7d\xa6\xe8\xba\x27\x8c\x84\x4d\xc3\x17\x05\xc7\xa4\x31\xb9\xe0\xd8\x32\x6e\x50\xe9\x62\xc6\xbc\xd3\x76\xdc\x5f\x7d\x8e\x79\x4e\xf1\x67\xf7\x53\x74\x9e\x29\x45\x59\xf7\x2a\xb5\x76\x8f\x47\x80\xbe\x68\xd3\x1f\xf3\x67\xca\x25\xc7\x47\x14\x54\xaa\x12\xa0\x6a\xb7\xcd\x71\x40\x41\xed\x9f\xdd\xfe\xfb\x1a\x0e\xdf\x31\x0f\x72\xb9\x84\x9d\xa0\x70\x10\x50\xf4\x2f\x4a\xee\xb2\x56\xbb\xeb\x21\x86\xd4\x41\x49\x55\xe7\xb8\xfd\xf5\xdd\x87\xbb\x97\xbf\x3d\x2c\x8b\x0b\xd4\x5e\xa6\x1e\x7f\xd8\x9d\x6f\xc3\x1b\xdd\xfe\xb0\xf3\xab\xef\xae\xf0\xab\xfc\xc1\x84\xeb\xb2\x05\x69\xee\xc8\x4e\x70\x2f\x06\xfd\x61\xa1\xca\xd7\x4d\xfd\x05\x37\x63\x1d\xe3\xd2\xcd\x31\x32\x2e\x6d\x0e\x2e\x65\xb6\xdc\xd2\x67\x4b\xad\x9e\x2d\xaf\x29\x1e\xae\x15\x49\xfd\x1f\x34\x0d\xfc\x1f\x29\x2d\x7e\xd9\xd0\xa8\xc2\xc9\x94\xdc\x60\x39\x3a\x6b\x24\x71\x82\xda\x34\x03\x5d\xb9\x21\x2b\x7e\x06\x57\xc9\x2f\xb1\x77\x6f\xba\x86\x67\xde\xc6\x50\xd0\x74\x64\x4f\x78\xc9\x61\x8d\x56\x81\x76\xa0\xed\x2f\x90\x49\xc5\x31\xf1\x22\x66\x0a\x4a\x67\xa0\x93\x45\xa5\x68\x98\x60\xda\x15\xcc\x18\xc5\xec\x40\xf7\x07\x3b\x90\x09\x31\xbf\xee\x89\x7f\xb1\x03\x19\x6d\xfb\xec\x09\x6b\x61\xfc\x4a\xfb\xcc\x31\x18\xf9\x9b\xfe\x18\x63\x99\xbd\x25\x74\x1c\x23\xe7\xb8\x46\xa0\x73\x0c\xbd\x97\xa6\x15\xc7\x8b\x59\x81\xce\x71\x14\x6f\x54\x6b\x9f\x0e\xd0\xbe\x70\xb0\xed\xda\x63\x9c\x5b\x25\x72\x8d\x14\x36\xc7\xea\x61\xcb\x61\x15\x55\x6f\x39\xd1\x1a\xda\x1b\x90\xf1\x71\x89\xb5\x3b\xaf\x48\xc9\x07\x55\x52\xd7\x47\x6c\x8d\xfa\x4b\xdc\xfe\xb6\xcf\xfa\x70\x16\x02\x6b\x61\xe8\xea\xa3\xc9\xd1\xa3\x92\xa6\x3e\xc6\x58\x66\xeb\xe3\xcc\xf1\x66\x97\x9a\x5e\x9f\xf4\xf9\xc3\x6f\x4f\x5d\x2a\xc5\xb8\x3f\x82\x74\x97\x76\xec\xb4\x7a\x39\x3a\x7c\x32\xe0\x8f\x4e\x94\x2f\xf4\x87\x21\x6a\x87\xfd\xde\xe8\xf2\xc7\x83\xab\xd2\xdb\x76\xd3\x1f\x4c\x9b\x5d\xcf\xae\xb3\x87\xa3\x53\x21\xdd\xfe\xe8\x67\xf9\x42\x7f\xf8\x1b\xbf\x01\x85\xb4\xfd\xf1\xd1\x55\xe9\x53\x48\xcb\x1f\xde\x42\xa7\x42\x06\x38\x46\xaf\x70\x2f\x58\x3a\x50\x66\xfb\x23\x41\x9e\x8d\xbd\xcb\x35\xfc\xe1\xab\x8c\xb4\x7d\xf6\x07\x67\x22\xff\x1c\xe4\x86\xf1\x9e\xe5\xac\xc5\x31\x10\x61\x9a\xfe\x18\x63\x99\xed\x8f\x2d\x12\x93\x2b\x7c\x4d\x4c\xb5\x17\xeb\xda\x02\x9d\x37\xca\xbe\x3c\xec\x6c\x05\x87\x54\x26\x34\x34\x39\xe6\xed\xc4\x2e\x38\x5e\xaf\x1e\x5e\x12\x8d\xf4\xc3\x87\xfb\xbb\x4b\xa8\x8a\xe3\xf5\xea\xa1\x78\x92\xb3\x85\x60\x87\x02\x7d\x7a\x86\x3d\x61\x9e\xf7\x86\xb3\x39\x62\x45\x0b\x8b\x45\x6a\xcb\xc8\x13\x72\x91\x7c\xe2\x4d\xcb\x2d\xdc\xbe\xbf\xd3\x36\xea\x35\xbc\x32\xff\x69\x4e\x72\x16\x33\xd4\x61\x2a\x05\x33\x52\x31\xb1\xeb\x12\x6d\xe3\x69\x2e\x45\x93\x60\xae\xe1\xd5\xe7\x4c\xaa\xae\xc4\x91\x8b\x27\x64\x2c\x4a\x0d\xc5\xb9\x5e\x8e\x4b\xd1\x76\x3c\xcd\x0d\xb2\xcc\x7f\x42\x16\x84\x1f\x0d\x8b\x87\x44\x5a\x1f\x17\x8d\xc2\xa5\x78\x69\x43\x8c\x3b\xee\xbf\x96\x72\xc7\x11\x6e\xca\x76\x2a\x8e\x99\x4f\xfb\x15\x47\xc6\xc4\xee\x5e\x18\x54\x87\x8e\x47\x92\x13\xdc\x15\xe9\x42\x4f\x12\x99\x2b\x7d\x05\x1b\x34\x8f\x88\xa2\x02\xcb\x4a\xba\x92\xe3\xbb\xef\x7b\xaf\x75\x3a\x38\x2e\xb7\x62\x3e\x41\xa9\xc3\x35\x95\x3f\xca\x5d\x58\x99\xca\x19\xbb\x1d\xd8\x85\x7a\xbf\xc8\x1f\x07\xa2\xaa\x2b\x27\xbb\x21\x74\x4f\x51\x77\xac\xa9\xa9\x13\x3c\x48\x67\xdb\x92\x6c\x72\x97\x94\x27\xeb\xb9\xb9\x55\x52\xa8\x2e\x39\xe6\xed\x0b\x13\x24\xdc\x24\xb7\x09\xc6\xfb\x90\x09\x66\x18\xe1\x77\xc8\xc9\x71\xed\x13\x2b\xa3\xf3\xb8\xd8\x6f\x61\xe3\x13\xfc\x38\x3b\xa0\x40\xad\x8b\x73\x25\xb3\x1e\xb1\x75\xeb\x17\x64\x2f\xa6\xde\x08\xb5\x38\x32\x54\x4c\xd2\x06\x41\xd9\xee\x2f\xf2\x11\xe4\xd6\xa0\xb0\xe2\xcc\x50\x6d\xa5\x4a\xdd\x6d\x59\x83\xa9\xe2\xf8\xfb\x74\x8e\x45\x99\x67\x63\x8f\xcd\xe7\x1c\xb4\x5a\xf6\x6b\x14\x04\x1a\x0d\xec\xf1\xf8\x0f\x97\x70\xf6\x69\x59\xfd\xf9\x7b\x04\x44\xed\x5c\xe2\xa7\x45\x8b\xea\x09\x7b\x51\xb8\x58\xdc\x70\x7b\xf8\x27\x86\x1d\x90\x1f\x97\x40\xe0\xb7\x9b\x37\xbf\xfa\xcb\x3d\x97\x16\x5c\x5e\x16\xf8\x6c\x38\x9f\xce\x56\xe4\x57\x5f\xe4\xc3\x95\xe9\xdc\x3e\xf9\x9b\xc2\x63\xc2\xf8\x45\xca\xa5\x4b\xa6\x4b\x88\x32\x21\xfc\x2c\x15\xe0\x67\x92\x66\x1c\x97\xc3\xa9\x84\x65\xc6\x60\xb0\x2d\x33\xe9\x8e\x24\xe5\xdd\x09\x84\xff\x84\xa7\x4f\x1f\x58\xf6\xf4\xe9\x4f\x50\xa6\xf0\xe6\xda\xa7\xdf\x96\xd3\xe5\x53\xad\x91\xdf\x9f\xd4\x3e\x5c\x2d\xfe\x17\x00\x00\xff\xff\x8b\x78\x9a\xa8\x88\x2f\x00\x00"), }, "/components/openebs/crds": &vfsgen۰DirInfo{ name: "crds", @@ -1180,9 +1180,9 @@ var vfsgenAssets = func() http.FileSystem { "/components/openebs/templates/deployment-admission-server.yaml": &vfsgen۰CompressedFileInfo{ name: "deployment-admission-server.yaml", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 2488, + uncompressedSize: 2696, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x55\xdb\x6e\xdb\x46\x10\x7d\xf7\x57\x0c\x54\xa0\x97\x00\x62\xe0\x00\x05\x0a\x02\x09\xa0\x26\xee\x53\xeb\x0a\x56\x1b\xa0\x2f\xa9\x46\xcb\x21\xb9\xf0\x72\x87\xd8\x1d\xca\x61\x5d\xfd\x7b\xb1\x5c\xd2\x26\xa9\x4b\xdc\xf0\x49\x9a\x39\x73\xce\x5c\x76\x67\x1f\x1f\x97\xa0\x73\x48\x3e\xa2\x69\xc8\x27\x0f\xb4\x2b\x99\xef\x13\xb2\xb8\x33\x94\xc1\xe1\x70\x85\xb5\xfe\x48\xce\x6b\xb6\x29\x60\x5d\xfb\xd7\xfb\xeb\xab\x7b\x6d\xb3\x14\x3e\x50\x6d\xb8\xad\xc8\xca\x55\x45\x82\x19\x0a\xa6\x57\x00\x16\x2b\x4a\xe1\xf1\x11\x84\xaa\xda\xa0\x10\x2c\xb8\x26\x4b\x3b\x9f\xe4\x8d\x31\xc1\xbd\x80\x04\x0e\x87\x25\x66\x95\xf6\x81\x79\xe9\xc9\xed\xc9\x5d\x01\x18\xdc\x91\xf1\x81\x06\x82\x5a\x0a\xcf\x98\x3e\xb7\xce\xa5\x4a\x74\x72\x46\xa4\xf3\x45\x85\x0e\xeb\xc8\x10\xfa\x98\x52\x72\x17\xff\x24\xb7\x58\xd1\x00\x28\xc9\x69\xc1\x62\x86\xd8\x90\xdb\x6b\xf5\x04\x52\x5c\xd5\x6c\xc9\xca\xb9\x94\x06\x79\xcd\xaf\x9f\xb0\xcb\xd8\x8b\x2f\x06\xec\x87\x06\x87\x04\xfa\x51\xf4\x69\x27\xbd\x2f\xe4\xe1\x6b\x52\xa1\x35\x8e\x6a\xa3\x15\xfa\x09\x7e\x18\xdd\xe0\x8c\x89\x7b\x71\x28\x54\xb4\xb1\xa3\xd2\xd6\x94\xc2\xe2\x8e\x94\x23\x14\x5a\xc4\xfe\xb0\x31\xda\x16\x7f\xd6\x19\x0a\xa5\x60\x1b\x63\x42\x20\x19\x52\xc2\x2e\x06\x56\x28\xaa\xfc\x75\x34\x9b\x0b\xd3\x19\x26\xd2\x47\x8e\x4e\x46\xf8\xcc\x84\xe4\xe2\x90\xc3\x77\xa9\x81\x2f\x1a\xee\xd7\x75\xfa\x44\xe4\xcb\x86\x1a\x47\x74\xe6\x56\x59\xce\x68\xd3\xf7\xf5\x59\x65\x6c\x0d\xa1\x20\xfc\x17\x56\xe6\x72\xf4\xbf\xa0\x6d\x46\x56\xe0\xa7\x40\x14\xf4\xc8\x66\xc3\xcf\x13\xd2\xc2\x86\x1c\x8a\x66\xeb\x9f\x95\x47\xc6\x4b\xc2\xe3\xd8\xff\xab\x8b\x79\xae\xad\x96\xf6\x59\x74\xb0\x5c\x52\x7c\x8a\x3a\x2b\x17\xb9\x7c\xbc\xa3\x2b\xa5\xb8\xb1\x72\x7b\x7e\xf1\x1c\x03\x47\x0b\x22\x5c\x6e\x2b\xa8\x2d\xb9\xd1\xc1\x5c\x7e\xf1\xec\x01\xe8\xaa\x5b\x1b\x8b\xd1\x61\xea\x4c\xe1\x12\xb2\xd7\xc2\x2e\x14\x7e\xe2\x92\x76\x28\x38\x1c\xd2\x73\xbe\x3f\xb0\x80\xc3\x61\x31\xd7\x5a\x37\xc6\xac\xd9\x68\xd5\xa6\xb0\x32\x0f\xd8\x7a\x18\x41\xd0\x15\xa3\x02\x62\x11\x4b\x34\x9e\x0d\x17\xc2\x5e\x32\x72\x6e\xee\xde\xbf\x7d\x33\x33\xbd\x79\xf7\xed\xf5\xc8\x44\x76\x3f\xe7\x8c\x8d\xf9\x7d\x7d\x73\x7b\xf3\xf3\xe6\xef\xdb\xd5\x6f\x37\x9b\xf5\xea\xfd\xcd\x04\x05\xb0\x0f\x65\xfd\xe2\xb8\x4a\x67\x0e\x80\x5c\x93\xc9\xee\x28\x3f\xf6\xf4\xbe\x35\x4a\x99\x3e\xed\x8e\x24\x08\xfa\x1a\x15\x8d\xf0\xdf\xc0\xda\xb1\x22\xef\xbb\x74\xa0\xf1\x94\x41\xce\x2e\xae\x2a\x6d\x0b\xd0\x1e\x8c\xae\xb4\x50\x06\xc2\x20\x25\xc1\xf5\x8f\xdd\xc3\x81\x4a\xc8\xf9\x09\x55\xed\xc8\x87\x63\xa6\x6d\x07\xac\x0b\x47\x35\x70\x23\x75\x23\xc9\x04\xb8\x61\x18\x1e\x31\x50\x68\xbf\x13\xd8\xf5\xda\x25\x39\x82\x07\x2d\x65\x1f\xfd\xfd\xbb\x5e\xce\xff\x90\xac\xc0\x51\xd1\x18\x74\x40\x9f\x83\x54\x38\x4e\x13\xda\x95\x55\x25\x3b\xd8\x7e\xda\x42\x1a\x2b\x20\x0f\x68\xdb\xb0\xbf\x43\x2d\x52\xa2\x80\x17\x74\xe2\xa3\xc6\x76\xf6\x76\x6e\x27\x74\xdb\xe4\xd5\x76\xe0\x39\xa2\x29\xd1\x1f\x87\x43\xce\xc6\xf0\x03\x65\xb0\x6b\xe1\x1f\x72\x0c\xa1\x95\xec\xa8\x2b\x61\x42\xde\x91\x0c\x39\x86\x6e\x91\x15\x1d\x80\x5c\x55\x68\xb3\x38\x8e\x20\x22\xdc\xad\x43\x9d\x6b\xca\xc6\x5d\x34\x7a\x4f\x96\xbc\x5f\x3b\xde\xd1\xf4\x08\xd0\xe7\xf8\xc2\x8d\xbf\x9e\x77\x6e\x5e\x82\x2f\x8f\x4c\x4b\x75\x64\x12\xf2\x02\xdb\x38\x93\xa5\x82\xc5\xa7\x59\xe9\xc9\xab\xc5\x16\xde\xc2\xf5\x24\x30\x6c\x1f\x8d\xe6\x03\x19\x6c\x37\xa4\xd8\x66\xa7\x1f\xdb\x92\xd0\x48\xf9\xbe\x24\x75\x9f\x9c\x88\x19\x3f\x25\xe1\xab\xc9\x69\xce\x5e\x4a\x38\x41\xcf\xf6\xdf\x7f\x01\x00\x00\xff\xff\xe1\x70\x83\x5f\xb8\x09\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x56\x6d\x6f\xdb\x36\x10\xfe\xee\x5f\x71\xf0\x80\xbd\x14\xb0\x8a\x14\x18\x30\x08\x68\x01\x37\x71\xb1\x60\xa9\x6d\xc4\x6b\x87\x7e\x69\x7c\xa6\x4e\x16\x11\x8a\x14\xc8\x93\x53\x2f\xf3\x7f\x1f\x28\x4a\xb6\x24\xbf\x34\x9b\xbe\xf9\x5e\x9e\xe7\x78\x0f\xef\xe8\xe7\xe7\x11\xc8\x14\xa2\xcf\xa8\x4a\x72\xd1\x13\xad\x32\x63\x1e\x23\xd2\xb8\x52\x94\xc0\x6e\x37\xc0\x42\x7e\x26\xeb\xa4\xd1\x31\x60\x51\xb8\xd7\x9b\xab\xc1\xa3\xd4\x49\x0c\x37\x54\x28\xb3\xcd\x49\xf3\x20\x27\xc6\x04\x19\xe3\x01\x80\xc6\x9c\x62\x78\x7e\x06\xa6\xbc\x50\xc8\x04\x43\x53\x90\xa6\x95\x8b\xd2\x52\x29\xef\x1e\x42\x04\xbb\xdd\x08\x93\x5c\x3a\x8f\x3c\x72\x64\x37\x64\x07\x00\x0a\x57\xa4\x9c\x87\x01\xcf\x16\xc3\x21\xa6\xae\xad\x72\x89\x0c\x2d\x9f\x21\xa9\x7c\x81\xa1\x8a\xb5\xa4\x08\x5d\x28\x29\xba\x0f\x3f\xa2\x29\xe6\xd4\x04\x64\x64\x25\xe3\xba\x17\xb1\x20\xbb\x91\x62\x1f\x24\x4c\x5e\x18\x4d\x9a\xcf\x95\xd4\xd0\x4b\xf3\x7a\x1f\x3b\x0a\xbd\xf8\x6e\xc2\xa6\x69\xb0\x2f\xa0\x96\xa2\x2e\x3b\xaa\x7d\xbe\x0e\x57\x90\xf0\xad\xb1\x54\x28\x29\xd0\x75\xe2\x1b\xe9\x1a\x67\x28\xdc\xb1\x45\xa6\xf5\x36\x74\x94\xb7\x05\xc5\x30\xbc\x27\x61\x09\x99\x86\xa1\x3f\x46\x29\xa9\xd7\x9f\x8a\x04\x99\x62\xd0\xa5\x52\x3e\x91\x14\x09\x36\x36\x24\xe6\xc8\x22\xbb\x6b\x69\x73\x41\x9d\x46\x91\x3a\xb3\x75\x33\xfc\xa7\x3a\x20\x17\x45\xf6\xdf\xa5\x06\xbe\x48\xdc\xff\xd7\xe9\x13\x99\x2f\x13\x35\x48\x74\x66\xaa\x32\xe3\x78\x4a\xfc\x64\xec\xe3\x81\xa4\x65\x8c\x81\x6d\x49\x55\x36\xe9\x6a\xf8\xce\x00\x69\x93\xd0\xa2\x16\xe8\x80\xd4\xb6\xfa\x1a\x80\xcd\x17\xcc\xd5\xe5\xec\x7f\x40\xea\x84\x34\xc3\x6f\x0d\xdf\x65\x6a\x36\x8a\x2c\xb2\x34\xda\x1d\x98\x5b\xc6\x4b\xc4\xed\xdc\xff\xca\x8b\x69\x2a\xb5\xe4\xed\x81\xb4\xb1\x5c\x62\xdc\x67\x9d\xa5\x0b\x58\x2e\x0c\xfb\x58\x08\x53\x6a\x9e\x9e\xdf\x60\xc7\x81\xad\x4d\xe3\xb7\x84\x66\x94\x9a\x6c\xeb\x86\x8f\xbe\x7b\x89\x01\x64\x5e\xed\x9f\x61\xeb\x56\x56\x26\x3f\xcd\xc6\x49\x36\xd6\x1f\xfc\xc4\xb4\x57\x51\xb0\xdb\xc5\xe7\x7c\x7f\xe2\x1a\x76\xbb\x61\x9f\x6b\x5e\x2a\x35\x37\x4a\x8a\x6d\x67\x14\x02\x69\xb1\x77\xb6\x67\x01\x00\xed\xba\x75\xae\x70\xb6\x11\x2a\x67\x94\x59\xb3\x71\x9c\x90\xb5\x7d\xf7\xe6\xed\x9b\x9e\xe9\xcd\xbb\x1f\xaf\x5a\x26\xd2\x9b\x3e\x66\xe8\xd7\x6c\x3e\x99\x4e\xde\x2f\x1e\xa6\xe3\x8f\x93\xc5\x7c\x7c\x3d\xe9\x44\x01\x6c\x7c\xc9\x1f\xac\xc9\xe3\x9e\x03\x20\x95\xa4\x92\x7b\x4a\x8f\x3d\xb5\x6f\x8e\x9c\xc5\xfb\xdd\x14\x79\x42\x57\xa0\xa0\x93\x85\x8c\x6f\x3e\xde\x2e\x16\xb7\xb3\xe9\xc3\x5f\x93\xf7\xbf\xcf\x66\x7f\x3c\x7c\x18\xdf\xde\x7d\xba\x9f\x3c\xcc\x67\x77\xb7\xd7\x5f\x4e\xd5\xd5\xd5\xb2\x51\x24\x45\xa9\x4a\x4b\xfb\xde\xb6\x65\xf9\x01\xe6\xd6\x08\x72\xae\x62\x85\xd2\x51\x02\xa9\xb1\x61\xf5\x4a\xbd\x06\xe9\x40\xc9\x5c\x32\x25\xc0\x06\x38\x23\xb8\xfa\xb5\x7a\x08\x51\x30\x59\xd7\x81\x2a\x2c\x39\x7f\xdb\xa5\xae\x02\x8b\xb5\xa5\x02\x4c\xc9\x45\xc9\x51\x27\x70\x61\xa0\x79\x94\x41\xa0\xfe\x89\x61\x55\x73\x67\x64\x09\x9e\x24\x67\x75\xf6\xcf\xef\x6a\x3a\xf7\x4b\x34\x06\x4b\xeb\x52\xa1\x05\xfa\xe6\xa9\xfc\xad\xee\xc0\x8e\xb5\xc8\x8c\x85\xe5\xd7\x25\xc4\xe1\x04\xe4\x00\xf5\xd6\xbf\x47\xfe\x2c\x9c\x21\x83\x63\xb4\xec\x02\xc7\xb2\xf7\x5f\x60\xd9\x81\x5b\x46\xaf\x96\x0d\xce\x11\x4c\x86\xee\x38\x1d\x52\xa3\x94\x79\xa2\x04\x56\x5b\xf8\x9b\xac\x01\xdf\x4a\x63\xa9\x3a\x42\x07\xbc\x02\x69\x6a\xf4\xdd\x22\xcd\xd2\x07\x9a\x3c\x47\x9d\x04\x39\x3c\x09\x9b\x6a\xbd\xcb\x54\x52\xd2\xee\xa2\x92\x1b\xd2\xe4\xdc\xdc\x9a\x15\x75\xaf\x1c\x7d\x0b\x2f\x76\xfb\xab\x71\xfb\xe6\x11\xb8\xec\xc8\x34\x12\x47\x26\x26\xc7\xb0\x0c\x9a\x8c\x04\x0c\xbf\xf6\x8e\x1e\xbd\x1a\x2e\xe1\x2d\x5c\x75\x12\xfd\x12\x94\xa8\x6e\x48\xe1\x76\x41\xc2\xe8\xe4\xf4\x9f\x87\x8c\x50\x71\x76\x9d\x91\x78\x8c\x4e\xe4\x74\xd7\x01\x40\x41\x56\x9a\xe4\xa5\x80\x9d\xe8\xde\x1a\xfe\x37\x00\x00\xff\xff\x3f\xf4\x04\xb6\x88\x0a\x00\x00"), }, "/components/openebs/templates/deployment-local-provisioner.yaml": &vfsgen۰CompressedFileInfo{ name: "deployment-local-provisioner.yaml", @@ -1257,9 +1257,9 @@ var vfsgenAssets = func() http.FileSystem { "/components/openebs/values.yaml": &vfsgen۰CompressedFileInfo{ name: "values.yaml", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 3662, + uncompressedSize: 3671, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x57\xdf\x6f\xdb\x36\x10\x7e\xe7\x5f\x71\x50\x5e\x23\xff\x68\xd3\xb4\xd0\x5b\x13\xb7\x45\x80\x76\x09\xea\x74\x40\x31\xec\xe1\x2c\x9e\x24\x2e\x14\x4f\xe0\x51\x6e\xbc\x61\xff\xfb\x40\x49\x76\x1c\xc7\x75\x5c\x6c\x58\x9f\x2c\x93\xc7\xef\xee\x3e\x7e\x3c\x1e\x4f\x60\x46\x05\xb6\x36\xc0\x12\x6d\x4b\x02\x05\x7b\xe0\x86\x1c\x2d\x64\xa4\x4e\xe0\xb6\x32\x02\x46\x00\xe1\xeb\xdb\x4f\x1f\xd3\x82\x7d\x8d\x21\x90\x86\xc2\x58\x8a\x06\x33\xca\x2d\x7a\x82\x25\x7a\x83\x0b\x4b\x02\x81\x61\x41\xd0\xa0\x08\x69\x30\x2e\x30\xac\xb8\xf5\x10\xa8\x6e\x2c\x06\x92\x91\x52\x7e\x81\x79\xa6\x00\x4e\x60\xde\x50\x6e\x0a\x43\x02\xdf\x2a\x0a\x15\x79\xf8\x7c\xf1\xf6\x12\x3c\x09\xb7\x3e\x27\x01\xa9\xb8\xb5\x3a\x22\xe6\x9e\x30\x90\x56\x30\x7c\x65\x10\x7c\x4b\x0a\xa0\x91\xe6\x9d\x8b\xbe\x75\x06\x05\x5a\x21\xa5\x84\xfc\xd2\xe4\xf4\x36\xcf\xb9\x75\x21\x7b\xba\xc6\x61\x4d\x99\x52\x9e\x2c\xa1\x50\x1f\x4b\xb2\xce\xdb\xf0\x78\x49\x5e\x0c\xbb\x04\x2c\x2e\xc8\x76\xac\xe4\xec\x82\x67\x0b\x8d\x45\x47\x90\x73\xdd\xb0\x23\x17\x44\x01\x0c\xd6\x19\x24\xd3\xd1\x74\x3a\x9a\x24\x4a\x99\x1a\xcb\x0e\xb7\x69\xad\xbd\x61\x6b\xf2\x55\x06\x57\xc5\x2f\x1c\x6e\x3c\x09\xb9\xa0\x00\x3c\x35\x2c\x26\xb0\x5f\x65\x90\x24\x4a\x61\x63\x62\xe0\xe4\xe3\x3a\x5a\xa7\x34\x44\xdc\x03\x6e\x82\x1c\xd7\xe9\xc6\x3c\x59\x4f\xdf\x62\xb9\x15\x43\xe7\xc0\x9a\x1c\x25\x83\x69\x8c\x84\x7d\x90\x08\x0d\x40\xf7\x81\xbc\x43\x7b\xc3\x3e\x64\xf0\xea\xfc\xd5\x79\x37\x6c\xdc\x9e\x61\x69\xd0\xf7\x14\x6d\x05\x95\x74\x44\x47\x1f\x8e\x35\xcd\xc9\x52\x1e\xd8\x67\xf0\xd7\xdf\x0a\x20\xb0\x25\x8f\xc1\xb0\x93\x0c\x7e\xfb\x5d\x01\x60\x51\x18\x67\xc2\x6a\x30\xa8\x08\x6d\xa8\x2e\x2b\xca\xef\xb2\xc1\xb1\x09\x06\xed\x8c\x2c\xae\xe6\x94\xb3\xd3\x92\xc1\xcb\x49\x37\xd7\x90\x37\xac\x37\xa3\xe7\x13\xa5\x74\xaf\xd9\x79\x60\x8f\x25\x5d\xb2\x2b\x4c\xf9\x88\xb3\x24\x92\x96\xa8\xa8\x4f\xe3\xbb\xd0\x56\xd0\x46\x3d\x2e\x56\x10\x2a\x82\xeb\x86\xdc\xbb\x8b\x79\xd4\xaa\x04\xf6\x04\x9a\x16\x6d\x09\xc6\xf5\x02\x37\xec\x00\x9d\x06\xe1\xb8\xf3\xa1\x52\x27\x10\x2a\x0c\x10\x85\x5e\x92\x8b\xc9\x75\xda\xee\xb0\x72\x6e\xbd\x10\x70\x01\xbe\x75\xce\xb8\x72\x83\x1e\x15\x83\xc6\x91\x97\x91\x5a\xa2\xdf\x84\x72\x83\xa1\x8a\xe1\x2e\x50\x68\x66\x7c\x06\xc9\x78\x89\x7e\x3c\xec\x6c\xa2\x54\xe3\x79\x69\xa2\xa2\x8e\x93\xc2\xf0\x9b\xde\xbd\x91\x74\x6b\xe9\x91\xb2\xf8\x19\x1b\x68\x39\x47\xfb\x83\x59\x6e\x99\xa7\xfd\xfa\xe5\x91\x19\x46\x9e\x3b\xce\x1f\x13\x3d\xee\x50\x7e\x96\x86\xc5\x61\x23\x15\x87\xeb\x26\xfa\xe1\xbd\x14\x0c\x25\xc7\xf6\x04\x3d\xa5\x64\x8d\x91\x3e\x18\x26\x0f\x86\xbb\xa4\xec\xf0\x7d\x00\x6e\x47\x44\x47\x91\xdc\x36\xa5\x47\x4d\xf3\x10\x0f\x47\x19\x2b\xda\x67\xea\x8b\xee\xcf\x62\xd8\xe9\xfa\x18\x5d\xc5\xd0\x52\x6d\xe4\x2e\xad\xd1\x61\x49\x3e\xc5\x5a\x9f\x9f\xed\x68\x6b\x32\x3a\xef\xb3\xde\x2e\x87\xcd\x1e\x51\xf5\xf3\x3d\x6d\x62\xfe\x8c\x9e\xa6\x93\xd7\x2f\x5f\x9f\x4d\xdf\xbc\x38\x9b\xf4\xe3\xfd\xad\x04\x49\xf7\xb7\x30\x36\x90\x97\xed\x02\x7b\x2d\x33\x23\x77\xef\xee\x73\xdb\x6a\x7a\xdf\xcd\x6f\xc2\x5f\xdb\xfc\x4a\x4e\xb3\x7f\x3a\xd9\x2f\xea\x67\x25\x83\xe4\xf2\xe3\xf5\x97\xd9\xc5\xd7\xdb\xd3\xa1\x2a\x25\x5b\x18\xf1\x50\x3c\x41\x30\xae\x43\x88\x73\xd2\xdd\x4b\x5b\xb0\xeb\x41\xcb\xdc\x9c\x16\x7a\x72\x2a\x7e\x72\x3a\xd6\xb4\x1c\x7b\xac\xfb\x0f\x5d\xa7\xfd\x47\xad\x87\x99\x85\x1e\xd4\xb7\xa0\x47\x59\xce\x09\xf3\x8a\x24\xac\x6f\xed\x23\x55\xf2\x1f\xc8\xe2\xd0\x99\xfb\xbe\x3c\x78\x58\x75\x58\x1f\xcf\x9c\x8a\xf5\xa1\xf8\x9f\xb2\x8d\xf1\xa0\x36\x8e\x44\x9e\xc3\x38\xdb\x07\x31\xed\x81\x0b\x34\xb6\xf5\x74\x5b\x79\x92\x8a\xad\x8e\xc9\xa9\x6f\xb4\xa8\x98\xef\x8e\x21\x11\x75\x6d\x24\x16\x94\xf4\x99\x8e\x65\x70\xb4\x69\x98\x4a\xc7\x9e\x9e\xb0\xfa\xaf\x49\xf9\xf1\x72\xa4\xfe\x30\x4b\xcc\xf6\xa4\x16\xc7\x8f\xb8\x87\x5e\x2a\x80\xc7\x6d\xcb\x9e\x1b\x29\x51\x2a\x97\x41\x97\x0d\xb3\xdd\x5f\xa6\x3b\x93\x34\xce\x1f\x2a\xf6\xcc\xf6\x53\x59\x87\xe7\x20\xd2\xba\xac\xc3\x01\x9c\x80\xbe\xa4\x83\x28\x46\x42\x79\x08\x61\xc9\xb6\xad\xe9\xb9\x58\x7a\xab\xc3\xd1\xa8\x8a\x6c\xd3\x5f\x5e\xbb\x20\xd6\xb8\xf6\x3e\x6d\x83\xb1\xf2\x9d\xcd\x50\x05\x61\x68\x3d\x7d\x88\x6f\x90\x47\x9a\x5d\x57\x9f\x0f\x37\xb7\x17\x28\xa4\xbf\x7c\xb9\x9a\xed\xb4\xbb\x6b\x13\x80\x2d\x94\xf7\xb6\x73\xb0\xbd\x2c\x6e\xa0\xd7\x0f\xe8\x57\x4e\x02\x5a\x3b\x9c\x0b\xd5\x44\x59\x9b\xde\x7d\xcd\x2e\xb6\xfe\xc6\x95\x3b\xbe\x1e\x0a\xf1\x93\x8e\x9f\xee\x63\x0f\x7f\xe0\x52\x56\xe8\xd0\xae\x82\xc9\x65\xdf\xa9\x5c\x3f\xb7\x56\xb1\x75\xad\x62\xdb\xda\x35\xb0\xba\xf5\x43\xcb\x5b\x04\xf2\xf0\xad\x32\x79\x05\x08\x4d\x6c\x65\x69\x49\x2e\x80\x23\xd2\xeb\x87\x5d\x7c\xbb\x8c\xa2\xc0\x8c\x2b\xaf\xe2\x7b\x61\x89\x36\x83\xe4\xc5\x59\x95\xa8\x7f\x02\x00\x00\xff\xff\x7b\x90\xd5\xf6\x4e\x0e\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x57\x5b\x6f\xdb\x38\x13\x7d\xe7\xaf\x18\x28\xaf\x71\xec\xb4\xe9\x05\x7a\x6b\xe2\xb6\x08\xd0\x36\x41\x9d\x7e\x40\xf1\x61\x1f\xc6\xe2\x48\xe2\x86\xe2\x08\x1c\x4a\x89\x77\xb1\xff\x7d\x41\x5d\x1c\x27\x76\x1d\xef\x05\xdb\x27\xcb\xe4\xf0\xcc\xcc\xe1\xe1\x70\x78\x04\x73\xca\xb1\xb1\x01\x5a\xb4\x0d\x09\xe4\xec\x81\x6b\x72\xb4\x94\x13\x75\x04\x37\xa5\x11\x30\x02\x08\xdf\xdf\x7d\xfe\x34\xc9\xd9\x57\x18\x02\x69\xc8\x8d\xa5\x68\x30\xa7\xcc\xa2\x27\x68\xd1\x1b\x5c\x5a\x12\x08\x0c\x4b\x82\x1a\x45\x48\x83\x71\x81\x61\xc5\x8d\x87\x40\x55\x6d\x31\x90\x9c\x28\xe5\x97\x98\xa5\x0a\xe0\x08\x16\x35\x65\x26\x37\x24\x70\x57\x52\x28\xc9\xc3\xd7\xf3\x77\x17\xe0\x49\xb8\xf1\x19\x09\x48\xc9\x8d\xd5\x11\x31\xf3\x84\x81\xb4\x82\xe1\x2b\x85\xe0\x1b\x52\x00\xb5\xd4\xef\x5d\xf4\xad\x53\xc8\xd1\x0a\x29\x25\xe4\x5b\x93\xd1\xbb\x2c\xe3\xc6\x85\x74\x7b\x8d\xc3\x8a\x52\xa5\x3c\x59\x42\xa1\x3e\x96\x64\xcc\xdb\xf0\xb4\x25\x2f\x86\x5d\x02\x16\x97\x64\x3b\x56\x32\x76\xc1\xb3\x85\xda\xa2\x23\xc8\xb8\xaa\xd9\x91\x0b\xa2\x00\x06\xeb\x14\x92\xd3\x93\xd3\x17\x27\xb3\x44\x29\x53\x61\xd1\xe1\xd6\x8d\xb5\xd7\x6c\x4d\xb6\x4a\xe1\x32\xff\xc2\xe1\xda\x93\x90\x0b\x0a\xc0\x53\xcd\x62\x02\xfb\x55\x0a\x49\xa2\x14\xd6\x26\x06\x4e\x3e\xae\xa3\x31\xa5\x21\xe2\x1e\x70\x1d\xe4\xb4\x9a\xac\xcd\x93\x71\xfa\x06\x8b\x8d\x18\x3a\x07\xd6\x64\x28\x29\x9c\xc6\x48\xd8\x07\x89\xd0\x00\x74\x1f\xc8\x3b\xb4\xd7\xec\x43\x0a\xaf\x5e\xbf\x7a\xdd\x0d\x1b\xb7\x63\x58\x6a\xf4\x3d\x45\x1b\x41\x25\x1d\xd1\xd1\x87\x63\x4d\x0b\xb2\x94\x05\xf6\x29\xfc\xfe\x87\x02\x08\x6c\xc9\x63\x30\xec\x24\x85\xff\xff\xa2\x00\x30\xcf\x8d\x33\x61\x35\x18\x94\x84\x36\x94\x17\x25\x65\xb7\xe9\xe0\xd8\x04\x83\x76\x4e\x16\x57\x0b\xca\xd8\x69\x49\xe1\xe5\xac\x9b\xab\xc9\x1b\xd6\xeb\xd1\xd7\x33\xa5\x74\xaf\xd9\x45\x60\x8f\x05\x5d\xb0\xcb\x4d\xf1\x88\xb3\x24\x92\x96\xa8\xa8\x4f\xe3\xbb\xd0\x56\xd0\x44\x3d\x2e\x57\x10\x4a\x82\xab\x9a\xdc\xfb\xf3\x45\xd4\xaa\x04\xf6\x04\x9a\x96\x4d\x01\xc6\xf5\x02\x37\xec\x00\x9d\x06\xe1\xb8\xf3\xa1\x54\x47\x10\x4a\x0c\x10\x85\x5e\x90\x8b\xc9\x75\xda\xee\xb0\x32\x6e\xbc\x10\x70\x0e\xbe\x71\xce\xb8\x62\x8d\x1e\x15\x83\xc6\x91\x97\x13\xd5\xa2\x5f\x87\x72\x8d\xa1\x8c\xe1\x2e\x51\x68\x6e\x7c\x0a\xc9\xb4\x45\x3f\x1d\x76\x36\x51\xaa\xf6\xdc\x9a\xa8\xa8\xc3\xa4\x30\xfc\x4e\x6e\xdf\xca\x64\x63\xe9\x81\xb2\xf8\x19\x1b\x68\x39\x43\xfb\x17\xb3\xdc\x30\x9f\xf4\xeb\xdb\x03\x33\x8c\x3c\x77\x9c\x3f\x26\x7a\xda\xa1\xfc\x2c\x0d\x8b\xc3\x5a\x4a\x0e\x57\x75\xf4\xc3\x3b\x29\x18\x4a\x8e\xed\x09\xda\xa6\x64\xc4\x98\x3c\x18\x26\x0f\x86\x4f\x49\x79\xc2\xf7\x1e\xb8\x27\x22\x3a\x88\xe4\xa6\x2e\x3c\x6a\x5a\x84\x78\x38\x8a\x58\xd1\xbe\x52\x5f\x74\x7f\x16\xc3\x4e\x57\x87\xe8\x2a\x86\x36\xd1\x46\x6e\x27\x15\x3a\x2c\xb6\xce\xcd\xec\xe4\x4d\x9f\xef\x66\x21\xac\x77\xc8\xa9\x9f\xef\x09\x13\xf3\x5b\xf4\x71\x3a\x7b\xf3\xf2\xcd\xd9\xe9\xdb\x17\x67\xb3\x7e\xbc\xbf\x8f\x20\xe9\xfe\xe6\xc6\x06\xf2\xb2\x59\x5a\xaf\x64\x6e\xe4\xf6\xfd\x7d\x66\x1b\x4d\x1f\xba\xf9\x75\xe0\xa3\xcd\xff\xc8\x69\xf6\xdb\x93\xfd\xa2\x7e\x56\x52\x48\x2e\x3e\x5d\x7d\x9b\x9f\x7f\xbf\x39\x1e\xea\x51\xb2\x81\x11\x8f\xc3\x16\x82\x71\x1d\x42\x9c\x93\xee\x46\xda\x80\x1d\x07\x2d\x73\x7d\x9c\xeb\xd9\xb1\xf8\xd9\xf1\x54\x53\x3b\xf5\x58\xf5\x1f\xba\x9a\xf4\x1f\x95\x1e\x66\x96\x7a\xd0\xdd\x92\x1e\x65\xb9\x20\xcc\x4a\x92\x30\xde\xd7\x07\xea\xe3\x5f\x10\xc4\xbe\xd3\xf6\x63\x61\xf0\xb0\xea\x47\xca\x78\xe6\x24\x8c\x07\xe1\x3f\xca\x33\xc6\x83\xda\x38\x12\x79\x0e\xe3\x6c\x17\xc4\x69\x0f\x9c\xa3\xb1\x8d\xa7\x9b\xd2\x93\x94\x6c\x75\x4c\x4e\xdd\xd1\xb2\x64\xbe\x3d\x84\x3e\xd4\x95\x91\x58\x44\x26\xcf\x74\x29\x83\xa3\xb1\x49\x4a\x3e\xa0\xb1\xdb\xac\xfe\x63\x52\xfe\x56\x09\x62\x09\x5f\x28\xdc\xb1\xbf\x5d\xf7\x96\xbf\x9a\x16\xd3\x1d\xf9\xc6\xf1\x03\x2e\xa4\x97\x0a\xe0\x71\xff\xb2\xe3\x6a\x4a\x94\xca\x64\x90\x69\xcd\x6c\x77\xd7\xeb\xce\x64\x12\xe7\xf7\x55\x7d\x66\xfb\xb9\xa8\xc2\x73\x10\x93\xaa\xa8\xc2\x1e\x9c\x80\xbe\xa0\xbd\x28\x46\x42\xb1\x0f\xa1\x65\xdb\x54\xf4\x5c\x2c\xbd\xd5\xfe\x68\x54\x49\xb6\xee\x6f\xb1\xa7\x20\xd6\xb8\xe6\x7e\xd2\x04\x63\xe5\x07\x9b\xa1\x72\xc2\xd0\x78\xfa\x18\x1f\x23\x8f\x84\x3c\x16\xa3\x8f\xd7\x37\xe7\x28\xa4\xbf\x7d\xbb\x9c\x3f\xe9\x7b\x47\x13\x80\x0d\x94\x0f\xb6\x73\xb0\xb9\x2c\x6e\xa0\xd7\x0f\xe8\x97\x4e\x02\x5a\x3b\x1c\x16\x55\x47\xad\x9b\xde\x7d\xc5\x2e\xbe\x01\x8c\x2b\x9e\xf8\x7a\xa8\xcb\x5b\xad\x3f\xdd\xc7\x66\x7e\xcf\xed\xac\xd0\xa1\x5d\x05\x93\xc9\xae\xa3\x3a\xbe\xbb\x56\xb1\x87\x2d\x63\xff\xda\x75\xb2\xba\xf1\x43\xef\x9b\x07\xf2\x70\x57\x9a\xac\x04\x84\x3a\xf6\xb4\xd4\x92\x0b\xe0\x88\xf4\xf8\xc2\x8b\x8f\x98\x93\x28\x30\xe3\x8a\xcb\xf8\x70\x68\xd1\xa6\x90\xbc\x38\x2b\x13\xf5\x67\x00\x00\x00\xff\xff\xbb\x24\x4e\x3b\x57\x0e\x00\x00"), }, "/components/prometheus-operator": &vfsgen۰DirInfo{ name: "prometheus-operator",