We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba46cc commit ffe762bCopy full SHA for ffe762b
1 file changed
12-deploying-containers/kubernetes/Makefile
@@ -1,12 +1,12 @@
1
.PHONY: deploy-traefik
2
deploy-traefik:
3
-helm repo add traefik https://traefik.github.io/charts
4
- helm upgrade --install -n traefik --create-namespace traefik traefik/traefik
+ helm upgrade --install -n traefik --create-namespace traefik traefik/traefik --version 20.8.0
5
6
.PHONY: deploy-postgres
7
deploy-postgres:
8
-helm repo add bitnami https://charts.bitnami.com/bitnami
9
- helm upgrade --install db bitnami/postgresql --set auth.postgresPassword=foobarbaz
+ helm upgrade --install db bitnami/postgresql --set auth.postgresPassword=foobarbaz --version 12.1.15
10
11
.PHONY: deploy-app
12
deploy-app:
0 commit comments