diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2ef8766..af6b881 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.22.1 +appVersion: v1.22.2 diff --git a/helm/values.yaml b/helm/values.yaml index 6e9dcaf..e10ec9e 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,6 +1,6 @@ quaiCicd: image: name: quainetwork/quai-cicd - version: v1.22.1 + version: v1.22.2 env: quai-dev replicas: 1 diff --git a/package-lock.json b/package-lock.json index 5332878..f276a6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sample-js-project", - "version": "v1.22.1", + "version": "v1.22.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sample-js-project", - "version": "v1.22.1" + "version": "v1.22.2" } } } diff --git a/package.json b/package.json index db9a3da..d38ef1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sample-js-project", - "version": "v1.22.1", + "version": "v1.22.2", "scripts": { "build": "echo 'Building JS project...' && echo $BUILD_ENV" },