Skip to content

Commit 2103569

Browse files
authored
Merge pull request #373 from akash4sh/main
config: update image tag to v1.1.8
2 parents 494f601 + 717840b commit 2103569

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.22
18+
version: 1.1.23
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.7"
24+
appVersion: "v1.1.8"
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.7"
11+
tag: "v1.1.8"
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.7"
53+
tag: "v1.1.8"
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.7"
95+
tag: "v1.1.8"
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.28
18+
version: 1.1.29
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.7"
24+
appVersion: "v1.1.8"
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.7"
11+
tag: "v1.1.8"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""
@@ -173,7 +173,7 @@ migration:
173173
image:
174174
repository: ghcr.io/intelops/kubviz/migration
175175
pullPolicy: Always
176-
tag: "v1.1.7"
176+
tag: "v1.1.8"
177177
schema:
178178
path: "/sql"
179179

0 commit comments

Comments
 (0)