This commit is contained in:
admju 2024-09-12 12:41:40 +00:00
parent 5e8c851b40
commit ebd76fea19
4 changed files with 37 additions and 15 deletions

View File

@ -2,4 +2,16 @@
Contient la définition des versions OpenCloud
# File : latest.yml
Ce fichier contient la déclaration de la dernière version d'OpenCloud.
# File : oc_\<version>.yml
Ce fichier contient la définition d'une version OpenCloud.
# Publication
```
OC_VERSION=<version> make publish
```

View File

@ -1,3 +1,3 @@
---
version: 1.0
version: 0.0.1

24
oc_0.1.0.yml Normal file
View File

@ -0,0 +1,24 @@
---
# OpenCloud
version: 0.1.0
tools:
- name: kubectl
url: https://dl.k8s.io/release/%s/bin/linux/amd64/kubectl
version: v1.31.0
- name: helm
url: https://get.helm.sh/helm-%s-linux-amd64.tar.gz
version: v3.16.0
opencloud:
- name: opencloud-0.1.0
repository: https://harbor.dtf/dev
charts:
- name: oc-mongo
version: 0.1.0
- name: oc-catalog
version: 0.1.0
- name: oc-shared
version: 0.1.0
- name: oc-workspace

View File

@ -1,14 +0,0 @@
---
# OpenCloud
version: 1.0
tools:
- name: kubectl
url: https://dl.k8s.io/release/%s/bin/linux/amd64/kubectl
version: v1.31.0
- name: helm
url: https://get.helm.sh/helm-%s-linux-amd64.tar.gz
version: v3.16.0
opencloud: