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 a5a009b commit 15ad251Copy full SHA for 15ad251
.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.4.0
+ uses: helm/kind-action@v1.5.0
127
with:
128
config: ./test/e2e/kind-cluster.yml
129
cluster_name: open-feature-operator-test
0 commit comments