Flink Version Metadata¶
The Flink version metadata is stored in the platform’s configuration. It contains one entry per Flink image linking it to the corresponding Flink version and optionally making it the default image for Flink versions. The default configuration contains the metadata for the official Ververica Flink images for all supported versions of Apache Flink®.
Additionally, you can also configure the default Flink image registry and repository. By default, this configuration will point to the Ververica Platform Docker registry.
If you want to overwrite these settings, you can specify the following entries in the configuration.
vvp:
flinkVersionMetadata:
- flinkVersion: 1.9.0 # The full Flink version this image supplies
imageTag: 1.9.0-custom1 # The Docker image tag for the Flink repository specified below
defaultFor:
- 1.9 # Make this the default image for Deployments on Flink 1.9
flinkDeploymentDefaults:
registry: my-custom-registry.internal/vvp
repository: flink