Skip to content

Commit

Permalink
csc chart 0.6.1 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastaleru authored Oct 25, 2022
1 parent 3c1505c commit f068cae
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/csc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.6.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
8 changes: 4 additions & 4 deletions charts/csc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# csc


![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: csc.1.1.0](https://img.shields.io/badge/AppVersion-csc.1.1.0-informational?style=flat-square)
![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: csc.1.1.0](https://img.shields.io/badge/AppVersion-csc.1.1.0-informational?style=flat-square)

A Helm chart for Pharma Ledger csc application

Expand Down Expand Up @@ -126,7 +126,7 @@ It is recommended to put non-sensitive configuration values in an configuration
2. Install via helm to namespace `default`
```bash
helm upgrade my-release-name pharmaledger-imi/csc --version=0.6.0 \
helm upgrade my-release-name pharmaledger-imi/csc --version=0.6.1 \
--install \
--values my-config.yaml \
```
Expand Down Expand Up @@ -226,7 +226,7 @@ Run `helm upgrade --helm` for full list of options.
You can install into other namespace than `default` by setting the `--namespace` parameter, e.g.

```bash
helm upgrade my-release-name pharmaledger-imi/csc --version=0.6.0 \
helm upgrade my-release-name pharmaledger-imi/csc --version=0.6.1 \
--install \
--namespace=my-namespace \
--values my-config.yaml \
Expand All @@ -237,7 +237,7 @@ Run `helm upgrade --helm` for full list of options.
Provide the `--wait` argument and time to wait (default is 5 minutes) via `--timeout`

```bash
helm upgrade my-release-name pharmaledger-imi/csc --version=0.6.0 \
helm upgrade my-release-name pharmaledger-imi/csc --version=0.6.1 \
--install \
--wait --timeout=600s \
--values my-config.yaml \
Expand Down
16 changes: 12 additions & 4 deletions charts/csc/templates/job-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,20 @@ spec:
subPath: dsu-explorer-environment.js
readOnly: true
- name: csc-env-volume
mountPath: /{{ .Values.apiHubWorkingFolder }}/trust-loader-config/dsu-fabric-wallet/loader/environment.js
subPath: dsu-fabric-environment.js
mountPath: /{{ .Values.apiHubWorkingFolder }}/trust-loader-config/csc-sponsor-wallet/loader/environment.js
subPath: sponsor-environment.js
readOnly: true
- name: csc-env-volume
mountPath: /{{ .Values.apiHubWorkingFolder }}/trust-loader-config/leaflet-wallet/loader/environment.js
subPath: leaflet-environment.js
mountPath: /{{ .Values.apiHubWorkingFolder }}/trust-loader-config/csc-cmo-wallet/loader/environment.js
subPath: cmo-environment.js
readOnly: true
- name: csc-env-volume
mountPath: /{{ .Values.apiHubWorkingFolder }}/trust-loader-config/csc-courier-wallet/loader/environment.js
subPath: courier-environment.js
readOnly: true
- name: csc-env-volume
mountPath: /{{ .Values.apiHubWorkingFolder }}/trust-loader-config/csc-site-wallet/loader/environment.js
subPath: site-environment.js
readOnly: true
# We mount a temporary volume in order to hand over data from init to main container
- name: container-shared-data
Expand Down

0 comments on commit f068cae

Please sign in to comment.