You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`<RELEASE-NAME>` is the release name of your choice. For example, `ibm-connectivity-pack`
38
-
-`<CONNECTIVITY-PACK-HELM-CHART-URL>` is the URL of the latest version of the Connectivity Pack Helm chart. For example: `https://github.com/ibm-messaging/connectivity-pack-kafka-connectors/releases/download/1.0.0/ibm-connectivity-pack-1.0.0.tgz`
38
+
-`<CONNECTIVITY-PACK-HELM-CHART-URL>` is the URL of the latest version of the Connectivity Pack Helm chart. For example: `https://github.com/ibm-messaging/connectivity-pack-kafka-connectors/releases/download/1.0.1/ibm-connectivity-pack-1.0.1.tgz`
39
39
-`license.licenseId=<LICENSE-ID>` is the license identifier (ID) for the program that you purchased. For more information, see [licensing reference](https://ibm.github.io/event-automation/support/licensing/).
40
40
-`license.accept` determines whether the license is accepted (default is `false` if not specified).
41
41
-`<NAMESPACE>` is the namespace where you want to install the Connectivity Pack. This must be in the same namespace where an Event Streams instance is deployed.
@@ -44,6 +44,8 @@ You can override the default configuration parameters by using the `--set` flag
44
44
45
45
For more information about installing the Connectivity Pack, including a complete list of configuration parameters supported by the Helm chart, see [installing the Connectivity Pack](./ibm-connectivity-pack/README.md#configuring).
46
46
47
+
After installation, you can upgrade the Connectivity Pack to the latest version. For more information, see [upgrading the Connectivity Pack](./ibm-connectivity-pack/README.md#upgrading).
48
+
47
49
## Starting Kafka Connect
48
50
49
51
Configure the Kafka Connect runtime and include the configuration, certificates, and connectors for the Connectivity Pack by following these instructions.
-`<RELEASE-NAME>` is the release name of your choice. For example, `ibm-connectivity-pack`
22
-
-`<CONNECTIVITY-PACK-HELM-CHART-URL>` is the URL of the latest version of the Connectivity Pack Helm chart. For example: `https://github.com/ibm-messaging/connectivity-pack-kafka-connectors/releases/download/1.0.0/ibm-connectivity-pack-1.0.0.tgz`
22
+
-`<CONNECTIVITY-PACK-HELM-CHART-URL>` is the URL of the latest version of the Connectivity Pack Helm chart. For example: `https://github.com/ibm-messaging/connectivity-pack-kafka-connectors/releases/download/1.0.1/ibm-connectivity-pack-1.0.1.tgz`
23
23
-`license.licenseId=<LICENSE-ID>` is the license identifier (ID) for the program that you purchased. For more information, see [licensing reference](https://ibm.github.io/event-automation/support/licensing/).
24
24
-`license.accept` determines whether the license is accepted (default is `false` if not specified).
25
25
-`<NAMESPACE>` is the namespace where the Connectivity Pack is deployed.
@@ -28,6 +28,24 @@ You can override the default configuration parameters by using the `--set` flag
28
28
29
29
For a complete list of configuration parameters supported by the helm chart, see [Configuring](#configuring).
30
30
31
+
## Upgrading
32
+
33
+
To upgrade the Connectivity Pack to the latest version, run the following command:
-`<RELEASE-NAME>` is the release name you specified when installing the Connectivity Pack. For example, `ibm-connectivity-pack`
42
+
-`<CONNECTIVITY-PACK-HELM-CHART-URL>` is the URL of the latest version of the Connectivity Pack Helm chart. For example: `https://github.com/ibm-messaging/connectivity-pack-kafka-connectors/releases/download/1.0.1/ibm-connectivity-pack-1.0.1.tgz`
43
+
-`<NAMESPACE>` is the namespace where the Connectivity Pack is deployed.
44
+
45
+
You can override the default configuration parameters by using the `--set` flag or by using a custom YAML file. For example, to set the `replicaCount` as `3`, you can use `--set replicaCount=3`.
46
+
47
+
For a complete list of configuration parameters supported by the helm chart, see [Configuring](#configuring).
48
+
31
49
## Uninstalling
32
50
33
51
To uninstall the Connectivity Pack by using the Helm chart, run the following command:
@@ -54,7 +72,7 @@ The following table lists the configurable parameters of the Connectivity Pack H
54
72
| replicaCount | Number of replicas of the pod | 1 |
55
73
| bunyan | Log configuration for the system | See [Logging](#logging) and the sample [values.yaml](values.yaml) file for more information. |
56
74
| annotations | Override with product specific annotations | See [values.yaml](values.yaml) for more information. |
57
-
| environmentVariables | Yaml object of environment variables to be added in action and event services |
75
+
| environmentVariables | Yaml object of environment variables to be added in action and event services | SCARF_ANALYTICS: 'false' - To opt out scarf analytics by deafult
| image.path | Image namespace or the path under image registry before image name and digest | cp/ibm-eventstreams |
60
78
| image.imagePullSecretName | Kubernetes image pull secret if it already exists in the namespace, if not add the following image pull details to create new secret | ibm-entitlement-key |
0 commit comments