Skip to content

Commit 0718558

Browse files
committed
Update kube-network-policy to the latest v0.9.1 image.
I have to use a commit hash because the actually tagged release had wrong image references. Signed-off-by: Nadia Pinaeva <[email protected]>
1 parent 8ad4988 commit 0718558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# install CRDs
7979
/usr/local/bin/kubectl apply -f ./config/crd/experimental/policy.networking.k8s.io_clusternetworkpolicies.yaml
8080
# install kube-network-policies
81-
/usr/local/bin/kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/kube-network-policies/v0.6.1/install-anp.yaml
81+
/usr/local/bin/kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/kube-network-policies/e13ebef3765467da51d0a83435f804880f132a4e/install-cnp.yaml
8282
8383
- name: Get Cluster status
8484
run: |

0 commit comments

Comments
 (0)