We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28700ce commit e0b1748Copy full SHA for e0b1748
.github/workflows/e2e.yml
@@ -36,7 +36,7 @@ jobs:
36
docker load --input ${{ github.workspace }}/open-feature-operator-local.tar
37
38
- name: Create k8s Kind Cluster
39
- uses: helm/kind-action@v1.9.0
+ uses: helm/kind-action@v1.10.0
40
with:
41
config: ./test/e2e/kind-cluster.yml
42
cluster_name: open-feature-operator-test
0 commit comments