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

Bump trino charts - branch name is wrong #487

Merged
merged 3 commits into from
Jan 7, 2025
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
2 changes: 1 addition & 1 deletion charts/kafka/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependencies:
repository: http://strimzi.io/charts/
version: 0.42.0
digest: sha256:72bb7bd281d200f285f1d1e8a955f4caa21198992f0c6093397ae535b38e8e0a
generated: "2024-08-20T08:36:36.002524-05:00"
generated: "2024-12-19T16:55:10.08755-06:00"
6 changes: 3 additions & 3 deletions charts/persistence/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: trino
repository: https://trinodb.github.io/charts/
version: 0.19.0
digest: sha256:4eea5130cc2cd5d73eafe6d9eb5a8e5fdf7b804452c8a0232989b0c905e0a06e
generated: "2024-04-03T15:14:12.484319-05:00"
version: 0.29.0
digest: sha256:b8cf26781e552f769a7b3f2586d71c8a40cfdf7d31177d7fe6576076a4added2
generated: "2024-09-20T12:37:35.49975-05:00"
4 changes: 2 additions & 2 deletions charts/persistence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: persistence
apiVersion: v2
description: Data persistence for UrbanOS using Trino and the Hive Metastore
version: 1.0.14
version: 1.0.16
sources:
- https://github.com/trinodb/trino
- https://github.com/minio/operator
dependencies:
- name: trino
version: 0.19.0
version: 0.29.0
repository: https://trinodb.github.io/charts/
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.14](https://img.shields.io/badge/Version-1.0.14-informational?style=flat-square)
![Version: 1.0.16](https://img.shields.io/badge/Version-1.0.16-informational?style=flat-square)

Data persistence for UrbanOS using Trino and the Hive Metastore

Expand All @@ -13,7 +13,7 @@ Data persistence for UrbanOS using Trino and the Hive Metastore

| Repository | Name | Version |
|------------|------|---------|
| https://trinodb.github.io/charts/ | trino | 0.19.0 |
| https://trinodb.github.io/charts/ | trino | 0.29.0 |

## Values

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.14
version: 1.0.16
- 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:9bed36c7b738a079bf08c3f25efc01a92b4c0469fab4fc700baea9bd37bbd379
generated: "2024-08-23T09:09:58.17464-05:00"
digest: sha256:3079e28bc5af0ac7830180d070538d09cb79d19c65a85f469b6b7ce3bfe9807e
generated: "2025-01-07T14:29:52.852769-06: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.65
version: 1.13.66

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.65](https://img.shields.io/badge/Version-1.13.65-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
![Version: 1.13.66](https://img.shields.io/badge/Version-1.13.66-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
Loading