Commit 8d8fb4c
committed
feat: add global.images.pullPolicy support to k8s-agents-operator
Add support for cascading pullPolicy from global.images.pullPolicy setting:
- Added k8s-agents-operator.manager.imagePullPolicy helper in _helpers.tpl
- Updated deployment.yaml to use the helper instead of inline default
Configuration hierarchy:
1. global.images.pullPolicy (highest priority)
2. controllerManager.manager.image.pullPolicy
3. Default: IfNotPresent
Users can now configure pull policy globally:
global:
images:
pullPolicy: Always1 parent 8695c96 commit 8d8fb4c
File tree
2 files changed
+13
-1
lines changed- charts/k8s-agents-operator/templates
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
9 | 21 | | |
10 | 22 | | |
11 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments