Skip to content

Commit

Permalink
Update-2023-11-30_21:03:33
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed Nov 30, 2023
1 parent f4abcf5 commit 77f6aa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2.1.1-alpha.0
version: 2.1.1-alpha.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: 4.1.1-alpha.0
appVersion: 4.1.1-alpha.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
4 changes: 2 additions & 2 deletions charts/netris-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-001"
tag: "4.1.1-002"

imagePullSecrets: []

Expand Down Expand Up @@ -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.001"
tag: "4.1.1.002"

imagePullSecrets: []

Expand Down

0 comments on commit 77f6aa5

Please sign in to comment.