spinnaker icon indicating copy to clipboard operation
spinnaker copied to clipboard

helm artifact can not search helm chart

Open weironz opened this issue 2 years ago • 1 comments

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

image

Additional Details:

weironz avatar Dec 04 '23 07:12 weironz

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

spinnakerbot avatar Jan 18 '24 07:01 spinnakerbot

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

spinnakerbot avatar Mar 03 '24 07:03 spinnakerbot

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.

github-actions[bot] avatar Apr 17 '24 12:04 github-actions[bot]

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.

spinnakerbot avatar Jun 01 '24 12:06 spinnakerbot