We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db1cdf commit d551efcCopy full SHA for d551efc
.github/workflows/test-kubectl-plugin.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Deploy operator
45
run: |
46
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"
+ helm install hlf-operator --version=1.10.0-beta2 kfs/hlf-operator --set image.repository="${IMAGE}" --set image.tag="${TAG}" --set image.pullPolicy="IfNotPresent"
48
49
- name: Install operator CRDs
50
0 commit comments