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

Helm charts with '/' fail silently #71

Open
nwneisen opened this issue Jun 13, 2024 · 0 comments
Open

Helm charts with '/' fail silently #71

nwneisen opened this issue Jun 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nwneisen
Copy link
Collaborator

What happened

While trying out boundless on my home server, I was referencing https://artifacthub.io/packages/helm/influxdata/influxdb2 for helm values. I accidentally used the full path, /, from the install command in my blueprint.

The blueprint ran and installed everything but this chart. bctl and kubectl show no information about anything for this chart. kubectl get all -A

Possible solution

An incorrect chart will try and fail with an error. My belief is that the '/' caused this chart to be completely skipped. We should inform the user in some way that this is invalid and was skipped.

Blueprint

apiVersion: boundless.mirantis.com/v1alpha1
kind: Blueprint
metadata:
name: homelab
spec:
kubernetes:
provider: k0s
infra:
hosts:
- ssh:
address: 127.0.0.1
keyPath: "/home/nick/.ssh/id_ed25519"
port: 60022
user: nick
role: single
components:
addons:
- name: influxdb2
kind: chart
enabled: true
namespace: default
chart:
name: influxdata/influxdb2
repo: https://helm.influxdata.com/
version: 2.1.2

@nwneisen nwneisen added the bug Something isn't working label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant