We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d9703 commit c8ccfd6Copy full SHA for c8ccfd6
README.md
@@ -7,7 +7,7 @@ CD. This is in the "proof of concept" phase and I make no guarantees
7
Currently working:
8
9
- [x] Migrate Kustomizations
10
-- [ ] Migrate HelmReleases
+- [x] Migrate HelmReleases
11
- [ ] Auto Scan/Migrate
12
- [ ] Uninstall Flux
13
@@ -16,7 +16,7 @@ Currently working:
16
Install the `mta` binary from the releases page (x64_64 currenly)
17
18
```shell
19
-sudo wget -O /usr/local/bin/mta https://github.com/christianh814/mta/releases/download/v0.0.1/mta-amd64-$(uname -s | tr [:upper:] [:lower:])
+sudo wget -O /usr/local/bin/mta https://github.com/christianh814/mta/releases/download/v0.0.2/mta-amd64-$(uname -s | tr [:upper:] [:lower:])
20
```
21
22
Make sure it's executable
0 commit comments