Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 6b41921

Browse files
Add helm bitnami repo
1 parent 78363db commit 6b41921

File tree

7 files changed

+17
-6
lines changed

7 files changed

+17
-6
lines changed

.github/workflows/charts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
helm repo add keda https://kedacore.github.io/charts
2828
helm repo add opa https://open-policy-agent.github.io/kube-mgmt/charts
2929
helm repo add prometheus https://prometheus-community.github.io/helm-charts
30+
helm repo add bitnami https://charts.bitnami.com/bitnami
3031
3132
- name: Lint
3233
run: >

charts/xchemlab/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
version: 25.0.0
4242
condition: prometheus.enabled
4343
- name: postgresql-ha
44-
repository: https://charts.bitnami.com/bitnami
44+
repository: https://charts.bitnami.com/bitnami
4545
version: 11.5.1
4646
condition: postgresql-ha.enabled
4747
- name: thanos

charts/xchemlab/init.sql

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: v1
2+
data:
3+
init.sql: |-
4+
CREATE DATABASE compound_library
5+
CREATE DATABASE compound_soaking
6+
CREATE DATABASE crystal_library
7+
CREATE DATABASE targeting
8+
CREATE DATABASE pin_packing
9+
kind: ConfigMap
10+
metadata:
11+
creationTimestamp: "2024-03-06T14:09:35Z"
12+
name: init-script
13+
namespace: xchemlab
14+
resourceVersion: "900365901"
15+
uid: 1d0edc7d-f2f6-49d5-9c97-f8052e600104

0 commit comments

Comments
 (0)