From 76f18ed9c72dd630dfa9945f32d157ad7ae6052a Mon Sep 17 00:00:00 2001 From: SimonMitchellMOJ <51327941+SimonMitchellMOJ@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:53:29 +0100 Subject: [PATCH 1/2] Add productId to values.yaml --- helm_deploy/hmpps-authorization/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm_deploy/hmpps-authorization/values.yaml b/helm_deploy/hmpps-authorization/values.yaml index 27f9dc7f..1a5926e2 100644 --- a/helm_deploy/hmpps-authorization/values.yaml +++ b/helm_deploy/hmpps-authorization/values.yaml @@ -1,6 +1,7 @@ --- generic-service: nameOverride: hmpps-authorization + productId: DPS017 replicaCount: 4 From 743da3811fc4beb13200ef3f6985412ce53ecaf9 Mon Sep 17 00:00:00 2001 From: simonmitchell Date: Tue, 10 Oct 2023 10:01:38 +0100 Subject: [PATCH 2/2] HAAR-1871: update generic-service version --- helm_deploy/hmpps-authorization/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm_deploy/hmpps-authorization/Chart.yaml b/helm_deploy/hmpps-authorization/Chart.yaml index c920d722..bba4fc37 100644 --- a/helm_deploy/hmpps-authorization/Chart.yaml +++ b/helm_deploy/hmpps-authorization/Chart.yaml @@ -5,8 +5,8 @@ name: hmpps-authorization version: 0.2.0 dependencies: - name: generic-service - version: 2.6.3 + version: 2.6.5 repository: https://ministryofjustice.github.io/hmpps-helm-charts - name: generic-prometheus-alerts - version: 1.3.2 + version: 1.3.3 repository: https://ministryofjustice.github.io/hmpps-helm-charts