diff --git a/docs/modules/hbase/examples/getting_started/hdfs.yaml b/docs/modules/hbase/examples/getting_started/hdfs.yaml index a4ed7c13..641beeac 100644 --- a/docs/modules/hbase/examples/getting_started/hdfs.yaml +++ b/docs/modules/hbase/examples/getting_started/hdfs.yaml @@ -5,7 +5,7 @@ metadata: name: simple-hdfs spec: image: - productVersion: 3.4.2 + productVersion: 3.5.0 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: simple-hdfs-znode diff --git a/docs/modules/hbase/examples/getting_started/hdfs.yaml.j2 b/docs/modules/hbase/examples/getting_started/hdfs.yaml.j2 index a4ed7c13..641beeac 100644 --- a/docs/modules/hbase/examples/getting_started/hdfs.yaml.j2 +++ b/docs/modules/hbase/examples/getting_started/hdfs.yaml.j2 @@ -5,7 +5,7 @@ metadata: name: simple-hdfs spec: image: - productVersion: 3.4.2 + productVersion: 3.5.0 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: simple-hdfs-znode diff --git a/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml b/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml index 54ddddeb..289082a7 100644 --- a/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml +++ b/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml @@ -20,9 +20,9 @@ spec: - name: AWS_ENDPOINT value: https://s3endpoint:9000/ - name: AWS_SSL_ENABLED - value: true + value: "true" - name: AWS_PATH_STYLE_ACCESS - value: true + value: "true" - name: AWS_ACCESS_KEY_ID valueFrom: secretKeyRef: diff --git a/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml.j2 b/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml.j2 index 071e7bf8..5913a996 100644 --- a/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml.j2 +++ b/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml.j2 @@ -20,9 +20,9 @@ spec: - name: AWS_ENDPOINT value: https://s3endpoint:9000/ - name: AWS_SSL_ENABLED - value: true + value: "true" - name: AWS_PATH_STYLE_ACCESS - value: true + value: "true" - name: AWS_ACCESS_KEY_ID valueFrom: secretKeyRef: diff --git a/docs/modules/hbase/examples/usage-guide/snapshot-export-secret.yaml b/docs/modules/hbase/examples/usage-guide/snapshot-export-secret.yaml index f14c18b5..a8c9a445 100644 --- a/docs/modules/hbase/examples/usage-guide/snapshot-export-secret.yaml +++ b/docs/modules/hbase/examples/usage-guide/snapshot-export-secret.yaml @@ -3,6 +3,6 @@ apiVersion: v1 kind: Secret metadata: name: s3-credentials -data: +stringData: access-key-id: myS3AccessKeyId secret-key: myS3SecretKey diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 61c371d2..985e475c 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -17,10 +17,11 @@ dimensions: # - x.x.x,oci.stackable.tech/sandbox/hbase:x.x.x-stackable0.0.0-dev - name: hdfs values: - - 3.4.2 + - 3.4.3 + - 3.5.0 - name: hdfs-latest values: - - 3.4.2 + - 3.5.0 - name: zookeeper values: - 3.9.4