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 a8fd852
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 9 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
4 changes: 2 additions & 2 deletions charts/xchemlab/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ dependencies:
- name: oauth2-proxy
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.7.4
digest: sha256:b7edf34a2e593c11731d86301dc561a51e286142910c18d83c69e0246ff2e393
generated: "2024-03-06T14:39:02.90407929Z"
digest: sha256:a634cb025d1c7c8a262ad068b91942e57b3d01fb93c360c280325025c7847a1f
generated: "2024-03-07T11:33:00.477078341Z"
4 changes: 2 additions & 2 deletions charts/xchemlab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.9.0
version: 0.10.0

dependencies:
- name: chimp-chomp
Expand Down 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 a8fd852

Please sign in to comment.