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.4.0-alpha.17
18
+ version : 2.4.0-alpha.18
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.4.0-alpha.17
24
+ appVersion : 4.4.0-alpha.18
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 @@ -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.4.0.028 " ` |
127
+ | ` grpc.image.tag ` | Image tag. Overrides the image tag whose default is the chart appVersion | ` "4.4.0.029 " ` |
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 @@ -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.4.0.028 "
137
+ tag : " 4.4.0.029 "
138
138
139
139
imagePullSecrets : []
140
140
You can’t perform that action at this time.
0 commit comments