mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
08ee56911b
* As charts receive information like the container image from the cli it makes sense to also version the charts based on the cli version. * The pseudoversion is recalculated when running cmake. * When merging changes from release branch to main, a new commit is introduced to set the PROJECT_VERSION back to 0.0.0, so that builds include a pseudoversion.
21 lines
362 B
YAML
Executable File
21 lines
362 B
YAML
Executable File
apiVersion: v2
|
|
name: constellation-operators
|
|
description: A Helm chart for Kubernetes
|
|
type: application
|
|
version: 0.0.0
|
|
dependencies:
|
|
- name: node-maintenance-operator
|
|
version: 0.0.0
|
|
tags:
|
|
- Azure
|
|
- GCP
|
|
- AWS
|
|
- QEMU
|
|
- name: constellation-operator
|
|
version: 0.0.0
|
|
tags:
|
|
- Azure
|
|
- GCP
|
|
- AWS
|
|
- QEMU
|