Skip to content

Commit 9550f69

Browse files
Merge pull request #41 from DataKitchen/helm-update
ci(helm): update versions
2 parents ee5866d + 1f01210 commit 9550f69

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

deploy/charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ testgen:
5757
image:
5858

5959
# DataOps TestGen version to be installed / upgraded
60-
tag: v3.0
60+
tag: v4.0
6161
```
6262
6363
# Installing

deploy/charts/testgen-app/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

deploy/charts/testgen-app/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ replicaCount: 1
3131
image:
3232
repository: "datakitchen/dataops-testgen"
3333
pullPolicy: IfNotPresent
34-
tag: "v3"
34+
tag: "v4"
3535

3636
imagePullSecrets:
3737
nameOverride: ""

deploy/charts_values/values-app-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ testgen:
1010

1111
image:
1212
# DataOps TestGen version to be installed / upgraded
13-
tag: v3
13+
tag: v4

0 commit comments

Comments
 (0)