File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## In Development
4-
4+ * Added support for custom image repository ( # 131 ) (by @ ytjohn )
55
66## v0.27.0
77* Added support to toggle etcd-operator as a coordination backend (#127 ) (by @rrahman-nv )
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ community
2323{ {- define " imageRepository" -} }
2424{ {- if required " Missing context '.Values.enterprise.enabled'!" .Values.enterprise.enabled -} }
2525docker.stackstorm.com
26+ { {- else if .Values.image.repository -} }
27+ { { .Values.image.repository } }
2628{ {- else -} }
2729stackstorm
2830{ {- end -} }
Original file line number Diff line number Diff line change 77image :
88 # Image pull policy. Change to "IfNotPresent" when switching to stable images
99 pullPolicy : Always
10+ # st2 image repository. Set this to override the default ("stackstorm") or enterprise
11+ # docker image repository ("docker.stackstorm.com"). Applies to all st2 containers except
12+ # st2chatops and st2packs (which have their own override). This also does not impact
13+ # dependencies such as mongo or redis, which have their own helm chart settings.
14+ repository : " "
15+
1016
1117# #
1218# # StackStorm Enterprise settings (Optional)
You can’t perform that action at this time.
0 commit comments