Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pulumi/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Oct 26, 2020
2 parents a5d5480 + f2ba8a6 commit 4c86c11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-ts-aks-mean/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ const mongoConnStrings = new k8s.core.v1.Secret(
);

// Boot up nodejs Helm chart example using CosmosDB in place of in-cluster MongoDB.
const node = new k8s.helm.v2.Chart(
const node = new k8s.helm.v3.Chart(
"node",
{
repo: "bitnami",
chart: "node",
version: "4.0.1",
fetchOpts: {
Expand Down

0 comments on commit 4c86c11

Please sign in to comment.