diff --git a/charts/pip-account-management/Chart.yaml b/charts/pip-account-management/Chart.yaml index 51ab8568..450657d8 100644 --- a/charts/pip-account-management/Chart.yaml +++ b/charts/pip-account-management/Chart.yaml @@ -2,7 +2,7 @@ name: pip-account-management apiVersion: v2 appVersion: "1.0" home: https://github.com/hmcts/pip-account-management -version: 0.0.46 +version: 0.0.47 description: Publishing & Information Account Management maintainers: - name: HMCTS PIP Team diff --git a/charts/pip-account-management/values.dev.template.yaml b/charts/pip-account-management/values.dev.template.yaml index 221fd2f7..a7cf6e78 100644 --- a/charts/pip-account-management/values.dev.template.yaml +++ b/charts/pip-account-management/values.dev.template.yaml @@ -27,6 +27,7 @@ java: secretRef: storage-secret-{{ .Release.Name }}-blobstorage key: accessKey blobstorage: + enabled: true resourceGroup: pip-aso-dev-rg setup: containers: diff --git a/charts/pip-account-management/values.yaml b/charts/pip-account-management/values.yaml index c8c01190..d338afe5 100644 --- a/charts/pip-account-management/values.yaml +++ b/charts/pip-account-management/values.yaml @@ -49,4 +49,5 @@ java: alias: APP_INSIGHTS_CONNECTION_STRING autoscaling: enabled: false #To be enabled as part of PUB-1692 - +blobstorage: + enabled: false