Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
update cni and control-plane in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere committed Nov 14, 2023
1 parent de126e4 commit 909f93e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Upgrade to Linkerd v2.14.3.
- Update Linkerd CNI and Control plane in CI.

## [1.3.2] - 2023-10-12

Expand Down
4 changes: 2 additions & 2 deletions tests/ats/test_linkerd.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
app_catalog_url = "https://giantswarm.github.io/giantswarm-catalog/"

cni_namespace = "linkerd-cni"
cni_app_version = "1.1.0"
cni_app_version = "1.4.0"
cni_app_name = "linkerd2-cni"

linkerd_namespace = "linkerd"
linkerd_app_name = "linkerd-control-plane"
linkerd_app_version = "1.1.0"
linkerd_app_version = "1.3.0"

viz_namespace = "linkerd-viz"
viz_app_name = "linkerd-viz"
Expand Down

0 comments on commit 909f93e

Please sign in to comment.