helm upgrade --install
command installs the latest operators. If you want to install a specific operator, use the --version
option to specify the operator image version. For details about the version relationship between operator images and StreamNative Platform 1.9.0, see StreamNative Platform version matrix.--set installCRDs=true
flag to your Helm installation command.
values.yaml
file as a local YAML file.
This example saves the values.yaml
file as value_vault-operator.yaml
file.
value_vault-operator.yaml
file.
You can specify the location and version of the image using the image.bankVaultsRepository
and image.tag
parameters. This example specifies the Vault image published to the Docker Hub by Banzai Cloud.
--set installCRDs=true
flag to your Helm installation command.
a. Inspect the chart used for installing the cert-manager and save the contents of values.yaml
file as a local YAML file.
This example saves the values.yaml
file as value_cert-manager.yaml
file.
value_cert-manager.yaml
file.
You can specify the location and version of images using the image.repository
and image.tag
parameters. StreamNative mirrors the cert-manager images to the Docker Hub. This example specifies the cert-manager images published to the Docker Hub by StreamNative.
values.yaml
file as a local YAML file.
This example saves the values.yaml
file as value_pulsar-operator.yaml
file.
value_pulsar-operator.yaml
file.
You can specify the location and version of images using the images.repository
and images.tag
parameters. This example specifies the images for ZooKeeper, BookKeeper, and Pulsar published to the Docker Hub by StreamNative.
values.yaml
file as a local YAML file.
This example saves the values.yaml
file as value_function-mesh-operator.yaml
file.
value_function-mesh-operator.yaml
file.
You can specify the location and version of the image using the operatorImage
parameter. This example specifies the FunctionMesh image published to the Docker Hub by StreamNative.
helm upgrade
command.