pin helm chart versions

This commit is contained in:
sid palas
2023-03-27 13:31:21 -04:00
parent 4ba46ccf08
commit ffe762b8b5

View File

@ -1,12 +1,12 @@
.PHONY: deploy-traefik .PHONY: deploy-traefik
deploy-traefik: deploy-traefik:
-helm repo add traefik https://traefik.github.io/charts -helm repo add traefik https://traefik.github.io/charts
helm upgrade --install -n traefik --create-namespace traefik traefik/traefik helm upgrade --install -n traefik --create-namespace traefik traefik/traefik --version 20.8.0
.PHONY: deploy-postgres .PHONY: deploy-postgres
deploy-postgres: deploy-postgres:
-helm repo add bitnami https://charts.bitnami.com/bitnami -helm repo add bitnami https://charts.bitnami.com/bitnami
helm upgrade --install db bitnami/postgresql --set auth.postgresPassword=foobarbaz helm upgrade --install db bitnami/postgresql --set auth.postgresPassword=foobarbaz --version 12.1.15
.PHONY: deploy-app .PHONY: deploy-app
deploy-app: deploy-app: