Skip to content

Commit 79143f6

Browse files
authored
fix(api7): correct file-server image tag and pullPolicy (#275)
Co-authored-by: jarvis9443 <jarvis9443@users.noreply.github.com>
1 parent d7557cf commit 79143f6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

charts/api7/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.17.49
18+
version: 0.17.50
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/api7/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api7ee3
22

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

55
A Helm chart for Kubernetes
66

@@ -222,9 +222,9 @@ A Helm chart for Kubernetes
222222
| dp_manager_service.tlsPort | int | `7943` | |
223223
| dp_manager_service.type | string | `"ClusterIP"` | |
224224
| file_server.enabled | bool | `false` | |
225-
| file_server.image.pullPolicy | string | `"IfNotPresent"` | |
225+
| file_server.image.pullPolicy | string | `"Always"` | |
226226
| file_server.image.repository | string | `"api7/api7-ee-file-server"` | |
227-
| file_server.image.tag | string | `"dev"` | |
227+
| file_server.image.tag | string | `"v3.9.8"` | |
228228
| file_server.livenessProbe.failureThreshold | int | `10` | |
229229
| file_server.livenessProbe.initialDelaySeconds | int | `60` | |
230230
| file_server.livenessProbe.periodSeconds | int | `3` | |

charts/api7/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ file_server:
8989
replicaCount: 1
9090
image:
9191
repository: api7/api7-ee-file-server
92-
pullPolicy: IfNotPresent
93-
tag: "dev"
92+
pullPolicy: Always
93+
tag: "v3.9.8"
9494
livenessProbe:
9595
initialDelaySeconds: 60
9696
periodSeconds: 3

0 commit comments

Comments
 (0)