File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
55A 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 ` | |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments