Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1435 from mesosphere/fix-helm-kube-version-constr…
Browse files Browse the repository at this point in the history
…aint

fix: Support Kubernetes pre-release versions in kubefed chart
  • Loading branch information
k8s-ci-robot authored Jun 28, 2021
2 parents 7521424 + 6d28f32 commit f6cd2fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/kubefed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ apiVersion: v2
description: KubeFed helm chart
name: kubefed
version: 0.0.3
kubeVersion: ">= 1.16.0"
kubeVersion: ">= 1.16.0-0"
dependencies:
- name: controllermanager
version: 0.0.3
repository: "https://localhost/" # Required but unused.
condition: controllermanager.enabled
condition: controllermanager.enabled

0 comments on commit f6cd2fb

Please sign in to comment.