From 8d6d819c82db813246e7a690b6052a545015c78a Mon Sep 17 00:00:00 2001 From: Gor Poghosyan Date: Fri, 8 Dec 2023 09:57:47 -0800 Subject: [PATCH] Update-2023-12-08_17:57:46 --- charts/netris-controller/Chart.yaml | 4 ++-- charts/netris-controller/README.md | 10 +++++----- charts/netris-controller/values.yaml | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/netris-controller/Chart.yaml b/charts/netris-controller/Chart.yaml index 3f235fd..3252ef3 100644 --- a/charts/netris-controller/Chart.yaml +++ b/charts/netris-controller/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.1-alpha.1 +version: 2.1.1-alpha.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 4.1.1-alpha.1 +appVersion: 4.1.1-alpha.2 home: https://netris.ai icon: https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink keywords: diff --git a/charts/netris-controller/README.md b/charts/netris-controller/README.md index 7cefdc3..38636cd 100644 --- a/charts/netris-controller/README.md +++ b/charts/netris-controller/README.md @@ -89,7 +89,7 @@ The following table lists the configurable parameters of the netris-controller c | ------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------- | --------------------------------- | | `web-service-backend.replicaCount` | Number of replicas in web-service-backend deployment | `1` | | `web-service-backend.image.repository` | Image repository | `netrisai/controller-web-service-backend` | -| `web-service-backend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.1-001"` | +| `web-service-backend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.1-006"` | | `web-service-backend.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `web-service-backend.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` | | `web-service-backend.service.type` | Kubernetes service type | `ClusterIP` | @@ -105,7 +105,7 @@ The following table lists the configurable parameters of the netris-controller c | ------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------- | --------------------------------- | | `web-service-frontend.replicaCount` | Number of replicas in web-service-frontend deployment | `1` | | `web-service-frontend.image.repository` | Image repository | `netrisai/controller-web-service-frontend` | -| `web-service-frontend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.1-001"` | +| `web-service-frontend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.1-002"` | | `web-service-frontend.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `web-service-frontend.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` | | `web-service-frontend.service.type` | Kubernetes service type | `ClusterIP` | @@ -122,7 +122,7 @@ The following table lists the configurable parameters of the netris-controller c | -------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- | | `grpc.replicaCount` | Number of replicas in grpc deployment | `1` | | `grpc.image.repository` | Image repository | `netrisai/controller-grpc` | -| `grpc.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.1.001"` | +| `grpc.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.1.1.003"` | | `grpc.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `grpc.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` | | `grpc.service.type` | Kubernetes service type | `ClusterIP` | @@ -189,7 +189,7 @@ The following table lists the configurable parameters of the netris-controller c | ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- | | `equinix-metal-agent.enabled` | Enable equinix-metal-agent deployment | `true` | | `equinix-metal-agent.image.repository` | Image repository | `netrisai/bare-metal-equinix-metal-agent` | -| `equinix-metal-agent.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"0.9.3"` | +| `equinix-metal-agent.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"0.11.0"` | | `equinix-metal-agent.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `equinix-metal-agent.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` | @@ -199,7 +199,7 @@ The following table lists the configurable parameters of the netris-controller c | ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- | | `phoenixnap-bmc-agent.enabled` | Enable phoenixnap-bmc-agent deployment | `true` | | `phoenixnap-bmc-agent.image.repository` | Image repository | `netrisai/bare-metal-phoenixnap-bmc-agent` | -| `phoenixnap-bmc-agent.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"0.6.0"` | +| `phoenixnap-bmc-agent.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"0.6.1"` | | `phoenixnap-bmc-agent.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `phoenixnap-bmc-agent.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` | diff --git a/charts/netris-controller/values.yaml b/charts/netris-controller/values.yaml index 839bdeb..f5c239f 100644 --- a/charts/netris-controller/values.yaml +++ b/charts/netris-controller/values.yaml @@ -83,7 +83,7 @@ web-service-backend: repository: netrisai/controller-web-service-backend pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "4.1.1-002" + tag: "4.1.1-006" imagePullSecrets: [] @@ -108,7 +108,7 @@ web-service-frontend: repository: netrisai/controller-web-service-frontend pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "4.1.1-001" + tag: "4.1.1-002" imagePullSecrets: [] @@ -132,7 +132,7 @@ grpc: repository: netrisai/controller-grpc pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "4.1.1.002" + tag: "4.1.1.003" imagePullSecrets: [] @@ -224,7 +224,7 @@ equinix-metal-agent: repository: netrisai/bare-metal-equinix-metal-agent pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.9.3" + tag: "0.11.0" imagePullSecrets: [] @@ -235,7 +235,7 @@ phoenixnap-bmc-agent: repository: netrisai/bare-metal-phoenixnap-bmc-agent pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.6.0" + tag: "0.6.1" imagePullSecrets: []