Skip to content

Commit 57e941d

Browse files
committed
Update-2025-03-29_06:11:59
1 parent 2de7bce commit 57e941d

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.17
18+
version: 2.4.0-alpha.18
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.17
24+
appVersion: 4.4.0-alpha.18
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
@@ -124,7 +124,7 @@ The following table lists the configurable parameters of the netris-controller c
124124
| -------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
125125
| `grpc.replicaCount` | Number of replicas in grpc deployment | `1` |
126126
| `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"` |
128128
| `grpc.image.pullPolicy` | Image pull policy | `IfNotPresent` |
129129
| `grpc.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
130130
| `grpc.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
@@ -134,7 +134,7 @@ grpc:
134134
repository: netrisai/controller-grpc
135135
pullPolicy: IfNotPresent
136136
# Overrides the image tag whose default is the chart appVersion.
137-
tag: "4.4.0.028"
137+
tag: "4.4.0.029"
138138

139139
imagePullSecrets: []
140140

0 commit comments

Comments
 (0)