File tree Expand file tree Collapse file tree
cluster-bootstrap-acm-spoke Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies:
88 version : ~0.1.0
99- name : application-gitops
1010 repository : https://rh-mobb.github.io/validated-pattern-helm-charts/
11- version : 1.6.0
11+ version : 1.6.1
1212description : Chart to kick off gitops installation and bootstrapping of blue print
1313name : cluster-bootstrap-acm-spoke
14- version : 0.6.9
14+ version : 0.6.10
Original file line number Diff line number Diff line change 5555 requests :
5656 cpu : 250m
5757 memory : 128Mi
58- initialRepositories :
58+ initialRepositories : |
59+ {{- if kindIs "string" .Values.argocd.initialRepositories }}
60+ {{- .Values.argocd.initialRepositories | nindent 4 }}
61+ {{- else }}
5962 {{- toYaml .Values.argocd.initialRepositories | nindent 4 }}
63+ {{- end }}
6064 initialSSHKnownHosts : {}
6165 monitoring :
6266 enabled : false
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ dependencies:
55 version : ~0.1.0
66- name : application-gitops
77 repository : https://rh-mobb.github.io/validated-pattern-helm-charts/
8- version : 1.6.0
8+ version : 1.6.1
99description : Chart to kick off gitops installation and bootstrapping of blue print
1010name : cluster-bootstrap
11- version : 0.5.11
11+ version : 0.5.12
1212maintainers :
1313 - name : rh-mobb
Original file line number Diff line number Diff line change 5555 requests :
5656 cpu : 250m
5757 memory : 128Mi
58- initialRepositories :
58+ initialRepositories : |
59+ {{- if kindIs "string" .Values.argocd.initialRepositories }}
60+ {{- .Values.argocd.initialRepositories | nindent 4 }}
61+ {{- else }}
5962 {{- toYaml .Values.argocd.initialRepositories | nindent 4 }}
63+ {{- end }}
6064 initialSSHKnownHosts : {}
6165 monitoring :
6266 enabled : false
You can’t perform that action at this time.
0 commit comments