16 lines
600 B
YAML
16 lines
600 B
YAML
apiVersion: v2
|
|
name: atlantis
|
|
description: Atlantis map and simulation service
|
|
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.
|
|
version: v1.42.25
|
|
# This is the version number of the application being deployed. This version number should be
|
|
# incremented each time you make changes to the application.
|
|
appVersion: v1.42.25
|
|
dependencies:
|
|
- name: diagrid-dashboard
|
|
version: "0.1.0"
|
|
repository: "file://../diagrid-dashboard"
|
|
condition: diagrid-dashboard.enabled
|