Skip to content

Commit

Permalink
put contour chart
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Jun 4, 2024
1 parent b75fbdf commit cafb944
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Binary file added k8s/manifests/charts/contour-18.1.2.tgz
Binary file not shown.
8 changes: 1 addition & 7 deletions src/k8s/pkg/k8sd/features/contour/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit cafb944

Please sign in to comment.