mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-24 21:50:00 +08:00
Updated package and node modules
This commit is contained in:
@@ -162,4 +162,4 @@ function labelResources(files, kubectl, label) {
|
||||
}
|
||||
function isCanaryDeploymentStrategy(deploymentStrategy) {
|
||||
return deploymentStrategy != null && deploymentStrategy.toUpperCase() === canaryDeploymentHelper.CANARY_DEPLOYMENT_STRATEGY.toUpperCase();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -149,4 +149,4 @@ exports.getRandomInt = getRandomInt;
|
||||
function getCurrentTime() {
|
||||
return new Date().getTime();
|
||||
}
|
||||
exports.getCurrentTime = getCurrentTime;
|
||||
exports.getCurrentTime = getCurrentTime;
|
||||
|
||||
Reference in New Issue
Block a user