examples icon indicating copy to clipboard operation
examples copied to clipboard

Kubernetes helm chart example needs to be updated

Open spara opened this issue 4 years ago • 0 comments

Kubernetes Helm chart example needs to be updated. The stable repository has been deprecated. The WordPress examples should point to bitnami/wordpress

const wordpress = new k8s.helm.v2.Chart("wpdev", {
    repo: "stable",
    version: "2.1.3",
    chart: "wordpress",
});

spara avatar Jun 24 '20 04:06 spara