Skip to content

Commit 6cf6f86

Browse files
[DSD-9995] Rapid deployment 0.2.0 release (#175)
* [DSD-9995] Rapid deployment 0.2.0 release Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com> * [DSD-9995] Rapid deployment 0.2.0 release Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com> --------- Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
1 parent a326cd0 commit 6cf6f86

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Helmsman/dsf/mosip-dsf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ apps:
6969
config-server:
7070
namespace: config-server
7171
enabled: true
72-
version: 12.0.4-develop
72+
version: 12.0.4
7373
chart: mosip/config-server
7474
valuesFile: "$WORKDIR/utils/config-server-values.yaml"
7575
wait: true

Helmsman/utils/config-server-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gitRepo:
22
uri: https://github.com/mosip/mosip-config
3-
version: release-1.2.4.4-RD
3+
version: v1.2.4.3-beta2
44
## Folders within the base repo where properties may be found.
55
searchFolders: ""
66
private: false

terraform/implementations/aws/base-infra/aws.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ enable_dns_support = true
4545

4646
# WireGuard automation configuration
4747
k8s_infra_repo_url = "https://github.com/mosip/k8s-infra.git"
48-
k8s_infra_branch = "release-1.2.1.x"
48+
k8s_infra_branch = "v1.2.1.2"
4949
wireguard_peers = 30
5050
enable_wireguard_setup = true

terraform/implementations/aws/infra/aws.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ami = "ami-0ad21ae1d0696ad58"
3636
k8s_infra_repo_url = "https://github.com/mosip/k8s-infra.git"
3737

3838
# Repo K8S-INFRA branch
39-
k8s_infra_branch = "release-1.2.1.x"
39+
k8s_infra_branch = "v1.2.1.2"
4040

4141
# NGINX Node's Root volume size
4242
nginx_node_root_volume_size = 24
@@ -86,7 +86,7 @@ postgresql_port = "5433"
8686
# MOSIP Infrastructure Repository Configuration
8787
mosip_infra_repo_url = "https://github.com/mosip/infra.git"
8888

89-
mosip_infra_branch = "release-0.2.0"
89+
mosip_infra_branch = "v0.2.0"
9090

9191
# VPC Configuration - Existing VPC to use (discovered by Name tag)
9292
vpc_name = "<vpc-name>"

terraform/implementations/aws/observ-infra/aws.tfvars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ subdomain_internal = [
6161

6262
# Repository configuration
6363
k8s_infra_repo_url = "https://github.com/mosip/k8s-infra.git"
64-
k8s_infra_branch = "release-1.2.1.x"
64+
k8s_infra_branch = "v1.2.1.2"
6565

6666
# RKE2 Version Configuration
6767
rke2_version = "v1.28.9+rke2r1"
@@ -92,5 +92,5 @@ mount_point = "/srv/postgres"
9292
postgresql_port = "5433"
9393

9494
# MOSIP Infrastructure Repository Configuration
95-
mosip_infra_repo_url = "https://github.com/mosip/mosip-infra.git"
96-
mosip_infra_branch = "v0.1.0"
95+
mosip_infra_repo_url = "https://github.com/mosip/infra.git"
96+
mosip_infra_branch = "v0.2.0"

0 commit comments

Comments
 (0)