Skip to content

Commit a9b33ab

Browse files
committed
Update to use operator v1.3.1
1 parent d949260 commit a9b33ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ metadata:
4343
name: flink-session
4444
spec:
4545
image: <flink base image, or your own image with the proper plugins enables, like flink-s3-fs-hadoop>
46-
flinkVersion: v1_14
46+
flinkVersion: v1_16
4747
flinkConfiguration:
4848
taskmanager.numberOfTaskSlots: "2"
4949
## S3 compatible mode Object Storage access

helm_flink.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
resource "helm_release" "flink_operator" {
55
count = var.enable_flink ? 1 : 0
66
name = "flink-operator"
7-
repository = "https://downloads.apache.org/flink/flink-kubernetes-operator-1.2.0/"
7+
repository = "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.1/"
88
chart = "flink-kubernetes-operator"
99
namespace = "flink"
1010
create_namespace = true

0 commit comments

Comments
 (0)