Skip to content

Commit d551efc

Browse files
committed
update
1 parent 4db1cdf commit d551efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-kubectl-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Deploy operator
4545
run: |
4646
helm repo add kfs https://kfsoftware.github.io/hlf-helm-charts --force-update
47-
helm install hlf-operator --version=1.10.0-beta1 kfs/hlf-operator --set image.repository="${IMAGE}" --set image.tag="${TAG}" --set image.pullPolicy="IfNotPresent"
47+
helm install hlf-operator --version=1.10.0-beta2 kfs/hlf-operator --set image.repository="${IMAGE}" --set image.tag="${TAG}" --set image.pullPolicy="IfNotPresent"
4848
4949
- name: Install operator CRDs
5050
run: |

0 commit comments

Comments
 (0)