File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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 "
2525dependencies :
2626 - name : kuberhealthy
2727 condition : kuberhealthy.enabled
Original file line number Diff line number Diff line change 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
1313imagePullSecrets : []
1414nameOverride : " "
@@ -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
Original file line number Diff line number Diff 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 "
2525dependencies :
2626 - name : nats
2727 condition : nats.enabled
Original file line number Diff line number Diff line change 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
1313imagePullSecrets : []
1414nameOverride : " "
@@ -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
You can’t perform that action at this time.
0 commit comments