Skip to content

Commit 2a03db2

Browse files
committed
Update-2024-07-16_21:46:15
1 parent 94c44eb commit 2a03db2

File tree

5 files changed

+232
-312
lines changed

5 files changed

+232
-312
lines changed

charts/netris-controller/Chart.yaml

+2-4
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.3.0-alpha.12
18+
version: 2.1.8
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.3.0-alpha.12
24+
appVersion: 4.1.1.7
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:
@@ -53,5 +53,3 @@ dependencies:
5353
- name: graphite
5454
version: 0.7.2
5555
repository: https://kiwigrid.github.io
56-
annotations:
57-
artifacthub.io/prerelease: "true"

charts/netris-controller/README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following table lists the configurable parameters of the netris-controller c
8989
| ------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------- | --------------------------------- |
9090
| `web-service-backend.replicaCount` | Number of replicas in web-service-backend deployment | `1` |
9191
| `web-service-backend.image.repository` | Image repository | `netrisai/controller-web-service-backend` |
92-
| `web-service-backend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.0-037"` |
92+
| `web-service-backend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.1-016"` |
9393
| `web-service-backend.image.pullPolicy` | Image pull policy | `IfNotPresent` |
9494
| `web-service-backend.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
9595
| `web-service-backend.service.type` | Kubernetes service type | `ClusterIP` |
@@ -99,15 +99,13 @@ The following table lists the configurable parameters of the netris-controller c
9999
| `web-service-backend.autoscaling.minReplicas` | Default min replicas for autoscaling | `1` |
100100
| `web-service-backend.autoscaling.maxReplicas` | Default max replicas for autoscaling | `100` |
101101
| `web-service-backend.autoscaling.targetCPUUtilizationPercentage` | The desired target CPU utilization for autoscaling | `80` |
102-
| `web-service-backend.nodeOptions` | A space-separated list of Node.js command-line options | `--max-old-space-size=8192` |
103-
104102

105103
### Netris-Controller web-service-frontend parameters
106104
| Parameter | Description | Default |
107105
| ------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------- | --------------------------------- |
108106
| `web-service-frontend.replicaCount` | Number of replicas in web-service-frontend deployment | `1` |
109107
| `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.0-044"` |
108+
| `web-service-frontend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.1-007"` |
111109
| `web-service-frontend.image.pullPolicy` | Image pull policy | `IfNotPresent` |
112110
| `web-service-frontend.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
113111
| `web-service-frontend.service.type` | Kubernetes service type | `ClusterIP` |
@@ -124,7 +122,7 @@ The following table lists the configurable parameters of the netris-controller c
124122
| -------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
125123
| `grpc.replicaCount` | Number of replicas in grpc deployment | `1` |
126124
| `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.0.009"` |
125+
| `grpc.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.1.008"` |
128126
| `grpc.image.pullPolicy` | Image pull policy | `IfNotPresent` |
129127
| `grpc.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
130128
| `grpc.service.type` | Kubernetes service type | `ClusterIP` |
@@ -141,7 +139,7 @@ The following table lists the configurable parameters of the netris-controller c
141139
| ------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
142140
| `telescope.replicaCount` | Number of replicas in telescope deployment | `1` |
143141
| `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.3.0.002"` |
142+
| `telescope.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.0.001"` |
145143
| `telescope.image.pullPolicy` | Image pull policy | `IfNotPresent` |
146144
| `telescope.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
147145
| `telescope.service.type` | Kubernetes service type | `ClusterIP` |
@@ -210,7 +208,7 @@ The following table lists the configurable parameters of the netris-controller c
210208
| Parameter | Description | Default |
211209
| ---------------------------------| ----------------------------------------------------------------------------- | ------------------------------------------- |
212210
| `migration.image.repository` | Image repository | `netrisai/controller-web-service-migration` |
213-
| `migration.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.0"` |
211+
| `migration.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.2"` |
214212
| `migration.image.pullPolicy` | Image pull policy | `IfNotPresent` |
215213
| `migration.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
216214

0 commit comments

Comments
 (0)