Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 1823a60

Browse files
committed
Change default lurcher pullPolicy to Always
1 parent 0f6cd26 commit 1823a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ helm install securecodebox-operator secureCodeBox/operator
2424
| image.pullPolicy | string | `"Always"` | Image pull policy |
2525
| image.repository | string | `"docker.io/securecodebox/operator"` | The operator image repository |
2626
| image.tag | string | defaults to the charts version | Parser image tag |
27-
| lurcher.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
27+
| lurcher.image.pullPolicy | string | `"Always"` | Image pull policy |
2828
| lurcher.image.repository | string | `"docker.io/securecodebox/lurcher"` | The operator image repository |
2929
| lurcher.image.tag | string | defaults to the charts version | Parser image tag |
3030
| minio.defaultBucket.enabled | bool | `true` | |

operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lurcher:
3636
# @default -- defaults to the charts version
3737
tag: null
3838
# lurcher.image.pullPolicy -- Image pull policy
39-
pullPolicy: IfNotPresent
39+
pullPolicy: Always
4040

4141
minio:
4242
# minio.enabled Enable this to use minio as storage backend instead of a cloud bucket provider like AWS S3, Google Cloud Storage, DigitalOcean Spaces etc.

0 commit comments

Comments
 (0)