diff --git a/.github/workflows/test-kubectl-plugin.yml b/.github/workflows/test-kubectl-plugin.yml index 453c4677..15658524 100644 --- a/.github/workflows/test-kubectl-plugin.yml +++ b/.github/workflows/test-kubectl-plugin.yml @@ -44,7 +44,7 @@ jobs: - name: Deploy operator run: | helm repo add kfs https://kfsoftware.github.io/hlf-helm-charts --force-update - helm install hlf-operator --version=1.10.0-beta1 kfs/hlf-operator --set image.repository="${IMAGE}" --set image.tag="${TAG}" --set image.pullPolicy="IfNotPresent" + helm install hlf-operator --version=1.10.0-beta2 kfs/hlf-operator --set image.repository="${IMAGE}" --set image.tag="${TAG}" --set image.pullPolicy="IfNotPresent" - name: Install operator CRDs run: |