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.10
18
+ version : 2.4.0-alpha.11
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.10
24
+ appVersion : 4.4.0-alpha.11
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 @@ -141,7 +141,7 @@ The following table lists the configurable parameters of the netris-controller c
141
141
| ------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
142
142
| ` telescope.replicaCount ` | Number of replicas in telescope deployment | ` 1 ` |
143
143
| ` telescope.image.repository ` | Image repository | ` netrisai/controller-telescope ` |
144
- | ` telescope.image.tag ` | Image tag. Overrides the image tag whose default is the chart appVersion | ` "4.4.0.005 " ` |
144
+ | ` telescope.image.tag ` | Image tag. Overrides the image tag whose default is the chart appVersion | ` "4.4.0.006 " ` |
145
145
| ` telescope.image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
146
146
| ` telescope.imagePullSecrets ` | Reference to one or more secrets to be used when pulling images | ` [] ` |
147
147
| ` telescope.service.type ` | Kubernetes service type | ` ClusterIP ` |
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ telescope:
158
158
repository : netrisai/controller-telescope
159
159
pullPolicy : IfNotPresent
160
160
# Overrides the image tag whose default is the chart appVersion.
161
- tag : " 4.4.0.005 "
161
+ tag : " 4.4.0.006 "
162
162
163
163
imagePullSecrets : []
164
164
You can’t perform that action at this time.
0 commit comments