Skip to content

Commit

Permalink
Merge pull request #150 from pangeo-forge/fix/flink_upgrade
Browse files Browse the repository at this point in the history
Upgrade Flink
  • Loading branch information
cisaacstern authored Nov 22, 2023
2 parents d31f4e0 + e2e95ec commit 809295a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/flink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ jobs:
"apache-beam==2.51.0",
]
# keep here to be explicit for future users what version
# of Flink we are supporting
# of Flink we are supporting.
#
# Even though the operator says it's running Flink 1.17
# there is no portable runner .jar available yet :scream: :thanksflink:
# https://repo.maven.apache.org/maven2/org/apache/beam/beam-runners-flink*
# but things seem stable for 1.16 :fingerscrossed:
flink-version: [ "1.16", ]

steps:
Expand Down Expand Up @@ -81,7 +86,10 @@ jobs:

- name: Setup FlinkOperator
run: |
FLINK_OPERATOR_VERSION=1.5.0
# as noted here: https://github.com/pangeo-forge/pangeo-forge-cloud-federation/pull/6#issuecomment-1821285529
# and more specifically here: https://cwiki.apache.org/confluence/display/FLINK/Release+Schedule+and+Planning
# "Support for two (current and previous) releases with bug fixes"
FLINK_OPERATOR_VERSION=1.6.1
helm repo add flink-operator-repo https://downloads.apache.org/flink/flink-kubernetes-operator-${FLINK_OPERATOR_VERSION}
helm install flink-kubernetes-operator flink-operator-repo/flink-kubernetes-operator --wait
Expand Down

0 comments on commit 809295a

Please sign in to comment.