File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ components:
1111 cicdImage : " quay.io/devtron/devtron:3d41b121-324-8898"
1212 argocdDexServer :
1313 image : " quay.io/dexidp/dex:v2.25.0"
14+ initContainer :
15+ authenticator : " quay.io/devtron/authenticator:415f5470-279-6520"
16+ cicdAuthenticator : " quay.io/argoproj/argocd:v1.8.1"
1417 kubelink :
1518 image : " quay.io/devtron/kubelink:d691bfbb-318-8695"
1619 postgres :
Original file line number Diff line number Diff line change 8989 {{- end }}
9090 - /shared
9191 {{- if and $.Values.installer.modules $.Release.IsUpgrade }}
92- image : {{ .cicdAuthenticator }}
92+ image : {{ .initContainer. cicdAuthenticator }}
9393 {{- else }}
94- image : {{ .authenticator }}
94+ image : {{ .initContainer. authenticator }}
9595 {{- end }}
9696 imagePullPolicy : IfNotPresent
9797 name : copyutil
Original file line number Diff line number Diff line change @@ -75,8 +75,9 @@ components:
7575 argocdDexServer :
7676 image : " quay.io/dexidp/dex:v2.25.0"
7777 imagePullPolicy : IfNotPresent
78- authenticator : " quay.io/devtron/authenticator:415f5470-279-6520"
79- cicdAuthenticator : " quay.io/argoproj/argocd:v1.8.1"
78+ initContainer :
79+ authenticator : " quay.io/devtron/authenticator:415f5470-279-6520"
80+ cicdAuthenticator : " quay.io/argoproj/argocd:v1.8.1"
8081
8182 kubelink :
8283 image : " quay.io/devtron/kubelink:d691bfbb-318-8695"
@@ -86,7 +87,7 @@ components:
8687 image : " quay.io/devtron/postgres:11.9.0-debian-10-r26"
8788 imagePullPolicy : " IfNotPresent"
8889 persistence :
89- volumeSize : " 10Gi "
90+ volumeSize : " 20Gi "
9091
9192 migrator :
9293 image : " quay.io/devtron/migrator:6687f572-133-2208"
You can’t perform that action at this time.
0 commit comments