Skip to content

Commit

Permalink
Automated cherry pick of #6394: Update kube version in helm charts (#…
Browse files Browse the repository at this point in the history
…6394)#6397: Update Kubernetes version in charts README (#6397) (#6398)

* Update kube version in helm charts (#6394)

Signed-off-by: Shikhar Soni <[email protected]>

* Update Kubernetes version in charts README (#6397)

Signed-off-by: Pulkit Jain <[email protected]>

---------

Signed-off-by: Shikhar Soni <[email protected]>
Signed-off-by: Pulkit Jain <[email protected]>
Co-authored-by: pulkit_jain <[email protected]>
  • Loading branch information
shikharish and jainpulkit22 authored Jun 4, 2024
1 parent 2e49507 commit c175f51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/charts/antrea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: Antrea
home: https://antrea.io/
version: 0.0.0
appVersion: latest
kubeVersion: ">= 1.16.0-0"
kubeVersion: ">= 1.19.0-0"
icon: https://raw.githubusercontent.com/antrea-io/antrea/main/docs/assets/logo/antrea_logo.svg
description: Kubernetes networking based on Open vSwitch
keywords:
Expand Down
2 changes: 1 addition & 1 deletion build/charts/antrea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Kubernetes networking based on Open vSwitch

## Requirements

Kubernetes: `>= 1.16.0-0`
Kubernetes: `>= 1.19.0-0`

## Values

Expand Down
2 changes: 1 addition & 1 deletion build/charts/flow-aggregator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: Antrea Flow Aggregator
home: https://antrea.io/
version: 0.0.0
appVersion: latest
kubeVersion: ">= 1.16.0-0"
kubeVersion: ">= 1.19.0-0"
icon: https://raw.githubusercontent.com/antrea-io/antrea/main/docs/assets/logo/antrea_logo.svg
description: Antrea Flow Aggregator
keywords:
Expand Down
2 changes: 1 addition & 1 deletion build/charts/flow-aggregator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Antrea Flow Aggregator

## Requirements

Kubernetes: `>= 1.16.0-0`
Kubernetes: `>= 1.19.0-0`

## Values

Expand Down

0 comments on commit c175f51

Please sign in to comment.