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

Commit

Permalink
fix: Support Kubernetes pre-release versions in kubefed chart
Browse files Browse the repository at this point in the history
This fixes support to deploy on EKS.
  • Loading branch information
jimmidyson committed Jun 28, 2021
1 parent 7521424 commit 6d28f32
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 6d28f32

Please sign in to comment.