Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
git switch gh-pages

mkdir -p docs
git checkout origin/main -- chart/ README.md
git checkout origin/main -- chart/ README.md docs/index.html
cp README.md chart/
if [ -n "$HELM_SIGNING_KEY_NAME" ] && [ -n "$HELM_SIGNING_PRIVATE_KEY" ]; then
mkdir -p ~/.gnupg
Expand Down
21 changes: 21 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Official Helm chart for GitOps Promoter, a Kubernetes controller for automating GitOps-based application promotion across environments.">
<meta name="keywords" content="gitops, promoter, helm, chart, kubernetes, argocd, argo, continuous delivery, cd">
<meta name="author" content="Argo Project Labs">
<meta property="og:title" content="GitOps Promoter Helm Chart">
<meta property="og:description" content="Official Helm chart for GitOps Promoter, a Kubernetes controller for automating GitOps-based application promotion across environments.">
<meta property="og:url" content="https://argoproj-labs.github.io/gitops-promoter-helm/">
<meta property="og:type" content="website">
<link rel="canonical" href="https://argoproj-labs.github.io/gitops-promoter-helm/">
<title>GitOps Promoter Helm Chart</title>
</head>
<body>
<h1>GitOps Promoter Helm Chart</h1>
<p>This is the official Helm chart repository for the <a href="https://github.com/argoproj-labs/gitops-promoter">GitOps Promoter</a> project.</p>
<p>Source code and documentation: <a href="https://github.com/argoproj-labs/gitops-promoter-helm">https://github.com/argoproj-labs/gitops-promoter-helm</a></p>
</body>
</html>