File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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.3
18
+ version : 2.3.1-alpha.4
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.3
24
+ appVersion : 4.3.1-alpha.4
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-011 " ` |
110
+ | ` web-service-frontend.image.tag ` | Image tag. Overrides the image tag whose default is the chart appVersion | ` "4.3.1-013 " ` |
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 ` |
@@ -124,7 +124,7 @@ The following table lists the configurable parameters of the netris-controller c
124
124
| -------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
125
125
| ` grpc.replicaCount ` | Number of replicas in grpc deployment | ` 1 ` |
126
126
| ` grpc.image.repository ` | Image repository | ` netrisai/controller-grpc ` |
127
- | ` grpc.image.tag ` | Image tag. Overrides the image tag whose default is the chart appVersion | ` "4.3.1.007 " ` |
127
+ | ` grpc.image.tag ` | Image tag. Overrides the image tag whose default is the chart appVersion | ` "4.3.1.008 " ` |
128
128
| ` grpc.image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
129
129
| ` grpc.imagePullSecrets ` | Reference to one or more secrets to be used when pulling images | ` [] ` |
130
130
| ` grpc.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-011 "
113
+ tag : " 4.3.1-013 "
114
114
115
115
imagePullSecrets : []
116
116
@@ -134,7 +134,7 @@ grpc:
134
134
repository : netrisai/controller-grpc
135
135
pullPolicy : IfNotPresent
136
136
# Overrides the image tag whose default is the chart appVersion.
137
- tag : " 4.3.1.007 "
137
+ tag : " 4.3.1.008 "
138
138
139
139
imagePullSecrets : []
140
140
You can’t perform that action at this time.
0 commit comments