helm artifact can not search helm chart
Issue Summary:
helm artifact can not search helm chart
Cloud Provider(s):
kubernetes
Environment:
kubernetes v1.27.7 spinnaker v1.32.2
Feature Area:
helm artifact
Description:
helm artifact can not search helm chart
Steps to Reproduce:
Install chartmuseum
docker run -d --name chartmuseum \
--restart always \
-p 8082:8080 \
-e DEBUG=1 \
-e STORAGE=local \
-e STORAGE_LOCAL_ROOTDIR=/charts \
-e BASIC_AUTH_USER="admin" \
-e BASIC_AUTH_PASS="Password#123" \
-v /data/chartmuseum:/charts \
ghcr.io/helm/chartmuseum:v0.16.0
chown -R 1000:1000 /data/chartmuseum/
upload demo helm charts
root@ubuntu:~# helm pull bitnami/nginx
root@ubuntu:~# curl --data-binary "@nginx-15.4.3.tgz" --user "admin:Password#123" http://192.168.72.16:8082/api/charts
{"saved":true}
config spinnaker to enable helm artifact
hal config artifact helm enable
hal config artifact helm account add registry-helm-account \
--repository http://192.168.72.16:8082/chartmuseum \
--username admin \
--password Password#123
hal deploy apply
but i can not search helm chart use helm artifact account
Additional Details:
This issue hasn't been updated in 45 days, so we are tagging it as 'stale'. If you want to remove this label, comment:
@spinnakerbot remove-label stale
This issue is tagged as 'stale' and hasn't been updated in 45 days, so we are tagging it as 'to-be-closed'. It will be closed in 45 days unless updates are made. If you want to remove this label, comment:
@spinnakerbot remove-label to-be-closed
This issue hasn't been updated in 45 days so we are tagging it as 'to-be-closed'. It will be closed in 45 days. Add some activity and the label will be removed within several hours.
This issue is tagged as 'to-be-closed' and hasn't been updated in 45 days, so we are closing it. You can always reopen this issue if needed.