Skip to content

Commit d8dcc84

Browse files
authored
Merge pull request #354 from akash4sh/main
config: Update image tag to v1.1.7
2 parents 056e93c + 4a53a30 commit d8dcc84

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

charts/agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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.20
18+
version: 1.1.21
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.1.6"
24+
appVersion: "v1.1.7"
2525
dependencies:
2626
- name: kuberhealthy
2727
condition: kuberhealthy.enabled

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.6"
11+
tag: "v1.1.7"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""
@@ -50,7 +50,7 @@ git_bridge:
5050
image:
5151
repository: ghcr.io/intelops/kubviz/git-agent
5252
pullPolicy: Always
53-
tag: "v1.1.6"
53+
tag: "v1.1.7"
5454
resources:
5555
limits:
5656
cpu: 200m
@@ -92,7 +92,7 @@ container_bridge:
9292
image:
9393
repository: ghcr.io/intelops/kubviz/container-agent
9494
pullPolicy: Always
95-
tag: "v1.1.6"
95+
tag: "v1.1.7"
9696
resources:
9797
limits:
9898
cpu: 200m

charts/client/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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.25
18+
version: 1.1.26
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.1.6"
24+
appVersion: "v1.1.7"
2525
dependencies:
2626
- name: nats
2727
condition: nats.enabled

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.6"
11+
tag: "v1.1.7"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""
@@ -164,7 +164,7 @@ migration:
164164
image:
165165
repository: ghcr.io/intelops/kubviz/migration
166166
pullPolicy: Always
167-
tag: "v1.1.6"
167+
tag: "v1.1.7"
168168
schema:
169169
path: "/sql"
170170

0 commit comments

Comments
 (0)