Skip to content

Commit

Permalink
updated client and agent chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
akash4sh committed Oct 12, 2023
1 parent 495eb92 commit 78d7da2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.1.3
version: 1.1.4

# 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: "v1.0.0"
appVersion: "v1.1.3"
6 changes: 3 additions & 3 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/intelops/kubviz/kubviz-agent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.1.0"
tag: "v1.1.3"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -47,7 +47,7 @@ git_bridge:
image:
repository: ghcr.io/intelops/kubviz/git-agent
pullPolicy: Always
tag: "v1.1.0"
tag: "v1.1.3"
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -81,7 +81,7 @@ container_bridge:
image:
repository: ghcr.io/intelops/kubviz/container-agent
pullPolicy: Always
tag: "v1.1.0"
tag: "v1.1.3"
resources:
limits:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion charts/client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1.6
version: 1.1.7

# 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
Expand Down
4 changes: 2 additions & 2 deletions charts/client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/intelops/kubviz/client
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.1.0"
tag: "v1.1.3"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -121,6 +121,6 @@ migration:
image:
repository: ghcr.io/intelops/kubviz/migration
pullPolicy: Always
tag: "v1.1.0"
tag: "v1.1.3"
schema:
path: "/sql"

0 comments on commit 78d7da2

Please sign in to comment.