-
Hi, i have this error:
$ microk8s helm3 repo add nebula-operator https://vesoft-inc.github.io/nebula-operator/charts
Error: looks like "https://vesoft-inc.github.io/nebula-operator/charts" is not a …
-
I have a unique helm chart for managing all the stuff in my eks cluster. We have some sub-charts, such as Prometheus, that allow overriding the namespace. This is a useful feature because, with one ch…
-
I thought that helm charts were supposed to be included in a porter-generated CNAB, but I am not seeing them, even when I export the bundle for an air-gapped install of my bundle. This is my porter m…
-
In version 0.1.9 the following hack was introduced:
https://github.com/MChorfa/porter-helm3/blob/0f59e5d93563eb68449812c46533054c9b1023f4/pkg/helm3/install.go#L125-L130
This appears to escape an…
-
### Related problem
Changing uid, problem with links in internal project documentation
### Suggested solution
Add a configurable uid field to the JSON definitions of Grafana dashboards
###…
azexs updated
9 hours ago
-
Running a playbook which installs microk8s and addons successfully does not add helm3 repos.
Playbook is below. Result should show two repos when "helm3 repo list" is run, instead I get "Error: no…
-
after executing : helm3 package prefect-ui/ -d ./charts inside refect-server-k8 folder,
``` Error: found in Chart.yaml, but missing in charts/ directory: postgresql-ha, minio```
-
Hi
I manage 24 different apps in helmfile.yaml
Part of them stable releases , part of them custom charts.
helmfile version v0.90.8
helm version v2.16.1.
I would like to migrate to helm3.
We ar…
-
Hi all,
My Github Action was :
```
deployment:
name: Deployment
needs: build-and-push
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout' # Checkout the repository code…
-
Running the helm 3.0.2 `2to3` plugin to migrate, helm-secrets does not appear on the list of plugins
```
$ helm3 plugin list
NAME VERSION DESCRIPTION
2to3 0.2.1 migrate and cleanup Helm…