From bb40dc1e19b3b4344a16cace47d8534e5e212e2f Mon Sep 17 00:00:00 2001 From: Keshav Mishra Date: Mon, 11 Dec 2023 15:52:36 +0530 Subject: [PATCH] [DSD-3884] updating the released images (#181) * Update values.yaml Signed-off-by: Keshav Mishra * Update values.yaml (#180) Signed-off-by: Keshav Mishra * Update values.yaml Signed-off-by: Keshav Mishra --------- Signed-off-by: Keshav Mishra --- helm/mock-identity-system/values.yaml | 4 ++-- helm/mock-relying-party-service/values.yaml | 4 ++-- helm/mock-relying-party-ui/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/mock-identity-system/values.yaml b/helm/mock-identity-system/values.yaml index d26d4b4b..6b050e30 100644 --- a/helm/mock-identity-system/values.yaml +++ b/helm/mock-identity-system/values.yaml @@ -52,8 +52,8 @@ service: image: registry: docker.io - repository: mosipdev/mock-identity-system - tag: release-0.9.x + repository: mosipid/mock-identity-system + tag: 0.9.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/mock-relying-party-service/values.yaml b/helm/mock-relying-party-service/values.yaml index 09e19d9a..a9ab9a43 100644 --- a/helm/mock-relying-party-service/values.yaml +++ b/helm/mock-relying-party-service/values.yaml @@ -51,8 +51,8 @@ service: image: registry: docker.io - repository: mosipdev/mock-relying-party-service - tag: release-0.9.x + repository: mosipid/mock-relying-party-service + tag: 0.9.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/mock-relying-party-ui/values.yaml b/helm/mock-relying-party-ui/values.yaml index 1ce53438..c22bbb44 100644 --- a/helm/mock-relying-party-ui/values.yaml +++ b/helm/mock-relying-party-ui/values.yaml @@ -51,8 +51,8 @@ service: image: registry: docker.io - repository: mosipdev/mock-relying-party-ui - tag: release-0.9.x + repository: mosipid/mock-relying-party-ui + tag: 0.9.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'