File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
charts/weave-policy-agent Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11dependencies:
22- name: policy-agent
33 repository: https://weaveworks.github.io/policy-agent
4- version: 2.1.1
5- digest: sha256:a38cccb4f2fb6840436fc6ebabea2410bd277c3cf5e4323860cd030ed142f3b8
6- generated: "2022-11-15T11:24:17.418908045 +02:00"
4+ version: 2.2.0
5+ digest: sha256:bfc1582a78f71edbd88c3e7f6b46afc2df2f4a4126b2120c003f6138bb1efc9d
6+ generated: "2022-12-20T13:29:56.257482094 +02:00"
Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A Weaveworks Helm chart for Kubernetes to configure the policy agent
33name : weave-policy-agent
4- appVersion : " 2.1.1 "
5- version : 0.6.5
4+ appVersion : " 2.2.0 "
5+ version : 0.6.6
66kubeVersion : " >=1.16.0-0"
77icon : https://www.magalix.com/hubfs/Imported%20images/logo-02.png%3Fwidth=560%26name=logo-02-Dec-18-2020-11-24-41-75-AM.png
88type : application
@@ -28,5 +28,5 @@ annotations:
2828
2929dependencies :
3030 - name : policy-agent
31- version : " 2.1.1 "
31+ version : " 2.2.0 "
3232 repository : " https://weaveworks.github.io/policy-agent"
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ policy-agent:
2828 admission :
2929 # Enable admission functionality
3030 enabled : true
31+ # mutate: true # enable mutating violating resources
3132 sinks :
3233 # Enable writing violations as K8s events
3334 k8sEventsSink :
You can’t perform that action at this time.
0 commit comments