We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c0a2c commit 8800728Copy full SHA for 8800728
.github/workflows/pr-checks.yml
@@ -123,7 +123,7 @@ jobs:
123
run: |
124
docker load --input ${{ github.workspace }}/open-feature-operator-local.tar
125
- name: Create k8s Kind Cluster
126
- uses: helm/kind-action@v1.8.0
+ uses: helm/kind-action@v1.9.0
127
with:
128
config: ./test/e2e/kind-cluster.yml
129
cluster_name: open-feature-operator-test
0 commit comments