Skip to content

Commit

Permalink
[Addon] Fix the version issue of flink-kubernetes-operator (#578)
Browse files Browse the repository at this point in the history
* [CATALOG 577] Fix the version issue of flink-kubernetes-operator

Signed-off-by: yanghua <[email protected]>

* Removed flink-kubernetes-operator from PENDING file

Signed-off-by: yanghua <[email protected]>

Signed-off-by: yanghua <[email protected]>
  • Loading branch information
yanghua authored Dec 30, 2022
1 parent 55cf6be commit 8e37cad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions addons/flink-kubernetes-operator/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flink-kubernetes-operator
version: 1.1.0
version: 1.3.0
description: A Kubernetes operator for Apache Flink
icon: https://flink.apache.org/img/logo/png/500/flink_squirrel_500.png
url: https://github.com/apache/flink-kubernetes-operator
Expand All @@ -18,4 +18,4 @@ dependencies:
invisible: false

system:
vela: ">=1.5.0-beta.3"
vela: ">=1.5.0-beta.3"
4 changes: 2 additions & 2 deletions addons/flink-kubernetes-operator/template.cue
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ output: {
type: "helm"
properties: {
repoType: "helm"
url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.1.0/"
url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.0/"
chart: "flink-kubernetes-operator"
targetNamespace: parameter["namespace"]
version: "1.1.0"
version: "1.3.0"
values: {
webhook: {
create: parameter["createWebhook"]
Expand Down
1 change: 0 additions & 1 deletion test/e2e-test/addon-test/PENDING
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

ocm-gateway-manager-addon
model-serving
flink-kubernetes-operator

0 comments on commit 8e37cad

Please sign in to comment.