File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ testgen:
5757image :
5858
5959 # DataOps TestGen version to be installed / upgraded
60- tag : v3 .0
60+ tag : v4 .0
6161` ` `
6262
6363# Installing
Original file line number Diff line number Diff 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 : 0.1.1
18+ version : 1.0.0
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 : " v3 "
24+ appVersion : " v4 "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ replicaCount: 1
3131image :
3232 repository : " datakitchen/dataops-testgen"
3333 pullPolicy : IfNotPresent
34- tag : " v3 "
34+ tag : " v4 "
3535
3636imagePullSecrets :
3737nameOverride : " "
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ testgen:
1010
1111image :
1212 # DataOps TestGen version to be installed / upgraded
13- tag : v3
13+ tag : v4
You can’t perform that action at this time.
0 commit comments