Skip to content

Commit

Permalink
Merge pull request #17 from OpSecId/test-chart-releaser
Browse files Browse the repository at this point in the history
add CHarts file
  • Loading branch information
PatStLouis authored Sep 11, 2024
2 parents 6559db7 + 4267a33 commit 0eddc26
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions charts/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
26 changes: 26 additions & 0 deletions charts/templates/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0eddc26

Please sign in to comment.