Skip to content

Commit

Permalink
Merge branch 'main' into cli_k8s_version_once
Browse files Browse the repository at this point in the history
  • Loading branch information
RonFed authored Nov 16, 2024
2 parents 0cb3f5b + 6d3f571 commit 94d9a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
var (
// minK8SVersionForInstallation is the minimum Kubernetes version required for Odigos installation
// this value must be in sync with the one defined in the kubeVersion field in Chart.yaml
minK8SVersionForInstallation = version.MustParse("v1.20.15")
minK8SVersionForInstallation = version.MustParse("v1.20.15-0")
)

type ResourceCreationFunc func(ctx context.Context, cmd *cobra.Command, client *kube.Client, ns string) error
Expand Down
3 changes: 2 additions & 1 deletion helm/odigos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ version: "0.0.0"
appVersion: "v0.0.0"
icon: https://d2q89wckrml3k4.cloudfront.net/logo.png
# minimum kubernetes version required, this value must be in sync with the CLI install value
kubeVersion: ">= 1.20.15"
# we must include '-0' to allow versions such as v1.23.17-eks-ce1d5eb
kubeVersion: ">= 1.20.15-0"

0 comments on commit 94d9a4e

Please sign in to comment.