odpi / egeria-samples

various samples that can be useful either for learning or as initial starting points for working with Egeria
Apache License 2.0
13 stars 8 forks source link

Delete VDC chart #30

Closed planetf1 closed 2 years ago

planetf1 commented 3 years ago

The VDC chart can no longer be installed if taken as is, since:

jonesn:helm-charts/ (master*) $ helm install vdc odpi-egeria-vdc                                                                                                   [11:45:03]
Error: found in Chart.yaml, but missing in charts/ directory: kafka, openldap
jonesn:helm-charts/ (master*) $ helm dep update odpi-egeria-vdc                                                                                                    [11:45:11]
Getting updates for unmanaged Helm repositories...
...Unable to get an update from the "https://kubernetes-charts.storage.googleapis.com/" chart repository:
    failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
...Successfully got an update from the "https://charts.bitnami.com/bitnami" chart repository
Error: no cached repository for helm-manager-1067d9c6027b8c3f27b49e40521d64be96ea412858d8e45064fa44afd3966ddc found. (try 'helm repo update'): open /Users/jonesn/Library/Caches/helm/repository/helm-manager-1067d9c6027b8c3f27b49e40521d64be96ea412858d8e45064fa44afd3966ddc-index.yaml: no such file or directory
jonesn:helm-charts/ (master*) $ helm install vdc odpi-egeria-vdc                                                                                                   [11:45:31]
Error: found in Chart.yaml, but missing in charts/ directory: kafka, openldap

This is due to the referenced repo no longer being available.

Aside: I found this whilst trying to verify https://github.com/helm/helm/issues/5780 - should retest once the vdc chart is working again.

planetf1 commented 2 years ago

I propose to delete this chart. We can restore it if/when we continue with vdc

planetf1 commented 2 years ago

All charts are also now in the new egeria-charts repository

planetf1 commented 2 years ago

removed