uswitch / kiam

Integrate AWS IAM with Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Helm chart repo

pingles opened this issue · comments

The build is currently broken because it can't push Helm charts.

+ sh ci/helm-package.sh
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(1/6) Installing brotli-libs (1.0.9-r2)
(2/6) Installing nghttp2-libs (1.42.0-r0)
(3/6) Installing libcurl (7.74.0-r0)
(4/6) Installing expat (2.2.10-r0)
(5/6) Installing pcre2 (10.36-r0)
(6/6) Installing git (2.30.0-r0)
Executing busybox-1.30.1-r2.trigger
OK: 19 MiB in 21 packages
diff --git a/helm/kiam/Chart.yaml b/helm/kiam/Chart.yaml
--- a/helm/kiam/Chart.yaml
diff --git a/helm/kiam/README.md b/helm/kiam/README.md
--- a/helm/kiam/README.md
diff --git a/helm/kiam/templates/agent-daemonset.yaml b/helm/kiam/templates/agent-daemonset.yaml
--- a/helm/kiam/templates/agent-daemonset.yaml
diff --git a/helm/kiam/templates/server-daemonset.yaml b/helm/kiam/templates/server-daemonset.yaml
--- a/helm/kiam/templates/server-daemonset.yaml
diff --git a/helm/kiam/templates/server-deployment.yaml b/helm/kiam/templates/server-deployment.yaml
--- a/helm/kiam/templates/server-deployment.yaml
diff --git a/helm/kiam/values.yaml b/helm/kiam/values.yaml
--- a/helm/kiam/values.yaml
Creating /root/.helm 
Creating /root/.helm/repository 
Creating /root/.helm/repository/cache 
Creating /root/.helm/repository/local 
Creating /root/.helm/plugins 
Creating /root/.helm/starters 
Creating /root/.helm/cache/archive 
Creating /root/.helm/repository/repositories.yaml 
Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com 
Error: error initializing: Looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden

Looks like this is the suggested fix
helm init --stable-repo-url https://charts.helm.sh/stable

PRs welcomed @Joseph-Irving ;-)

I believe this is related to the helm v2 deprecation, we should switch to helm v3