File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ testgen:
57
57
image :
58
58
59
59
# DataOps TestGen version to be installed / upgraded
60
- tag : v3 .0
60
+ tag : v4 .0
61
61
` ` `
62
62
63
63
# Installing
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 : 0.1.1
18
+ version : 1.0.0
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 : " v3 "
24
+ appVersion : " v4 "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ replicaCount: 1
31
31
image :
32
32
repository : " datakitchen/dataops-testgen"
33
33
pullPolicy : IfNotPresent
34
- tag : " v3 "
34
+ tag : " v4 "
35
35
36
36
imagePullSecrets :
37
37
nameOverride : " "
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ testgen:
10
10
11
11
image :
12
12
# 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