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

Revert and bump minio #478

Merged
merged 2 commits into from
Mar 7, 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/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
appVersion: "1.0"
description: A Helm chart for deploying kafka via strimzi
name: kafka
version: 1.2.26
version: 1.2.27
sources:
- https://github.com/strimzi/strimzi-kafka-operator
- https://github.com/apache/kafka
dependencies:
- name: strimzi-kafka-operator
version: 0.39.0
version: 0.31.1
repository: http://strimzi.io/charts/
condition: strimzi-kafka-operator.enabled
4 changes: 2 additions & 2 deletions charts/kafka/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kafka

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

A Helm chart for deploying kafka via strimzi

Expand All @@ -13,7 +13,7 @@ A Helm chart for deploying kafka via strimzi

| Repository | Name | Version |
|------------|------|---------|
| http://strimzi.io/charts/ | strimzi-kafka-operator | 0.39.0 |
| http://strimzi.io/charts/ | strimzi-kafka-operator | 0.31.1 |

## Values

Expand Down
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.9
version: 1.0.10
sources:
- https://github.com/trinodb/trino
- https://github.com/minio/operator
dependencies:
- name: trino
version: 0.18.0
version: 0.8.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.9](https://img.shields.io/badge/Version-1.0.9-informational?style=flat-square)
![Version: 1.0.10](https://img.shields.io/badge/Version-1.0.10-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.18.0 |
| https://trinodb.github.io/charts/ | trino | 0.8.0 |

## Values

Expand Down
8 changes: 4 additions & 4 deletions charts/urban-os/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ dependencies:
version: 3.1.15
- name: kafka
repository: file://../kafka
version: 1.2.26
version: 1.2.27
- name: kubernetes-data-platform
repository: file://../kubernetes-data-platform
version: 1.7.5
- name: persistence
repository: file://../persistence
version: 1.0.9
version: 1.0.10
- 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:5dd2f4e914a20b6b5555174d4e46481fb48e7b8bedb26347614c93f906663717
generated: "2024-02-16T14:16:07.773853-05:00"
digest: sha256:bd490744007c2b46cdda3bb27bc6be0ae0da6937d6fa11c80a4f9e0d3afdef15
generated: "2024-03-07T13:40:34.049754-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.58
version: 1.13.59

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