Skip to content

Commit

Permalink
Set all custom charts image.pullPolicy to IfNotPresent (#258)
Browse files Browse the repository at this point in the history
* remove chart quotes and set all image.pullPolicy to IfNotPresent

* remove pullPolicy from helmfile, no need to override by default
  • Loading branch information
willgraf committed May 23, 2020
1 parent 040063f commit b8ae5dd
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 14 deletions.
11 changes: 9 additions & 2 deletions conf/helmfile.d/0210.autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,15 @@ releases:
- replicas: 1

image:
repository: vanvalenlab/kiosk-autoscaler
tag: 0.4.1
repository: "vanvalenlab/kiosk-autoscaler"
tag: "0.4.0"

serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:

resources:
requests:
Expand Down
11 changes: 9 additions & 2 deletions conf/helmfile.d/0220.redis-janitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,15 @@ releases:
- replicas: 1

image:
repository: vanvalenlab/kiosk-redis-janitor
tag: 0.3.2
repository: "vanvalenlab/kiosk-redis-janitor"
tag: "0.3.0"

serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:

resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions conf/helmfile.d/0230.segmentation-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ releases:
- replicas: 1

image:
repository: vanvalenlab/kiosk-redis-consumer
tag: 0.6.0
repository: "vanvalenlab/kiosk-redis-consumer"
tag: "0.4.4"

nameOverride: segmentation-consumer

Expand Down
4 changes: 2 additions & 2 deletions conf/helmfile.d/0240.segmentation-zip-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ releases:
- replicas: 1

image:
repository: vanvalenlab/kiosk-redis-consumer
tag: 0.6.0
repository: "vanvalenlab/kiosk-redis-consumer"
tag: "0.4.4"

nameOverride: segmentation-zip-consumer

Expand Down
4 changes: 2 additions & 2 deletions conf/helmfile.d/0250.tracking-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ releases:
- replicas: 1

image:
repository: vanvalenlab/kiosk-redis-consumer
tag: 0.6.0
repository: "vanvalenlab/kiosk-redis-consumer"
tag: "0.4.4"

nameOverride: tracking-consumer

Expand Down
2 changes: 1 addition & 1 deletion conf/helmfile.d/0300.frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ releases:

image:
repository: vanvalenlab/kiosk-frontend
tag: 0.4.2
tag: 0.4.0

resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions conf/helmfile.d/0310.tf-serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ releases:
- replicas: 0

image:
repository: vanvalenlab/kiosk-tf-serving
tag: 0.2.1
repository: "vanvalenlab/kiosk-tf-serving"
tag: "0.2.1"

resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion conf/helmfile.d/0410.benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ releases:

image:
repository: vanvalenlab/kiosk-benchmarking
tag: 0.3.1
tag: 0.2.3

resources:
requests:
Expand Down

0 comments on commit b8ae5dd

Please sign in to comment.