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

Commit

Permalink
Add helm bitnami repo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvigneshwars committed Mar 7, 2024
1 parent e314f43 commit 3d8cc64
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
helm repo add keda https://kedacore.github.io/charts
helm repo add opa https://open-policy-agent.github.io/kube-mgmt/charts
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Lint
run: >
Expand Down
2 changes: 1 addition & 1 deletion charts/xchemlab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
version: 25.0.0
condition: prometheus.enabled
- name: postgresql-ha
repository: https://charts.bitnami.com/bitnami
repository: https://charts.bitnami.com/bitnami
version: 11.5.1
condition: postgresql-ha.enabled
- name: thanos
Expand Down
5 changes: 0 additions & 5 deletions charts/xchemlab/init.sql

This file was deleted.

15 changes: 15 additions & 0 deletions charts/xchemlab/templates/init-script.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v1
data:
init.sql: |-
CREATE DATABASE compound_library
CREATE DATABASE compound_soaking
CREATE DATABASE crystal_library
CREATE DATABASE targeting
CREATE DATABASE pin_packing
kind: ConfigMap
metadata:
creationTimestamp: "2024-03-06T14:09:35Z"
name: init-script
namespace: xchemlab
resourceVersion: "900365901"
uid: 1d0edc7d-f2f6-49d5-9c97-f8052e600104

0 comments on commit 3d8cc64

Please sign in to comment.