Apache 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 configure the default Flink image registry and repository. If you are using a
private registry for all images we recommend configuring the registry globally via vvp.registry
instead.
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 # Defaults to vvp.registry
repository: flink