From 11ceede6c33d66f6faed1823252a800356dfab6d Mon Sep 17 00:00:00 2001 From: Nic Date: Sun, 28 Apr 2024 16:51:09 +0800 Subject: [PATCH] chore: change image pull policy to always (#100) Signed-off-by: Nic --- charts/api7/Chart.yaml | 2 +- charts/api7/README.md | 6 +++--- charts/api7/values.yaml | 4 ++-- charts/gateway/Chart.yaml | 2 +- charts/gateway/README.md | 2 +- charts/gateway/values.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/api7/Chart.yaml b/charts/api7/Chart.yaml index 330bf11..990c277 100644 --- a/charts/api7/Chart.yaml +++ b/charts/api7/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.12.7 +version: 0.12.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/api7/README.md b/charts/api7/README.md index ea842a2..464d047 100644 --- a/charts/api7/README.md +++ b/charts/api7/README.md @@ -1,6 +1,6 @@ # api7ee3 -![Version: 0.12.7](https://img.shields.io/badge/Version-0.12.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) +![Version: 0.12.8](https://img.shields.io/badge/Version-0.12.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -18,7 +18,7 @@ A Helm chart for Kubernetes | affinity | object | `{}` | | | busybox.image.repository | string | `"docker.io/busybox"` | | | busybox.image.tag | float | `1.28` | | -| dashboard.image.pullPolicy | string | `"IfNotPresent"` | | +| dashboard.image.pullPolicy | string | `"Always"` | | | dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | | | dashboard.image.tag | string | `"v3.2.10.1"` | | | dashboard.keyCertSecret | string | `""` | | @@ -47,7 +47,7 @@ A Helm chart for Kubernetes | dashboard_service.port | int | `7080` | | | dashboard_service.tlsPort | int | `7443` | | | dashboard_service.type | string | `"ClusterIP"` | | -| dp_manager.image.pullPolicy | string | `"IfNotPresent"` | | +| dp_manager.image.pullPolicy | string | `"Always"` | | | dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | | | dp_manager.image.tag | string | `"v3.2.10.1"` | | | dp_manager.replicaCount | int | `1` | | diff --git a/charts/api7/values.yaml b/charts/api7/values.yaml index acc013c..97be1c2 100644 --- a/charts/api7/values.yaml +++ b/charts/api7/values.yaml @@ -8,7 +8,7 @@ dashboard: keyCertSecret: "" image: repository: api7/api7-ee-3-integrated - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "v3.2.10.1" @@ -16,7 +16,7 @@ dp_manager: replicaCount: 1 image: repository: api7/api7-ee-dp-manager - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "v3.2.10.1" diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index 14d1697..dafac8d 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.3 +version: 0.1.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/gateway/README.md b/charts/gateway/README.md index 5382d50..533fc58 100644 --- a/charts/gateway/README.md +++ b/charts/gateway/README.md @@ -60,7 +60,7 @@ The command removes all the Kubernetes components associated with the chart and | apisix.extraEnvVars | list | `[]` | extraEnvVars An array to add extra env vars e.g: extraEnvVars: - name: FOO value: "bar" - name: FOO2 valueFrom: secretKeyRef: name: SECRET_NAME key: KEY | | apisix.hostNetwork | bool | `false` | | | apisix.httpRouter | string | `"radixtree_host_uri"` | Defines how apisix handles routing: - radixtree_uri: match route by uri(base on radixtree) - radixtree_host_uri: match route by host + uri(base on radixtree) - radixtree_uri_with_parameter: match route by uri with parameters | -| apisix.image.pullPolicy | string | `"IfNotPresent"` | API7 Gateway image pull policy | +| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy | | apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository | | apisix.image.tag | string | `"3.2.7.1"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. | | apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` | diff --git a/charts/gateway/values.yaml b/charts/gateway/values.yaml index 5a8cf51..ae48133 100644 --- a/charts/gateway/values.yaml +++ b/charts/gateway/values.yaml @@ -61,7 +61,7 @@ apisix: # -- API7 Gateway image repository repository: api7/api7-ee-3-gateway # -- API7 Gateway image pull policy - pullPolicy: IfNotPresent + pullPolicy: Always # -- API7 Gateway image tag # Overrides the image tag whose default is the chart appVersion. tag: 3.2.7.1