villebro opened a new pull request, #209: URL: https://github.com/apache/superset-kubernetes-operator/pull/209
## Summary Adds Artifact Hub metadata for the Helm chart published to GHCR as an OCI chart. ## Details This adds repository metadata for Artifact Hub and publishes it to the chart OCI repository using the special `artifacthub.io` tag expected by Artifact Hub. It also improves the chart metadata Artifact Hub will display: - points the chart homepage and Documentation link to the operator docs site - uses the square Superset icon - adds maintainer email and richer search keywords - declares operator capability as `full lifecycle` - adds a Superset CRD card and minimal CR example - adds a support link to GitHub issues The chart remains published from GHCR at: `oci://ghcr.io/apache/superset-kubernetes-operator/charts/superset-operator` ## Testing - `git diff --check` - YAML parse check for `Chart.yaml`, workflow YAML, and nested Artifact Hub annotations - `curl -L -I https://superset.apache.org/img/superset-logo-icon-only.png` - `make helm-docs` - `make helm-lint` - `make check-license` - `scripts/validate-actions.sh` - Commit hook: `golangci-lint run` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
