Skip to content

Commit ffe762b

Browse files
committed
pin helm chart versions
1 parent 4ba46cc commit ffe762b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • 12-deploying-containers/kubernetes

12-deploying-containers/kubernetes/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.PHONY: deploy-traefik
22
deploy-traefik:
33
-helm repo add traefik https://traefik.github.io/charts
4-
helm upgrade --install -n traefik --create-namespace traefik traefik/traefik
4+
helm upgrade --install -n traefik --create-namespace traefik traefik/traefik --version 20.8.0
55

66
.PHONY: deploy-postgres
77
deploy-postgres:
88
-helm repo add bitnami https://charts.bitnami.com/bitnami
9-
helm upgrade --install db bitnami/postgresql --set auth.postgresPassword=foobarbaz
9+
helm upgrade --install db bitnami/postgresql --set auth.postgresPassword=foobarbaz --version 12.1.15
1010

1111
.PHONY: deploy-app
1212
deploy-app:

0 commit comments

Comments
 (0)