Logo
2.1
  • Getting Started
  • Installation & Upgrades
  • Administration & Configuration
    • Namespaces
    • Universal Blob Storage
    • Deployment Targets
    • Deployment Defaults
    • Access Control
    • Logging & Metrics
    • Backups
    • Advanced Configuration
      • Flink Version Metadata
      • Artifact Storage
      • Community Edition
  • User Guide
  • Streaming Ledger
  • Resources
  • Release Notes
Ververica Platform
  • Docs »
  • Administration & Configuration »
  • Advanced Configuration »
  • Flink Version Metadata

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
Next Previous

© Copyright 2020, Ververica GmbH.

Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.

Report an issue with this documentation page | Imprint

Other Versions v: v2.1
Tags
v2.10
v2.9
v2.8
v2.7
v2.6
v2.5
v2.4
v2.3
v2.2
v2.1
v2.0
v1.4
v1.3
v1.2
v1.1
v1.0
sql-eap