EOX GitLab Instance

Skip to content
Snippets Groups Projects
Chart.yaml 845 B
Newer Older
Stephan's avatar
Stephan committed
apiVersion: v2
name: vs
description: A Helm chart for Kubernetes of the View Server (VS)

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/)
Stephan's avatar
Stephan committed

# 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: 1.1.1
Stephan's avatar
Stephan committed

maintainers:
  - name: EOX IT Services GmbH
    url: https://eox.at
Stephan's avatar
Stephan committed

dependencies:
  - name: "postgresql"
    version: "9.7.2"
    repository: "https://charts.bitnami.com/bitnami"
    alias: database
  - name: "redis"
    version: "10.9.0"
    repository: "https://charts.bitnami.com/bitnami"
    alias: redis