Skip to content

Commit

Permalink
Upgrade antrea version to 1.13 (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Jain <[email protected]>
  • Loading branch information
reachjainrahul authored Sep 14, 2023
1 parent a352446 commit b3d4a6b
Show file tree
Hide file tree
Showing 17 changed files with 9,584 additions and 2,174 deletions.
3,826 changes: 3,147 additions & 679 deletions ci/aks/antrea-aks.yml

Large diffs are not rendered by default.

3,826 changes: 3,147 additions & 679 deletions ci/eks/antrea-eks.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ci/generate-agent-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fi

# Namespace and ServiceAccount is constant due to upstream limitation. The RBAC yaml provided by Antrea has hardcoded Namespace vm-ns and
# ServiceAccount vm-agent.
# https://github.com/antrea-io/antrea/blob/v1.12.0/build/yamls/externalnode/vm-agent-rbac.yml.
# https://github.com/antrea-io/antrea/blob/v1.13.0/build/yamls/externalnode/vm-agent-rbac.yml.
# TODO: remove when limitation no longer exists.
if [[ "$SERVICE_ACCOUNT" != "vm-agent" ]] || [[ "$NAMESPACE" != "vm-ns" ]]; then
echoerr "ServiceAccount can only be vm-agent. Namespace can only be vm-ns"
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KUBECTL_VERSION=v1.24.1
TERRAFORM_VERSION=1.2.2
KIND_VERSION=v0.12.0
CERT_MANAGER_VERSION=v1.8.2
ANTREA_VERSION=v1.12.0
ANTREA_VERSION=v1.13.0
GO_VERSION=1.21.0

function install_common_packages() {
Expand Down
Loading

0 comments on commit b3d4a6b

Please sign in to comment.