Skip to content

Commit

Permalink
Helm 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
awsdataarchitect authored Feb 4, 2024
1 parent 7388174 commit 93e1493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/kubectl-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class KubectlV29Layer extends lambda.LayerVersion {
code: lambda.Code.fromAsset(ASSET_FILE, {
assetHash: assetHash(),
}),
description: '/opt/kubectl/kubectl 1.29; /opt/helm/helm 3.13',
description: '/opt/kubectl/kubectl 1.29; /opt/helm/helm 3.14',
license: 'Apache-2.0',
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"S3Key": "f3988f12dc409f8b9d711af1cc8ed308dc6705f0eb0afb7cc092a56e9fec87e2.zip"
},
"Description": "/opt/kubectl/kubectl 1.29; /opt/helm/helm 3.13",
"Description": "/opt/kubectl/kubectl 1.29; /opt/helm/helm 3.14",
"LicenseInfo": "Apache-2.0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion test/kubectl-layer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test('synthesized to a layer version', () => {

// THEN
Template.fromStack(stack).hasResourceProperties('AWS::Lambda::LayerVersion', {
Description: '/opt/kubectl/kubectl 1.29; /opt/helm/helm 3.13',
Description: '/opt/kubectl/kubectl 1.29; /opt/helm/helm 3.14',
});
});

0 comments on commit 93e1493

Please sign in to comment.