File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.3.1-alpha.7
18
+ version : 2.3.1-alpha.8
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : 4.3.1-alpha.7
24
+ appVersion : 4.3.1-alpha.8
25
25
home : https://netris.ai
26
26
icon : https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink
27
27
keywords :
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ The following table lists the configurable parameters of the netris-controller c
107
107
| ------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------- | --------------------------------- |
108
108
| ` web-service-frontend.replicaCount ` | Number of replicas in web-service-frontend deployment | ` 1 ` |
109
109
| ` web-service-frontend.image.repository ` | Image repository | ` netrisai/controller-web-service-frontend ` |
110
- | ` web-service-frontend.image.tag ` | Image tag. Overrides the image tag whose default is the chart appVersion | ` "4.3.1-016 " ` |
110
+ | ` web-service-frontend.image.tag ` | Image tag. Overrides the image tag whose default is the chart appVersion | ` "4.3.1-017 " ` |
111
111
| ` web-service-frontend.image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
112
112
| ` web-service-frontend.imagePullSecrets ` | Reference to one or more secrets to be used when pulling images | ` [] ` |
113
113
| ` web-service-frontend.service.type ` | Kubernetes service type | ` ClusterIP ` |
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ web-service-frontend:
110
110
repository : netrisai/controller-web-service-frontend
111
111
pullPolicy : IfNotPresent
112
112
# Overrides the image tag whose default is the chart appVersion.
113
- tag : " 4.3.1-016 "
113
+ tag : " 4.3.1-017 "
114
114
115
115
imagePullSecrets : []
116
116
You can’t perform that action at this time.
0 commit comments