You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to work around the private Helm Repo Problem by downloading the chart and include it into the ArgcoCD Repo. But this won't work anymore after updating from 0.7.
Version Matrix
version
success
0.7.0
true
0.8.0
true
0.9.0
true
0.10.0
true
0.11.0
false
0.12.0
false
0.13.0
false
build binary
make build/argocd-lovely-plugin
create helm chart
cd examples/multiple-helm-charts/charts/chart2/charts
mkdir charts
helm create charts/hello-world
I used to work around the private Helm Repo Problem by downloading the chart and include it into the ArgcoCD Repo. But this won't work anymore after updating from 0.7.
Version Matrix
build binary
create helm chart
cd examples/multiple-helm-charts/charts/chart2/charts mkdir charts helm create charts/hello-world
remove repository
sed -i '/repository/d' Chart.yaml
run plugin
Result
ARGOCD_APP_NAME=foo ../../../../build/argocd-lovely-plugin | head --- # Source: hello-world/charts/hello-world/templates/serviceaccount.yaml apiVersion: v1 kind: ServiceAccount metadata: name: foo-hello-world labels: helm.sh/chart: hello-world-0.1.0 app.kubernetes.io/name: hello-world app.kubernetes.io/instance: foo
The text was updated successfully, but these errors were encountered: