Skip to content
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

Hive Upgrade #481

Merged
merged 2 commits into from
Apr 11, 2024
Merged
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
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.12](https://img.shields.io/badge/Version-1.0.12-informational?style=flat-square)
![Version: 1.0.13](https://img.shields.io/badge/Version-1.0.13-informational?style=flat-square)

Data persistence for UrbanOS using Trino and the Hive Metastore

Expand All @@ -26,7 +26,7 @@ Data persistence for UrbanOS using Trino and the Hive Metastore
| global.objectStore.host | string | `"minio"` | |
| global.objectStore.port | int | `80` | |
| metastore.image.repository | string | `"quay.io/cloudservices/ubi-hive"` | |
| metastore.image.tag | string | `"3.1.2-metastore-009"` | |
| metastore.image.tag | string | `"3.1.3-metastore-042"` | |
| metastore.postgres.host | string | `"postgres"` | |
| metastore.postgres.name | string | `"metastore"` | |
| metastore.postgres.password | string | `"example"` | |
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.12
version: 1.0.13
- 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:9c7a59936fd08e8e5ee15e4097d81c840aa095ee80a475a2486a7708d5b29005
generated: "2024-04-04T13:38:29.282881-05:00"
digest: sha256:d883686db7fea15f6353ffcc98f1ba5d73af154751e07a7b3aedbe137f2b7ac5
generated: "2024-04-11T14:36:34.025293-04: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.61
version: 1.13.62

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.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)
![Version: 1.13.62](https://img.shields.io/badge/Version-1.13.62-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
Binary file removed charts/urban-os/urban-os-1.13.45.tgz
Binary file not shown.
Binary file added charts/urban-os/urban-os-1.13.61.tgz
Binary file not shown.
Loading