File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## In Development
4
+ * Change pullPolicy to "IfNotPresent", as Docker-Hub Ratelimits now (#159 ) (by @moonrail )
4
5
5
6
6
7
## v0.32.0
Original file line number Diff line number Diff line change 5
5
# # Docker image settings, applied to all StackStorm pods
6
6
# #
7
7
image :
8
- # Image pull policy. Change to "IfNotPresent" when switching to stable images
9
- pullPolicy : Always
8
+ # Image pull policy
9
+ pullPolicy : IfNotPresent
10
10
# st2 image repository. Set this to override the default ("stackstorm") or enterprise
11
11
# docker image repository ("docker.stackstorm.com"). Applies to all st2 containers except
12
12
# st2chatops and st2packs (which have their own override). This also does not impact
99
99
# repository: your-remote-docker-registry.io
100
100
name : st2packs
101
101
tag : latest
102
- pullPolicy : Always
102
+ pullPolicy : IfNotPresent
103
103
# Optional name of the imagePullSecret if your custom packs image is hosted by a private Docker registry behind the auth
104
104
# pullSecret: st2packs-auth
105
105
@@ -403,7 +403,7 @@ st2chatops:
403
403
# name: st2chatops
404
404
# # Note that Helm templating is supported in this block!
405
405
# tag: "{{ .Chart.AppVersion }}"
406
- # pullPolicy: Always
406
+ # pullPolicy: IfNotPresent
407
407
# Tested requested resource consumption for st2chatops & hubot in normal mode
408
408
# Please adjust based on your conscious choice
409
409
resources :
You can’t perform that action at this time.
0 commit comments