diff --git a/charts/ccpay-cpo-callback-function/Chart.yaml b/charts/ccpay-cpo-callback-function/Chart.yaml index 87f9142..405064e 100644 --- a/charts/ccpay-cpo-callback-function/Chart.yaml +++ b/charts/ccpay-cpo-callback-function/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the chart. @@ -23,8 +23,8 @@ appVersion: 0.1.5 dependencies: - name: function version: 0.1.2-beta - repository: '@hmctspublic' + repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/' # - name: servicebus # version: 0.3.0 -# repository: '@hmctspublic' +# repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/' # condition: servicebus.enabled diff --git a/package-lock.json b/package-lock.json index 48473fe..92242b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2837,9 +2837,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "mkdirp": { "version": "0.5.5", diff --git a/yarn.lock b/yarn.lock index 1068472..6d5b4ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2185,9 +2185,9 @@ minimatch@3.0.4, minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mkdirp@0.5.3: version "0.5.3"