Skip to content

Commit

Permalink
Merge pull request #483 from UrbanOS-Public/latest-updates
Browse files Browse the repository at this point in the history
Latest updates after debugging sessions
  • Loading branch information
ian-j-abbott-accenture authored Aug 20, 2024
2 parents 3afb501 + d56a3d5 commit bff88b2
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 27 deletions.
6 changes: 3 additions & 3 deletions charts/kafka/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: strimzi-kafka-operator
repository: http://strimzi.io/charts/
version: 0.31.1
digest: sha256:d490e1670d0884a6419573fac6051c10b1cb367ece53939db2d55a3f244ffb29
generated: "2023-01-25T16:21:16.765437-06:00"
version: 0.42.0
digest: sha256:72bb7bd281d200f285f1d1e8a955f4caa21198992f0c6093397ae535b38e8e0a
generated: "2024-08-20T08:36:36.002524-05:00"
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.27
version: 1.2.28
sources:
- https://github.com/strimzi/strimzi-kafka-operator
- https://github.com/apache/kafka
dependencies:
- name: strimzi-kafka-operator
version: 0.31.1
version: 0.42.0
repository: http://strimzi.io/charts/
condition: strimzi-kafka-operator.enabled
6 changes: 3 additions & 3 deletions charts/kafka/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kafka

![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)
![Version: 1.2.28](https://img.shields.io/badge/Version-1.2.28-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.31.1 |
| http://strimzi.io/charts/ | strimzi-kafka-operator | 0.42.0 |

## Values

Expand All @@ -31,7 +31,7 @@ A Helm chart for deploying kafka via strimzi
| kafka.topics[0].name | string | `"streaming-persisted"` | |
| kafka.topics[1].name | string | `"streaming-dead-letters"` | |
| kafka.topics[2].name | string | `"event-stream"` | |
| kafka.version | string | `"2.6.2"` | |
| kafka.version | string | `"3.7.0"` | |
| kafkaExporter.enabled | bool | `true` | |
| limitRange.enabled | bool | `true` | |
| rbac.enabled | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/kafka/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kafka:
version: 2.6.2
version: 3.7.0
broker: pipeline-kafka-bootstrap:9092
storageSize: 100Gi
defaultPartitions: 1
Expand Down
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.13
version: 1.0.14
sources:
- https://github.com/trinodb/trino
- https://github.com/minio/operator
Expand Down
8 changes: 4 additions & 4 deletions charts/persistence/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# persistence

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

Data persistence for UrbanOS using Trino and the Hive Metastore

Expand All @@ -25,8 +25,8 @@ Data persistence for UrbanOS using Trino and the Hive Metastore
| global.objectStore.hiveStoragePath | string | `"hive-s3"` | |
| 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.3-metastore-042"` | |
| metastore.image.repository | string | `"quay.io/urbanos/ubi-hive"` | |
| metastore.image.tag | string | `"3.1.3-metastore-043-hadoop-3.3.6"` | |
| metastore.postgres.host | string | `"postgres"` | |
| metastore.postgres.name | string | `"metastore"` | |
| metastore.postgres.password | string | `"example"` | |
Expand All @@ -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.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.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.coordinator.resources.limits.cpu | int | `1` | |
| trino.coordinator.resources.limits.memory | string | `"2Gi"` | |
| trino.coordinator.resources.requests.cpu | int | `1` | |
Expand Down
9 changes: 7 additions & 2 deletions charts/persistence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ global:

metastore:
image:
repository: quay.io/cloudservices/ubi-hive
tag: 3.1.3-metastore-042
repository: quay.io/urbanos/ubi-hive
tag: 3.1.3-metastore-043-hadoop-3.3.6
rbac:
enabled: true
postgres:
Expand Down Expand Up @@ -61,6 +61,11 @@ 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
10 changes: 5 additions & 5 deletions charts/urban-os/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
version: 3.1.15
- name: kafka
repository: file://../kafka
version: 1.2.27
version: 1.2.28
- name: kubernetes-data-platform
repository: file://../kubernetes-data-platform
version: 1.7.5
Expand All @@ -49,12 +49,12 @@ dependencies:
version: 0.27.0
- name: operator
repository: https://operator.min.io/
version: 5.0.12
version: 5.0.15
- name: tenant
repository: https://operator.min.io/
version: 5.0.12
version: 5.0.15
- name: performancetesting
repository: file://../performancetesting
version: 0.1.9
digest: sha256:d883686db7fea15f6353ffcc98f1ba5d73af154751e07a7b3aedbe137f2b7ac5
generated: "2024-04-11T14:36:34.025293-04:00"
digest: sha256:b478120fc6b82f6a017d59fd3269eb3f0babeed33899fddce5c7c42a7bdfc737
generated: "2024-08-01T12:47:11.629324-05:00"
6 changes: 3 additions & 3 deletions 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.62
version: 1.13.64

dependencies:
- name: alchemist
Expand Down Expand Up @@ -70,12 +70,12 @@ dependencies:
condition: vault.enabled
version: "0.27.0"
- name: operator
version: 5.0.12
version: 5.0.15
repository: https://operator.min.io/
condition: minio-operator.enabled
alias: minio-operator
- name: tenant
version: 5.0.12
version: 5.0.15
repository: https://operator.min.io/
condition: minio-tenant.enabled
alias: minio-tenant
Expand Down
6 changes: 3 additions & 3 deletions charts/urban-os/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# urban-os

![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)
![Version: 1.13.64](https://img.shields.io/badge/Version-1.13.64-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 All @@ -25,8 +25,8 @@ Master chart that deploys the UrbanOS platform. See the individual dependency re
| file://../valkyrie | valkyrie | >= 1.0.0 |
| https://helm.elastic.co | elasticsearch | 7.17.3 |
| https://helm.releases.hashicorp.com | vault | 0.27.0 |
| https://operator.min.io/ | minio-operator(operator) | 5.0.12 |
| https://operator.min.io/ | minio-tenant(tenant) | 5.0.12 |
| https://operator.min.io/ | minio-operator(operator) | 5.0.15 |
| https://operator.min.io/ | minio-tenant(tenant) | 5.0.15 |

## Values

Expand Down

0 comments on commit bff88b2

Please sign in to comment.