Skip to content

Commit 14a7eed

Browse files
authored
chore: change image pull policy to IfNotPreset (#132)
Signed-off-by: Nic <[email protected]>
1 parent 4b93f8f commit 14a7eed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/ingress-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- api7
77
- crd
88
type: application
9-
version: 0.0.2
9+
version: 0.0.3
1010
appVersion: 2.0.0
1111
sources:
1212
- https://github.com/api7/api7-helm-chart

charts/ingress-controller/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api7-ingress-controller
22

3-
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
3+
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
44

55
Ingress Controller for API7
66

@@ -67,7 +67,7 @@ Ingress Controller for API7
6767
| gateway.tls.servicePort | int | `443` | |
6868
| gateway.tls.sslProtocols | string | `"TLSv1.2 TLSv1.3"` | TLS protocols allowed to use. |
6969
| gateway.type | string | `"NodePort"` | Apache APISIX service type for user access itself |
70-
| image.pullPolicy | string | `"Always"` | |
70+
| image.pullPolicy | string | `"IfNotPresent"` | |
7171
| image.repository | string | `"api7/api7-ingress-controller"` | |
7272
| image.tag | string | `"2.0.0"` | |
7373
| imagePullSecrets | list | `[]` | |

charts/ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ replicaCount: 1
2929

3030
image:
3131
repository: api7/api7-ingress-controller
32-
pullPolicy: Always
32+
pullPolicy: IfNotPresent
3333
tag: "2.0.0"
3434

3535
podAnnotations: {}

0 commit comments

Comments
 (0)