Skip to content

Commit

Permalink
[DSD-3884] updating released images (#510)
Browse files Browse the repository at this point in the history
* [DSD-3884] updating released images

Signed-off-by: Keshav Mishra <[email protected]>

* Update values.yaml

Signed-off-by: Keshav Mishra <[email protected]>

* updated released branch

---------

Signed-off-by: Keshav Mishra <[email protected]>
  • Loading branch information
ckm007 authored Dec 11, 2023
1 parent 867e965 commit 1d45959
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion db_scripts/init_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ databases:
key: postgresql-password
dml: 1
repoUrl: https://github.com/mosip/esignet.git
branch: release-1.2.x
branch: v1.2.0
4 changes: 2 additions & 2 deletions helm/esignet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ service:

image:
registry: docker.io
repository: mosipdev/esignet
tag: release-1.2.x
repository: mosipid/esignet
tag: 1.2.0
## 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
Expand Down
4 changes: 2 additions & 2 deletions helm/oidc-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ service:

image:
registry: docker.io
repository: mosipdev/oidc-ui
tag: release-1.2.x
repository: mosipid/oidc-ui
tag: 1.2.0

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 1d45959

Please sign in to comment.