charts
charts copied to clipboard
Backstage Helm Charts
fix: add namespace to configmap = .Release.Namespace; bump chart version to 1.9.3; update/regen docs
fix: add namespace to configmap = .Release.Namespace; bump chart version to 1.9.3; update/regen docs Signed-off-by: Nick Boldt Based on proposed changes in #176 from @IronMage but with DCO fixed and...
Tried to install this chart with the following `helmfile.yaml`: ``` helmDefaults: wait: true waitForJobs: true atomic: true timeout: 90 repositories: - name: backstage url: https://backstage.github.io/charts releases: - name: backstage namespace:...
I just tried to clone the chart repo and deployed this backstage helm chart without making any change and getting this error. Please could you suggest the following 2 queries...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in...
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.1.0 to 4.2.0. Release notes Sourced from azure/setup-helm's releases. v4.2.0 #124 Fix OS detection and download OS-native archive extension Changelog Sourced from azure/setup-helm's changelog. Change Log [4.2.0]...
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0. Release notes Sourced from helm/kind-action's releases. v1.10.0 Requirements We changed to use wget instead of curl What's Changed Update kind to release v0.21.0 by...
## Description of the change Fixed by adding a quote in the namespace value from the service account manifest, like in the other manifests in the project. **OBS: helm-docs automatically...
is there a way to include GitHub integration config file via secretref? Description: https://backstage.io/docs/integrations/github/github-apps#including-in-integrations-config seems include function is only possible with configMap - https://github.com/backstage/charts/tree/main/charts/backstage#pass-extra-configuration-files thank you!
Is probably a good idea that we add some contribution docs that folks can follow. We add some checkboxes on the PR workflow, but wondering if we need to be...