File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,14 @@ openidc:
29
29
{ {- if .Values.argo.catalog.storageClass } }
30
30
storageClassName: { { .Values.argo.catalog.storageClass } }
31
31
{ {- end } }
32
+ catalogServer:
33
+ # http proxy settings
34
+ { {- if .Values.argo.proxy.httpProxy} }
35
+ httpProxy: "{ { .Values.argo.proxy.httpProxy } }"
36
+ { {- end} }
37
+ { {- if .Values.argo.proxy.httpsProxy} }
38
+ httpsProxy: "{ { .Values.argo.proxy.httpsProxy } }"
39
+ { {- end} }
40
+ { {- if .Values.argo.proxy.noProxy} }
41
+ noProxy: "{ { .Values.argo.proxy.noProxy } }"
42
+ { {- end} }
Original file line number Diff line number Diff line change 21
21
sources :
22
22
- repoURL : {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
23
23
chart : app/charts/{{$appName}}
24
- targetRevision : 2.4.11
24
+ targetRevision : 2.4.12
25
25
helm :
26
26
releaseName : {{$appName}}
27
27
valuesObject :
Original file line number Diff line number Diff line change 21
21
sources :
22
22
- repoURL : {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
23
23
chart : app/charts/{{$appName}}
24
- targetRevision : 0.14.1
24
+ targetRevision : 0.14.3
25
25
helm :
26
26
releaseName : {{ $appName }}
27
27
valuesObject :
You can’t perform that action at this time.
0 commit comments