Skip to content

Commit

Permalink
[jaeger] Add kubeVersion to indicate Kubernetes compatibility (#449)
Browse files Browse the repository at this point in the history
Prior to this commit helm could determine, prior to an apply, whether
the chart is compatible with the local Kubernetes cluster.

After this commit helm is able to reject the apply immediately.

Signed-off-by: Jesse Hathaway <jhathaway@wikimedia.org>
  • Loading branch information
lollipopman authored Feb 28, 2023
1 parent e41e581 commit fbe40d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ appVersion: 1.39.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
type: application
version: 0.67.2
version: 0.67.3
# CronJobs require v1.21
kubeVersion: '>= 1.21'
keywords:
- jaeger
- opentracing
Expand Down

0 comments on commit fbe40d3

Please sign in to comment.