Skip to content

Commit c436fb3

Browse files
committed
feat: bump furyctl version on e2e tests
1 parent a34f64f commit c436fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ steps:
157157
environment:
158158
CLUSTER_NAME: ${DRONE_REPO_NAME}-${DRONE_BUILD_NUMBER}
159159
KUBECONFIG: /drone/src/kubeconfig
160-
FURYCTL_VERSION: v0.29.4-rc.4
160+
FURYCTL_VERSION: v0.29.4-rc.6
161161
depends_on: [create Kind cluster]
162162
commands:
163163
- export KUBECONFIG=/drone/src/kubeconfig
@@ -260,7 +260,7 @@ steps:
260260
environment:
261261
CLUSTER_NAME: ${DRONE_REPO_NAME}-${DRONE_BUILD_NUMBER}-upgrades
262262
KUBECONFIG: /drone/src/kubeconfig-upgrades
263-
FURYCTL_VERSION: v0.29.4-rc.4
263+
FURYCTL_VERSION: v0.29.4-rc.6
264264
depends_on: [create Kind cluster]
265265
commands:
266266
- export KUBECONFIG=/drone/src/kubeconfig-upgrades

0 commit comments

Comments
 (0)