diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 09a038c..356dddd 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -17,4 +17,4 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: v1.19.0-pre +appVersion: v1.20.0-pre diff --git a/helm/values.yaml b/helm/values.yaml index 54df8e1..6b9a443 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -6,4 +6,4 @@ testCicd: replicas: 1 quaiCicd: image: - version: v1.19.0-pre + version: v1.20.0-pre diff --git a/package-lock.json b/package-lock.json index f338745..349303d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sample-js-project", - "version": "v1.19.0-pre", + "version": "v1.20.0-pre", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sample-js-project", - "version": "v1.19.0-pre" + "version": "v1.20.0-pre" } } } diff --git a/package.json b/package.json index 8840ed4..736dee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sample-js-project", - "version": "v1.19.0-pre", + "version": "v1.20.0-pre", "scripts": { "build": "echo 'Building JS project...' && echo $BUILD_ENV" },