github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/charts/kuberpult/Chart.yaml.tpl (about) 1 # This file is part of kuberpult. 2 3 # Kuberpult is free software: you can redistribute it and/or modify 4 # it under the terms of the Expat(MIT) License as published by 5 # the Free Software Foundation. 6 7 # Kuberpult is distributed in the hope that it will be useful, 8 # but WITHOUT ANY WARRANTY; without even the implied warranty of 9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 # MIT License for more details. 11 12 # You should have received a copy of the MIT License 13 # along with kuberpult. If not, see <https://directory.fsf.org/wiki/License:Expat>. 14 15 # Copyright 2023 freiheit.com 16 apiVersion: v2 17 name: kuberpult 18 description: freiheit.com contiuous delivery 19 20 # A chart can be either an 'application' or a 'library' chart. 21 # 22 # Application charts are a collection of templates that can be packaged into versioned archives 23 # to be deployed. 24 # 25 # Library charts provide useful utilities or functions for the chart developer. They're included as 26 # a dependency of application charts to inject those utilities and functions into the rendering 27 # pipeline. Library charts do not define any templates and therefore cannot be deployed. 28 type: application 29 30 # This is the chart version. This version number should be incremented each time you make changes 31 # to the chart and its templates, including the app version. 32 # Versions are expected to follow Semantic Versioning (https://semver.org/) 33 version: "${VERSION}" 34 35 # This is the version number of the application being deployed. This version number should be 36 # incremented each time you make changes to the application. Versions are not expected to 37 # follow Semantic Versioning. They should reflect the version the application is using. 38 # It is recommended to use it with quotes. 39 appVersion: "${VERSION}" 40 41 # This is the DEX helm chart which will only be installed if `auth.dexAuth.installDex.enabled` is true. 42 # Dex is an identity service that uses OpenID Connect to drive authentication through other 43 # identity providers. 44 # For more information please check: https://github.com/dexidp/dex 45 dependencies: 46 - name: dex 47 condition: auth.dexAuth.installDex 48 version: "0.14.2" 49 repository: https://charts.dexidp.io 50 51 maintainers: 52 - name: hannesg 53 - name: sven-urbanski-freiheit-com