Skip to content

Commit

Permalink
Merge pull request #480 from UrbanOS-Public/missed-trino-config-removals
Browse files Browse the repository at this point in the history
remove deprecated trino configs
  • Loading branch information
ian-j-abbott-accenture authored Apr 4, 2024
2 parents a7c371f + 120e457 commit 1311b11
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/persistence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: persistence
apiVersion: v2
description: Data persistence for UrbanOS using Trino and the Hive Metastore
version: 1.0.11
version: 1.0.12
sources:
- https://github.com/trinodb/trino
- https://github.com/minio/operator
Expand Down
4 changes: 2 additions & 2 deletions charts/persistence/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# persistence

![Version: 1.0.11](https://img.shields.io/badge/Version-1.0.11-informational?style=flat-square)
![Version: 1.0.12](https://img.shields.io/badge/Version-1.0.12-informational?style=flat-square)

Data persistence for UrbanOS using Trino and the Hive Metastore

Expand Down Expand Up @@ -39,7 +39,7 @@ Data persistence for UrbanOS using Trino and the Hive Metastore
| metastore.resources.limits.memory | string | `"2Gi"` | |
| metastore.resources.requests.cpu | int | `1` | |
| metastore.resources.requests.memory | string | `"2Gi"` | |
| trino.additionalCatalogs.hive | string | `"connector.name=hive\nhive.metastore.uri=thrift://hive-metastore:8000\nhive.metastore.username=padmin\nhive.metastore-timeout=360m\nhive.allow-drop-table=true\nhive.allow-rename-table=true\nhive.allow-drop-column=true\nhive.allow-rename-column=true\nhive.allow-add-column=true\nhive.s3.aws-access-key=EXAMPLE\nhive.s3.aws-secret-key=EXAMPLE\nhive.s3.path-style-access=true\nhive.s3.endpoint=http://minio:80\nhive.s3.ssl.enabled=false\n"` | |
| trino.additionalCatalogs.hive | string | `"connector.name=hive\nhive.metastore.uri=thrift://hive-metastore:8000\nhive.metastore.username=padmin\nhive.metastore-timeout=360m\nhive.s3.aws-access-key=EXAMPLE\nhive.s3.aws-secret-key=EXAMPLE\nhive.s3.path-style-access=true\nhive.s3.endpoint=http://minio:80\nhive.s3.ssl.enabled=false\n"` | |
| trino.coordinator.resources.limits.cpu | int | `1` | |
| trino.coordinator.resources.limits.memory | string | `"2Gi"` | |
| trino.coordinator.resources.requests.cpu | int | `1` | |
Expand Down
5 changes: 0 additions & 5 deletions charts/persistence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ trino:
hive.metastore.uri=thrift://hive-metastore:8000
hive.metastore.username=padmin
hive.metastore-timeout=360m
hive.allow-drop-table=true
hive.allow-rename-table=true
hive.allow-drop-column=true
hive.allow-rename-column=true
hive.allow-add-column=true
hive.s3.aws-access-key=EXAMPLE
hive.s3.aws-secret-key=EXAMPLE
hive.s3.path-style-access=true
Expand Down
6 changes: 3 additions & 3 deletions charts/urban-os/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
version: 1.7.5
- name: persistence
repository: file://../persistence
version: 1.0.11
version: 1.0.12
- name: monitoring
repository: file://../monitoring
version: 1.1.8
Expand All @@ -56,5 +56,5 @@ dependencies:
- name: performancetesting
repository: file://../performancetesting
version: 0.1.9
digest: sha256:cead4ad3e6e50cd046e7e6df9651f0152eb7244e0bd2c6c993ea79015bd20efb
generated: "2024-04-03T15:09:42.534098-05:00"
digest: sha256:9c7a59936fd08e8e5ee15e4097d81c840aa095ee80a475a2486a7708d5b29005
generated: "2024-04-04T13:38:29.282881-05:00"
2 changes: 1 addition & 1 deletion charts/urban-os/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: Master chart that deploys the UrbanOS platform. See the individual dependency readmes for configuration options.
name: urban-os
version: 1.13.60
version: 1.13.61

dependencies:
- name: alchemist
Expand Down
2 changes: 1 addition & 1 deletion charts/urban-os/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# urban-os

![Version: 1.13.60](https://img.shields.io/badge/Version-1.13.60-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
![Version: 1.13.61](https://img.shields.io/badge/Version-1.13.61-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)

Master chart that deploys the UrbanOS platform. See the individual dependency readmes for configuration options.

Expand Down

0 comments on commit 1311b11

Please sign in to comment.