File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
resource "helm_release" "flink_operator" {
5
5
count = var. enable_flink ? 1 : 0
6
6
name = " flink-operator"
7
- repository = " https://downloads.apache.org/flink/flink-kubernetes-operator-1.4 .0/"
7
+ repository = " https://downloads.apache.org/flink/flink-kubernetes-operator-1.6 .0/"
8
8
chart = " flink-kubernetes-operator"
9
9
namespace = " flink"
10
10
create_namespace = true
Original file line number Diff line number Diff line change @@ -282,12 +282,13 @@ variables:
282
282
type : enum
283
283
title : " Kubernetes Version"
284
284
enum : # Necessary hardcoded supported versions, as ORM does not retrieve the versions from OKE.
285
+ - " v1.27.2"
286
+ - " v1.26.7"
285
287
- " v1.26.2"
288
+ - " v1.25.12"
286
289
- " v1.25.4"
287
- - " v1.24.1"
288
- - " v1.23.4"
289
290
required : true
290
- default : " v1.25.4 "
291
+ default : " v1.27.2 "
291
292
description : The Kubernetes version for the cluster.
292
293
# dependsOn:
293
294
# compartmentId: cluster_compartment_id
@@ -953,9 +954,9 @@ variables:
953
954
enable_secret_encryption :
954
955
type : boolean
955
956
default : false
956
- title : Enable Kubernetes Secrets encryption
957
+ title : Use User Owned Key for Kubernetes Secrets encryption
957
958
description : |
958
- Enable the at-rest encryption of Kubernetes Secrets.
959
+ Enable the at-rest encryption of Kubernetes Secrets with yor own key .
959
960
Note this requires tenancy administrator permissions to create a Dynamic Group for the cluster.
960
961
!!! This property cannot be changed without destroying and re-creating the cluster.
961
962
You can’t perform that action at this time.
0 commit comments