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 Chart v7.0.3 is Broken #8137

Closed
jashandeep-sohi opened this issue Jul 31, 2023 · 2 comments · Fixed by #8735
Closed

Helm Chart v7.0.3 is Broken #8137

jashandeep-sohi opened this issue Jul 31, 2023 · 2 comments · Fixed by #8735
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@jashandeep-sohi
Copy link

What happened?

Helm chart has multiple tempting bugs.

*This is not a exhaustive list, just the issues I've run into.

What did you expect to happen?

Templates to be rendered correctly.

How can we reproduce it (as minimally and precisely as possible)?

  • helm -n kube-dash template kube-dash kubernetes-dashboard/kubernetes-dashboard --kube-version 1.22 --set app.scheduling.nodeSelector.test=1

  • helm -n kube-dash template kube-dash kubernetes-dashboard/kubernetes-dashboard --kube-version 1.22 --set app.security.podDisruptionBudget.enabled=true -s templates/security/pdb.yaml
    ---
    # Source: kubernetes-dashboard/templates/security/pdb.yaml
    # Copyright 2017 The Kubernetes Authors.
    #
    # Licensed under the Apache License, Version 2.0 (the "License");
    # you may not use this file except in compliance with the License.
    # You may obtain a copy of the License at
    #
    #     http://www.apache.org/licenses/LICENSE-2.0
    #
    # Unless required by applicable law or agreed to in writing, software
    # distributed under the License is distributed on an "AS IS" BASIS,
    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.apiVersion: policy/v1
    kind: PodDisruptionBudget
    metadata:
      labels:
        helm.sh/chart: kubernetes-dashboard-7.0.3
        app.kubernetes.io/instance: kube-dash
        app.kubernetes.io/managed-by: Helm
        app.kubernetes.io/part-of: kubernetes-dashboard
      annotations:
      name: kube-dash-kubernetes-dashboard
    spec:
      selector:
        matchLabels:
        
          app.kubernetes.io/instance: kube-dash
          app.kubernetes.io/part-of: kubernetes-dashboard
    

Anything else we need to know?

$ helm version
version.BuildInfo{Version:"v3.12.1", GitCommit:"v3.12.1", GitTreeState:"", GoVersion:"go1.20.5"}

What browsers are you seeing the problem on?

No response

Kubernetes Dashboard version

v3.0.0-alpha0

Kubernetes version

1.22

Dev environment

No response

@jashandeep-sohi jashandeep-sohi added the kind/bug Categorizes issue or PR as related to a bug. label Jul 31, 2023
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 25, 2024
@vaibhav2107
Copy link
Member

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
4 participants