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/renovate.json b/renovate.json new file mode 100644 index 0000000..39a2b6e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +}