-
Notifications
You must be signed in to change notification settings - Fork 544
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
Release mimir-distributed-beta to helm-charts repo #1948
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: helm-release | ||
|
||
on: | ||
push: | ||
branches: | ||
- helm-release-test | ||
|
||
jobs: | ||
call-update-helm-repo: | ||
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main | ||
with: | ||
charts_dir: operations/helm/charts | ||
cr_configfile: operations/helm/cr.yaml | ||
ct_configfile: operations/helm/ct.yaml | ||
secrets: | ||
helm_repo_token: ${{ secrets.GH_BOT_ACCESS_TOKEN }} | ||
# See https://github.com/grafana/helm-charts/blob/main/INTERNAL.md about this key | ||
gpg_key_base64: ${{ secrets.HELM_SIGN_KEY_BASE64 }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
sign: true | ||
git-repo: helm-charts | ||
key: Grafana Loki | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please forgive me, I'm trying to understand how this whole process works at once. First, this looks like it should probably not say It's possible you just copied this from the helm-charts repo (which I also would have done): https://github.com/grafana/helm-charts/blob/main/cr.yaml |
||
owner: grafana | ||
sign: true | ||
skip-existing: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only on this specific branch? What's the expected workflow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was for testing only, not going to enable on main until I'm 100% sure it doesn't break our CI/CD