Skip to content

Commit 0ce5ec0

Browse files
authored
Merge pull request #255 from akash4sh/main
updated client and agent chart version
2 parents 495eb92 + 78d7da2 commit 0ce5ec0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

charts/agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.3
18+
version: 1.1.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v1.0.0"
24+
appVersion: "v1.1.3"

charts/agent/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/intelops/kubviz/kubviz-agent
99
pullPolicy: Always
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "v1.1.0"
11+
tag: "v1.1.3"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""
@@ -47,7 +47,7 @@ git_bridge:
4747
image:
4848
repository: ghcr.io/intelops/kubviz/git-agent
4949
pullPolicy: Always
50-
tag: "v1.1.0"
50+
tag: "v1.1.3"
5151
resources:
5252
limits:
5353
cpu: 200m
@@ -81,7 +81,7 @@ container_bridge:
8181
image:
8282
repository: ghcr.io/intelops/kubviz/container-agent
8383
pullPolicy: Always
84-
tag: "v1.1.0"
84+
tag: "v1.1.3"
8585
resources:
8686
limits:
8787
cpu: 200m

charts/client/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.6
18+
version: 1.1.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/client/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/intelops/kubviz/client
99
pullPolicy: Always
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "v1.1.0"
11+
tag: "v1.1.3"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""
@@ -121,6 +121,6 @@ migration:
121121
image:
122122
repository: ghcr.io/intelops/kubviz/migration
123123
pullPolicy: Always
124-
tag: "v1.1.0"
124+
tag: "v1.1.3"
125125
schema:
126126
path: "/sql"

0 commit comments

Comments
 (0)