Skip to content

Commit

Permalink
Bump kubernetes-tools to 2.3.1 in v2 migration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored and pmalek-sumo committed Jan 15, 2021
1 parent 07d9046 commit af84a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docs/v2_migration_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ to convert their existing `values.yaml` file into one that is compatible with th
cat current_values.yaml | \
docker run \
--rm \
-i sumologic/kubernetes-tools:2.3.0 upgrade-2.0 | \
-i sumologic/kubernetes-tools:2.3.1 upgrade-2.0 | \
tee new_values.yaml
```

Expand All @@ -360,7 +360,7 @@ to convert their existing `values.yaml` file into one that is compatible with th
--quiet \
--rm \
--restart=Never \
--image sumologic/kubernetes-tools:2.3.0 -- upgrade-2.0 | \
--image sumologic/kubernetes-tools:2.3.1 -- upgrade-2.0 | \
tee new_values.yaml
```

Expand Down

0 comments on commit af84a07

Please sign in to comment.