Skip to content

Commit

Permalink
3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed Dec 13, 2021
1 parent 13104e6 commit e6dd4a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/netris-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-alpha.4
version: 1.0.1

# 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.1-alpha.4
appVersion: 3.0.1
home: https://netris.ai
icon: https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/netris-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The following table lists the configurable parameters of the netris-controller c
| ------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
| `telescope-notifier.replicaCount` | Number of replicas in telescope-notifier deployment | `1` |
| `telescope-notifier.image.repository` | Image repository | `netrisai/controller-telescope-notifier` |
| `telescope-notifier.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `""` |
| `telescope-notifier.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"3.0.0"` |
| `telescope-notifier.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `telescope-notifier.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
| `telescope-notifier.autoscaling.enabled` | Option to turn autoscaling on for app and specify params for HPA. Autoscaling needs metrics-server to access cpu metrics | `false` |
Expand Down
6 changes: 3 additions & 3 deletions charts/netris-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ app:
repository: netrisai/controller-web-service
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "3.0.1-alpha.27"
tag: ""

imagePullSecrets: []

Expand Down Expand Up @@ -107,7 +107,7 @@ grpc:
repository: netrisai/controller-grpc
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "3.0.1-beta.4"
tag: ""

imagePullSecrets: []

Expand All @@ -131,7 +131,7 @@ telescope:
repository: netrisai/controller-telescope
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "3.0.1-alpha.0"
tag: ""

imagePullSecrets: []

Expand Down

0 comments on commit e6dd4a2

Please sign in to comment.