Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish helm chart using github pages #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hemstreet
Copy link

@hemstreet hemstreet commented Dec 14, 2024

What kind of change does this PR introduce?

This change enables you to install this chart from terraform. All it require is a new branch named gh-pages. Currently the index.yaml inside the root of this project has invalid urls and is confusing to setup.

This solves the manual process of creating releases and will produce the output like so. All on a new tag creation, it will use the chart version vs the actual tag number.

With this change, it would then let you install this chart like so:

resource "helm_release" "suspabase" {
  name       = "supabase"
  repository = "https://github.com/supabase-community/supabase-kubernetes"
  chart      = "supabase"
  version    = "0.1.3"

  namespace        = "supabase"
  create_namespace = true
  ...
}

You will still need to set values, etc.

Bug fix, feature, docs update, ...

What is the current behavior?

When running helm install via terraform, You can try to use the raw content url but the tar.gz urls are invalid

https://raw.githubusercontent.com/supabase-community/supabase-kubernetes/refs/heads/main/index.yaml

Please link any relevant issues here.
#76

Fixes this draft from April https://github.com/supabase-community/supabase-kubernetes/pull/55/files

What is the new behavior?

uses github pages to host the helm charts

Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

Adding charts to gh-pages
@hemstreet hemstreet changed the title Create publish.yaml Publish helm chart using github pages Dec 14, 2024
@hemstreet
Copy link
Author

@mdluo i there anything pending on this? I saw you approved of it last week. I don't have merge access, Just trying to help push this over the finish line / be diligent about anything that is pending.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants