Skip to content

Commit

Permalink
Bump system-upgrade-controller version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
  • Loading branch information
anmazzotti committed Sep 25, 2024
1 parent 26f4a73 commit d812da9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
KUBE_VERSION: ${{ matrix.kubernetes }}
NGINX_VERSION: controller-v1.9.1
CERT_MANAGER_VERSION: v1.13.1
SYSTEM_UPGRADE_CONTROLLER_VERSION: v0.13.1
SYSTEM_UPGRADE_CONTROLLER_VERSION: v0.13.4
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ certManagerChartURL: https://charts.jetstack.io/charts/cert-manager-${CERT_MANAG
rancherVersion: 2.8.2
rancherChartURL: https://releases.rancher.com/server-charts/latest/rancher-${RANCHER_VERSION}.tgz

systemUpgradeControllerVersion: v0.13.2
systemUpgradeControllerVersion: v0.13.4
systemUpgradeControllerURL: https://github.com/rancher/system-upgrade-controller/releases/download/${SYSTEM_UPGRADE_CONTROLLER_VERSION}/system-upgrade-controller.yaml
2 changes: 1 addition & 1 deletion tests/e2e/upgrades_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ var _ = Describe("ManagedOSImage Upgrade e2e tests", Ordered, func() {
),
)

By("checking Planv version")
By("checking plan version")
Eventually(func() string {
up, err := getPlan("os-upgrader-update-osversion")
if err == nil {
Expand Down

0 comments on commit d812da9

Please sign in to comment.