Skip to content

Commit 10f7b1d

Browse files
committed
Fix kyverno helm command
1 parent a0d34ab commit 10f7b1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/k8s-setup-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
141141
helm repo update
142142
143-
helm upgrade --install kyverno kyverno --namespace kyverno-system --create-namespace
143+
helm upgrade --install kyverno kyverno/kyverno --namespace kyverno-system --create-namespace
144144
- name: Apply Cluster Policy
145145
run: |
146146
kubectl apply -f ${{ inputs.cluster_policy_yaml }}

.github/workflows/k8s-setup-otc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
153153
helm repo update
154154
155-
helm upgrade --install kyverno kyverno --namespace kyverno-system --create-namespace
155+
helm upgrade --install kyverno kyverno/kyverno --namespace kyverno-system --create-namespace
156156
- name: Apply Cluster Policy
157157
run: |
158158
kubectl apply -f ${{ inputs.cluster_policy_yaml }}

0 commit comments

Comments
 (0)