File tree 2 files changed +2
-17
lines changed
charts/weave-policy-agent
2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
description : A Weaveworks Helm chart for Kubernetes to configure the policy agent
3
3
name : weave-policy-agent
4
4
appVersion : " 1.0"
5
- version : 0.2.2
5
+ version : 0.2.3
6
6
kubeVersion : " >=1.16.0-0"
7
7
icon : https://www.magalix.com/hubfs/Imported%20images/logo-02.png%3Fwidth=560%26name=logo-02-Dec-18-2020-11-24-41-75-AM.png
8
8
type : application
Original file line number Diff line number Diff line change 1
- apiVersion : source.toolkit.fluxcd.io/v1beta1
2
- kind : GitRepository
3
- metadata :
4
- name : policy-library
5
- namespace : flux-system
6
- spec :
7
- interval : 10s
8
- url : {{ .Values.policyLibraryConfig.url }}
9
- ref :
10
- branch : {{ .Values.policyLibraryConfig.branch }}
11
- {{- if .Values.policyLibraryConfig.private }}
12
- secretRef :
13
- name : {{ .Values.policyLibraryConfig.secretRef }}
14
- {{- end }}
15
- ---
16
1
apiVersion : kustomize.toolkit.fluxcd.io/v1beta1
17
2
kind : Kustomization
18
3
metadata :
22
7
interval : 10m0s
23
8
sourceRef :
24
9
kind : GitRepository
25
- name : policy-library
10
+ name : flux-system
26
11
namespace : flux-system
27
12
path : {{ .Values.policyLibraryConfig.kustomizationPath }}
28
13
prune : true
You can’t perform that action at this time.
0 commit comments