diff --git a/k8s/manifests/charts/contour-18.1.2.tgz b/k8s/manifests/charts/contour-18.1.2.tgz new file mode 100644 index 000000000..dd6b9ef29 Binary files /dev/null and b/k8s/manifests/charts/contour-18.1.2.tgz differ diff --git a/src/k8s/pkg/k8sd/features/contour/chart.go b/src/k8s/pkg/k8sd/features/contour/chart.go index 04c8dae1c..ff81c5af8 100644 --- a/src/k8s/pkg/k8sd/features/contour/chart.go +++ b/src/k8s/pkg/k8sd/features/contour/chart.go @@ -11,12 +11,6 @@ var ( chartContour = helm.InstallableChart{ Name: "ck-ingress", Namespace: "project-contour", - ManifestPath: path.Join("charts", "contour-18.1.1.tgz"), + ManifestPath: path.Join("charts", "contour-18.1.2.tgz"), } - - // contourAgentImageRepo represents the image to use for contour-agent. - contourChartRepo = "https://charts.bitnami.com/bitnami" - - // contourAgentImageTag is the tag to use for the contour-agent image. - contourChartVersionTag = "18.1.1" )