From 4267a331fc846f6e6d37fb14e6f584406bb9a981 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 11 Sep 2024 14:12:21 +0000 Subject: [PATCH] add CHarts file Signed-off-by: Patrick --- charts/charts/Chart.yaml | 26 ++++++++++++++++++++++++++ charts/templates/Chart.yaml | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 charts/charts/Chart.yaml create mode 100644 charts/templates/Chart.yaml diff --git a/charts/charts/Chart.yaml b/charts/charts/Chart.yaml new file mode 100644 index 0000000..03f7096 --- /dev/null +++ b/charts/charts/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +name: trustdidweb-server-py +description: An api server to register and serve trusted web dids. +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/) +version: 0.0.2 + +# This is the version number of the application being deployed. This version number should be +# incremented each time you make changes to the application. Versions are not expected to +# follow Semantic Versioning. They should reflect the version the application is using. +# It is recommended to use it with quotes. +appVersion: "v0.0.2" + +dependencies: + - name: postgresql + version: 11.9.13 + repository: https://charts.bitnami.com/bitnami/ + condition: postgresql.enabled + - name: common + repository: "https://charts.bitnami.com/bitnami" + tags: + - bitnami-common + version: 2.x.x \ No newline at end of file diff --git a/charts/templates/Chart.yaml b/charts/templates/Chart.yaml new file mode 100644 index 0000000..03f7096 --- /dev/null +++ b/charts/templates/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +name: trustdidweb-server-py +description: An api server to register and serve trusted web dids. +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/) +version: 0.0.2 + +# This is the version number of the application being deployed. This version number should be +# incremented each time you make changes to the application. Versions are not expected to +# follow Semantic Versioning. They should reflect the version the application is using. +# It is recommended to use it with quotes. +appVersion: "v0.0.2" + +dependencies: + - name: postgresql + version: 11.9.13 + repository: https://charts.bitnami.com/bitnami/ + condition: postgresql.enabled + - name: common + repository: "https://charts.bitnami.com/bitnami" + tags: + - bitnami-common + version: 2.x.x \ No newline at end of file