File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.1.3
18
+ version : 1.1.4
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " v1.0.0 "
24
+ appVersion : " v1.1.3 "
Original file line number Diff line number Diff line change 8
8
repository : ghcr.io/intelops/kubviz/kubviz-agent
9
9
pullPolicy : Always
10
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag : " v1.1.0 "
11
+ tag : " v1.1.3 "
12
12
13
13
imagePullSecrets : []
14
14
nameOverride : " "
@@ -47,7 +47,7 @@ git_bridge:
47
47
image :
48
48
repository : ghcr.io/intelops/kubviz/git-agent
49
49
pullPolicy : Always
50
- tag : " v1.1.0 "
50
+ tag : " v1.1.3 "
51
51
resources :
52
52
limits :
53
53
cpu : 200m
@@ -81,7 +81,7 @@ container_bridge:
81
81
image :
82
82
repository : ghcr.io/intelops/kubviz/container-agent
83
83
pullPolicy : Always
84
- tag : " v1.1.0 "
84
+ tag : " v1.1.3 "
85
85
resources :
86
86
limits :
87
87
cpu : 200m
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.1.6
18
+ version : 1.1.7
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 8
8
repository : ghcr.io/intelops/kubviz/client
9
9
pullPolicy : Always
10
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag : " v1.1.0 "
11
+ tag : " v1.1.3 "
12
12
13
13
imagePullSecrets : []
14
14
nameOverride : " "
@@ -121,6 +121,6 @@ migration:
121
121
image :
122
122
repository : ghcr.io/intelops/kubviz/migration
123
123
pullPolicy : Always
124
- tag : " v1.1.0 "
124
+ tag : " v1.1.3 "
125
125
schema :
126
126
path : " /sql"
You can’t perform that action at this time.
0 commit comments