Skip to content

Commit

Permalink
updates for indexer 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed Apr 24, 2024
1 parent 26005f1 commit 8d2db63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.0
version: 1.0.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.0.0-SNAPSHOT"
appVersion: "3.0.0"

# Chart dependencies
dependencies:
- name: rabbitmq
- name: rabbitmq # rabbitmq version 3.10.5 is deployed by chart version 10.1.14
repository: https://charts.bitnami.com/bitnami
version: 10.1.14
condition: rabbitmq.enabled, global.rabbitmq.enabled
- name: solr
repository: https://charts.bitnami.com/bitnami
version: 6.2.3
version: 6.2.3 # solr version 9.0.0 is deployed by chart version 6.2.3
condition: solr.enabled, global.solr.enabled

0 comments on commit 8d2db63

Please sign in to comment.