Skip to content

Commit

Permalink
Use full archive for bitnami versions (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Whitehead <[email protected]>
Co-authored-by: Matthew Whitehead <[email protected]>
  • Loading branch information
matthew1001 and matthew1001 authored Feb 10, 2023
1 parent c0990cf commit e11f908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deps:
kubectl apply -n cert-manager -f manifests/tls-issuers.yaml
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts || true
helm upgrade --install --set kubeStateMetrics.enabled=false --set nodeExporter.enabled=false --set grafana.enabled=false kube-prometheus prometheus-community/kube-prometheus-stack
helm repo add bitnami https://charts.bitnami.com/bitnami || true
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami || true
helm upgrade --install --set postgresqlPassword=firef1y --set extraEnv[0].name=POSTGRES_DATABASE --set extraEnv[0].value=firefly postgresql bitnami/postgresql --version 10.16.2
kubectl create secret generic custom-psql-config --dry-run --from-literal="url=postgres://postgres:[email protected]:5432/postgres?sslmode=disable" -o json | kubectl apply -f -
kubectl apply -n default -f manifests/mtls-cert.yaml
Expand Down

0 comments on commit e11f908

Please sign in to comment.