From 7d22aa3becb2f2748be1102bb598955710f67a1f Mon Sep 17 00:00:00 2001 From: Gor Poghosyan Date: Sat, 5 Mar 2022 12:46:49 +0400 Subject: [PATCH] Update-2022-03-05_08:46:49 --- charts/netris-controller/Chart.yaml | 4 ++-- charts/netris-controller/README.md | 2 +- charts/netris-controller/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/netris-controller/Chart.yaml b/charts/netris-controller/Chart.yaml index ffb7ea6..96eb6ba 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: 1.0.7 +version: 1.0.8 # 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: 3.0.5 +appVersion: 3.0.5.1 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 9ca5075..7e29996 100644 --- a/charts/netris-controller/README.md +++ b/charts/netris-controller/README.md @@ -119,7 +119,7 @@ The following table lists the configurable parameters of the netris-controller c | ------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- | | `telescope.replicaCount` | Number of replicas in telescope deployment | `1` | | `telescope.image.repository` | Image repository | `netrisai/controller-telescope` | -| `telescope.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"3.0.5"` | +| `telescope.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"3.0.5-002"` | | `telescope.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `telescope.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` | | `telescope.service.type` | Kubernetes service type | `ClusterIP` | diff --git a/charts/netris-controller/values.yaml b/charts/netris-controller/values.yaml index e3a47d0..5d20cc6 100644 --- a/charts/netris-controller/values.yaml +++ b/charts/netris-controller/values.yaml @@ -131,7 +131,7 @@ telescope: repository: netrisai/controller-telescope pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "3.0.5" + tag: "3.0.5-002" imagePullSecrets: []