Skip to content

Commit

Permalink
DEVOP:32: get ird of release version max flag for hel2to3 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
michperalbo-fsl committed May 20, 2024
1 parent 3b96ea0 commit a4d35c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24331,7 +24331,7 @@ function run(exec, context, core, env) {
core.info('Starting migration to helm v3');
yield exec('helm', [
'--kubeconfig', `../kilauea/kubefiles/${environment}/kubectl_configs/${environment}-kube-config-beta-admins.yml`,
'2to3', 'convert', helmReleaseName, '--release-versions-max', '200', '--ignore-already-migrated'
'2to3', 'convert', helmReleaseName, '--ignore-already-migrated'
], {
cwd: 'peachjar-aloha/',
env: Object.assign({}, env, {
Expand Down

0 comments on commit a4d35c0

Please sign in to comment.