Skip to content

Commit 3cb2d44

Browse files
committed
Update-2025-02-14_19:15:26
1 parent 7ad0e4f commit 3cb2d44

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/netris-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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: 2.4.0-alpha.10
18+
version: 2.4.0-alpha.11
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
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 4.4.0-alpha.10
24+
appVersion: 4.4.0-alpha.11
2525
home: https://netris.ai
2626
icon: https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink
2727
keywords:

charts/netris-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The following table lists the configurable parameters of the netris-controller c
141141
| ------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
142142
| `telescope.replicaCount` | Number of replicas in telescope deployment | `1` |
143143
| `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"` |
145145
| `telescope.image.pullPolicy` | Image pull policy | `IfNotPresent` |
146146
| `telescope.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
147147
| `telescope.service.type` | Kubernetes service type | `ClusterIP` |

charts/netris-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ telescope:
158158
repository: netrisai/controller-telescope
159159
pullPolicy: IfNotPresent
160160
# Overrides the image tag whose default is the chart appVersion.
161-
tag: "4.4.0.005"
161+
tag: "4.4.0.006"
162162

163163
imagePullSecrets: []
164164

0 commit comments

Comments
 (0)