#
# 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 (23):
  - arango-control-plane (v0.0.20)
  - arango-cypher2aql (v0.9.6)
  - arango-user-defined (v0.0.3)
  - arangodb-autograph (v0.0.11)
  - arangodb-core-ui (v1.4.4)
  - arangodb-featurization-cpu (v1.0.11)
  - arangodb-gral (v1.1.11)
  - arangodb-graph-rag (v0.0.16)
  - arangodb-graphrag-importer (v0.0.28)
  - arangodb-graphrag-retriever (v0.0.17)
  - arangodb-llm-host (v0.0.18)
  - arangodb-mcp-server (v0.0.9)
  - arangodb-ml-api (v1.0.13)
  - arangodb-mlflow (v0.1.5)
  - arangodb-notebook-images (v0.5.54)
  - arangodb-platform-ui (v1.4.4)
  - arangodb-platform-ui-server (v1.4.4)
  - arangodb-prediction-cpu (v1.0.13)
  - arangodb-prediction-gpu (v1.0.13)
  - arangodb-reasoner (v0.0.7)
  - arangodb-training-cpu (v1.0.10)
  - arangodb-training-gpu (v1.0.10)
  - file-manager (v0.0.17)

Services (7):
  - arango-control-plane -> chart: arango-control-plane
  - arangodb-core-ui -> chart: arangodb-core-ui
  - 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

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
