Skip to content

Commit 6eceaa2

Browse files
committed
fix: Update README.md
1 parent a765655 commit 6eceaa2

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

.github/workflows/deploy-opencrvs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ on:
1414
core-image-tag:
1515
description: "Tag of the core image"
1616
required: true
17-
default: "v1.9.1"
17+
default: "v1.9.3"
1818
countryconfig-image-tag:
1919
description: "Tag of the countryconfig image"
2020
required: true
21-
default: "v1.9.1"
21+
default: "v1.9.3"
2222
environment:
2323
description: "Target environment"
2424
required: true

charts/opencrvs-services/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: opencrvs-services
33
description: OpenCRVS Services
44
type: application
55
version: 0.1.24
6-
appVersion: 1.9.2
6+
appVersion: 1.9.3

charts/opencrvs-services/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,3 +780,19 @@ In this example:
780780
- `KIBANA_SYSTEM`, `METRICBEAT`, and `APM` will use the specified usernames (`kibana_system`, `beats_system`, `apm_system`) with random passwords.
781781

782782
The generated credentials can be accessed from the `elasticsearch-opencrvs-users` secret.
783+
784+
# Additional information
785+
786+
## Helm chart hooks
787+
788+
Helm chart has following pre-install/upgrade hooks:
789+
- elasticsearch-on-deploy: create elasticsearch users and configure permissions, see `elasticsearch` configuration options for more details how to configure users and permissions
790+
- influxdb-on-deploy: create database
791+
- mongo-on-deploy: create databases and users with correct permissions, see `mongodb` configuration options for more details how to configure users and permissions
792+
- postgres-on-deploy: create database, schemas and users with correct permissions
793+
794+
Helm chart has following post-install/upgrade hooks:
795+
- data-migration: apply data migrations to postgres, mongodb, influxdb
796+
- data-migration-analytics: apply data migrations to postgres, this hook use Countryconfig assets docker image, see documentation on how to create own analytics dashboards.
797+
- data-seed: initial data seed, runs only on post-install
798+
- elasticsearch-reindex: reindex data after deployment

0 commit comments

Comments
 (0)