Skip to content

Bump end-to-end-security product versions #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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 demos/end-to-end-security/create-trino-tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: create-tables-in-trino
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable23.11.0
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
command: ["bash", "-c", "python -u /tmp/script/script.py"]
volumeMounts:
- name: script
Expand Down
12 changes: 10 additions & 2 deletions stacks/end-to-end-security/hive-metastore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ spec:
clusterConfig:
database:
connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive
user: hive
password: hive
credentialsSecret: postgres-credentials
dbType: postgres
hdfs:
configMap: hdfs
Expand All @@ -21,3 +20,12 @@ spec:
roleGroups:
default:
replicas: 1
---
apiVersion: v1
kind: Secret
metadata:
name: postgres-credentials
type: Opaque
stringData:
username: hive
password: hive
2 changes: 1 addition & 1 deletion stacks/end-to-end-security/opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: opa
spec:
image:
productVersion: 0.61.0
productVersion: 0.66.0
clusterConfig:
userInfo:
backend:
Expand Down
2 changes: 1 addition & 1 deletion stacks/end-to-end-security/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: superset
spec:
image:
productVersion: 3.1.0
productVersion: 3.1.3
clusterConfig:
listenerClass: external-unstable
credentialsSecret: superset-credentials
Expand Down
2 changes: 1 addition & 1 deletion stacks/end-to-end-security/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "442"
productVersion: "451"
clusterConfig:
listenerClass: external-unstable
tls:
Expand Down
2 changes: 1 addition & 1 deletion stacks/end-to-end-security/zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: zookeeper
spec:
image:
productVersion: 3.8.3
productVersion: 3.9.2
servers:
roleGroups:
default:
Expand Down