Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/hbase/examples/getting_started/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/hbase/examples/getting_started/hdfs.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Comment thread
Techassi marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ apiVersion: v1
kind: Secret
metadata:
name: s3-credentials
data:
stringData:
access-key-id: myS3AccessKeyId
secret-key: myS3SecretKey
5 changes: 3 additions & 2 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
Techassi marked this conversation as resolved.
- 3.5.0
- name: hdfs-latest
values:
- 3.4.2
- 3.5.0
- name: zookeeper
values:
- 3.9.4
Expand Down
Loading