#
# DISCLAIMER
#
# Copyright 2025-2026 ArangoDB GmbH, Cologne, Germany
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Copyright holder is ArangoDB GmbH, Cologne, Germany
#

Arango Platform Release has been installed!

Release Name: {{ .Release.Name }}
Namespace:    {{ .Release.Namespace }}
Deployment:   {{ .Values.deployment }}

Charts (26):
  - arango-control-plane (v0.0.23)
  - arango-cypher2aql (v0.9.8)
  - arango-user-defined (v0.0.7)
  - arangodb-autograph (v0.0.16)
  - arangodb-core-ui (v1.5.0)
  - arangodb-featurization-cpu (v1.0.13)
  - arangodb-file-parser (v0.1.3)
  - arangodb-gral (v1.1.13)
  - arangodb-graph-rag (v0.0.17)
  - arangodb-graphrag-importer (v0.0.34)
  - arangodb-graphrag-retriever (v0.0.20)
  - arangodb-llm-host (v0.0.19)
  - arangodb-mcp-server (v0.0.12)
  - arangodb-ml-api (v1.0.16)
  - arangodb-mlflow (v0.1.10)
  - arangodb-notebook-images (v0.5.56)
  - arangodb-platform-ui (v1.5.1)
  - arangodb-platform-ui-server (v1.5.1)
  - arangodb-prediction-cpu (v1.0.15)
  - arangodb-prediction-gpu (v1.0.15)
  - arangodb-reasoner (v0.0.10)
  - arangodb-training-cpu (v1.0.12)
  - arangodb-training-gpu (v1.0.12)
  - file-manager (v0.0.22)
  - platform-monitoring-grafana (v0.0.8)
  - platform-monitoring-prometheus (v0.0.8)

Services (10):
  - arango-control-plane -> chart: arango-control-plane
  - arangodb-core-ui -> chart: arangodb-core-ui
  - arangodb-file-parser -> chart: arangodb-file-parser
  - arangodb-ml-api -> chart: arangodb-ml-api
  - arangodb-mlflow -> chart: arangodb-mlflow
  - arangodb-platform-ui -> chart: arangodb-platform-ui
  - arangodb-platform-ui-server -> chart: arangodb-platform-ui-server
  - file-manager -> chart: file-manager
  - platform-monitoring-grafana -> chart: platform-monitoring-grafana
  - platform-monitoring-prometheus -> chart: platform-monitoring-prometheus

To check the status of installed charts:
  kubectl get arangoplatformcharts -n {{ .Release.Namespace }}

To check the status of installed services:
  kubectl get arangoplatformservices -n {{ .Release.Namespace }}

To customize chart or service values, edit your values.yaml overrides:
  charts.<chart-name>.overrides   - override chart default values
  services.<service-name>.values  - override service values
