cisco-open / cluster-registry-controller

An operator that automatically synchronizes Kubernetes resources across multiple clusters
Apache License 2.0
22 stars 8 forks source link

Rewrite helm publish GH action #13

Closed Laci21 closed 2 years ago

Laci21 commented 2 years ago
Q A
Bug fix? yes
New feature? yes
API breaks? no
Deprecations? no
Related tickets
License Apache 2.0

What's in this PR?

Use a different solution to publish Helm charts on GH pages.

Why?

The original approached was not working for tag pushes, only on branch pushes, which is undesirable.