Skip to content

Cannot deploy stash with helm@3 #822

@ljani

Description

@ljani

I have a helm umbrella chart and I'd like to deploy stash as a part of it. I added [email protected] as a dependency for my umbrella chart, but when I try to upgrade the chart, I get the following error:

mychart> helm3 upgrade mychart .
Error: UPGRADE FAILED: [the namespace from the provided object "kube-system" does not match the namespace "default". You must pass '--namespace=kube-system' to perform this operation., unable to decode "": no kind "APIService" is registered for version "apiregistration.k8s.io/v1beta1" in scheme "k8s.io/client-go/kubernetes/scheme/register.go:65"]

I'm also experimenting with helm@3.

The documentation states I should pass --namespace kube-system, but as far as I know, I cannot tell Helm to install stash into kube-system and the rest into default. Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions