Downloading Certified Container Helm charts from Chart Repository
You can download Sterling B2B Integrator or Sterling File Gateway Certified Container Helm charts from IBM public chart repository or Red Hat OpenShift Container Platform Developer Catalog.
Jump to:
Sterling B2B Integrator Version | Helm Chart Version | Case Version | IBM Chart Repository |
---|---|---|---|
6.2.1.0 | 3.1.0 | 3.1.0 | ibm-b2bi-prod-3.1.0.tgz |
Sterling File Gateway Version | Helm Chart Version | Case Version | IBM Chart Repository |
---|---|---|---|
6.2.1.0 | 3.1.0 | 3.1.0 | ibm-sfg-prod-3.1.0.tgz |
Downloading dashboard/fluentd
artifacts
After downloading Sterling B2B Integrator or Sterling File Gateway Helm charts, if you want to enable the grafana dashboard or use fluentd service with Sterling B2B Integrator or Sterling File Gateway, you can download grafana_fluentd.zip.
Follow these steps:
- Unzip the
grafana_fluentd.zip
and extract dashboards and fluentd directories. - Go to
ibm-(b2bi/sfg)-prod/ibm_cloud_pak/pak_extensions/
and copy the dashboards and fluentd directories.
Download and install helm charts from Developer Catalog
You can also download and install Sterling B2B Integrator or Sterling File Gateway Helm
charts from Developer Catalog on Red Hat OpenShift Container Platform by performing
the following steps:
- Log in to the Red Hat OpenShift Container platform with your user credentials.
- From the left navigation pane, select the option for the Developer dashboard.
- Click +Add and select the From Catalog option. The Developer Catalog page is displayed.
- From the Type menu, select the Helm Charts checkbox.
- In the All Items filter, search for the product. For example, based on your entitlement, select Sterling B2B Integrator or Sterling File Gateway for which you want to install the Helm chart.
- For prerequisites before installing the Helm charts, see Installation prerequisites.
- Read the license details and click Install Helm Chart.
- Edit the values as needed and click Install. For more
information about the available values in
values.yaml
file, see Configuring the Certified Container. - Go to the Administrator dashboard and validate the deployed resources.
Configure Helm to pull charts from IBM helm repository
To add the ibm-helm repo to local helm chart repository list, run the following command:
helm repo add ibm-helm https://raw.githubusercontent.com/IBM/charts/master/repo/ibm-helm
You can install the latest helm charts from the IBM helm repo by running the following commands:
helm repo update
helm install <release-name> b2bi-repo/{CHARTNAME}
Where,
CHARTNAME
is:- ibm-b2bi-prod for Sterling B2B Integrator helm chart release
- ibm-sfg-prod for Sterling File Gateway helm chart release
Note: You can provide rest of the options, as required, for
the helm install command.