Skip to content

Commit 6f964d7

Browse files
Merge pull request #3 from stefanaz/vibspecdb-chart
Adding vibspecdb helm chart.
2 parents 3b4fd8e + aedcd78 commit 6f964d7

24 files changed

+684
-2
lines changed

.github/ct-lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ chart-dirs:
22
- charts/
33
chart-repos:
44
- bitnami=https://charts.bitnami.com/bitnami
5+
- meilisearch=https://meilisearch.github.io/meilisearch-kubernetes
56
check-version-increment: true
67
debug: true
78
remote: origin
89
target-branch: main
910
validate-chart-schema: true
10-
validate-maintainers: true
11+
validate-maintainers: false
1112
validate-yaml: true

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
values-dev.yaml
22
values-prod.yaml
3-
nmrxiv-app*.tgz
3+
nmrxiv-app*.tgz
4+
vibspecdb*.tgz

charts/vibspecdb/.helmignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/
24+
vibspecdb*.tgz

charts/vibspecdb/Chart.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
dependencies:
2+
- name: postgresql
3+
repository: https://charts.bitnami.com/bitnami
4+
version: 10.13.11
5+
- name: redis
6+
repository: https://charts.bitnami.com/bitnami
7+
version: 15.6.3
8+
- name: rabbitmq
9+
repository: https://charts.bitnami.com/bitnami
10+
version: 8.24.12
11+
- name: meilisearch
12+
repository: https://meilisearch.github.io/meilisearch-kubernetes
13+
version: 0.1.22
14+
digest: sha256:9db237d706687d61b988168ade3b46ff4527fe9e93ecdc83e18b125d918a3375
15+
generated: "2021-12-22T14:39:56.8233639+01:00"

charts/vibspecdb/Chart.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
apiVersion: v2
2+
name: vibspecdb
3+
description: A Helm chart of Vibspec-Laravel Application for K8S
4+
home: https://vibspecdb.k8s.photonicdata.science
5+
maintainers:
6+
- name: Nazar Stefaniuk
7+
8+
# A chart can be either an 'application' or a 'library' chart.
9+
#
10+
# Application charts are a collection of templates that can be packaged into versioned archives
11+
# to be deployed.
12+
#
13+
# Library charts provide useful utilities or functions for the chart developer. They're included as
14+
# a dependency of application charts to inject those utilities and functions into the rendering
15+
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
16+
type: application
17+
18+
# This is the chart version. This version number should be incremented each time you make changes
19+
# to the chart and its templates, including the app version.
20+
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21+
version: 0.2.13
22+
23+
# This is the version number of the application being deployed. This version number should be
24+
# incremented each time you make changes to the application. Versions are not expected to
25+
# follow Semantic Versioning. They should reflect the version the application is using.
26+
# It is recommended to use it with quotes.
27+
appVersion: "0.1.0"
28+
29+
# icon: A URL to an SVG or PNG image to be used as an icon (optional).
30+
31+
dependencies:
32+
- name: postgresql
33+
version: "10.13.11"
34+
repository: "https://charts.bitnami.com/bitnami"
35+
condition: postgresql.enabled
36+
- name: redis
37+
version: "15.6.3"
38+
repository: https://charts.bitnami.com/bitnami
39+
condition: redis.enabled
40+
- name: rabbitmq
41+
version: "8.24.12"
42+
repository: https://charts.bitnami.com/bitnami
43+
condition: rabbitmq.enabled
44+
- name: meilisearch
45+
version: "0.1.22"
46+
repository: https://meilisearch.github.io/meilisearch-kubernetes
47+
condition: meilisearch.enabled

charts/vibspecdb/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vibspecdb
5.69 KB
Binary file not shown.
52 KB
Binary file not shown.
47 KB
Binary file not shown.
78.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)