Skip to content

Commit

Permalink
tool(kustomize): include the latest kustomize binary version into D…
Browse files Browse the repository at this point in the history
…ocker images
  • Loading branch information
vvagaytsev committed Jun 5, 2024
1 parent 9171d70 commit 50f1adc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/plugins/kubernetes/kubernetes-type/kustomize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const kustomize4Spec: PluginToolSpec = {
version: kustomize4Version,
description: `The kustomize config management CLI, v${kustomize4Version}`,
type: "binary",
_includeInGardenImage: true,
builds: [
{
platform: "darwin",
Expand Down Expand Up @@ -104,7 +103,7 @@ export const kustomize5Spec: PluginToolSpec = {
version: kustomize5Version,
description: `The kustomize config management CLI, v${kustomize5Version}`,
type: "binary",
// _includeInGardenImage: true,
_includeInGardenImage: true,
builds: [
{
platform: "darwin",
Expand Down

0 comments on commit 50f1adc

Please sign in to comment.