diff --git a/README.md b/README.md index 020f1d3..81061bb 100644 --- a/README.md +++ b/README.md @@ -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_\.yml + +Ce fichier contient la définition d'une version OpenCloud. + +# Publication + +``` +OC_VERSION= make publish +``` diff --git a/latest.yml b/latest.yml index 2429903..f810a2b 100644 --- a/latest.yml +++ b/latest.yml @@ -1,3 +1,3 @@ --- -version: 1.0 +version: 0.0.1 diff --git a/oc_0.1.0.yml b/oc_0.1.0.yml new file mode 100644 index 0000000..d4331d5 --- /dev/null +++ b/oc_0.1.0.yml @@ -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 diff --git a/oc_1.0.yml b/oc_1.0.yml deleted file mode 100644 index 62cbf7d..0000000 --- a/oc_1.0.yml +++ /dev/null @@ -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: