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

change elasticsearch chart to latest version of v7 #474

Merged
merged 1 commit into from
Nov 3, 2023
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
6 changes: 3 additions & 3 deletions charts/urban-os/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
version: 1.5.21
- name: elasticsearch
repository: https://helm.elastic.co
version: 8.5.1
version: 7.17.3
- name: external-services
repository: file://../external-services
version: 1.0.6
Expand Down Expand Up @@ -56,5 +56,5 @@ dependencies:
- name: performancetesting
repository: file://../performancetesting
version: 0.1.9
digest: sha256:dfa8f5f8f74c04359bdbfb4471b922878207c1e548de8cfefba06bff35d325eb
generated: "2023-10-31T09:10:06.111663-04:00"
digest: sha256:529ffbde291139536a58bcb5f10442e90d50f99db5c0eb0d1a6b46d37d19f21d
generated: "2023-11-03T12:56:55.410021-04:00"
4 changes: 2 additions & 2 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.55
version: 1.13.56

dependencies:
- name: alchemist
Expand All @@ -26,7 +26,7 @@ dependencies:
condition: discovery-ui.enabled
version: ">= 1.0.0"
- name: elasticsearch
version: 8.5.1
version: 7.17.3
repository: https://helm.elastic.co
condition: elasticsearch.enabled
- name: external-services
Expand Down
4 changes: 2 additions & 2 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.55](https://img.shields.io/badge/Version-1.13.55-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
![Version: 1.13.56](https://img.shields.io/badge/Version-1.13.56-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 @@ -23,7 +23,7 @@ Master chart that deploys the UrbanOS platform. See the individual dependency re
| file://../raptor | raptor | >= 1.0.0 |
| file://../reaper | reaper | >= 1.0.0 |
| file://../valkyrie | valkyrie | >= 1.0.0 |
| https://helm.elastic.co | elasticsearch | 8.5.1 |
| https://helm.elastic.co | elasticsearch | 7.17.3 |
| https://helm.releases.hashicorp.com | vault | 0.22.0 |
| https://operator.min.io/ | minio-operator(operator) | 5.0.6 |
| https://operator.min.io/ | minio-tenant(tenant) | 5.0.6 |
Expand Down
Loading