Skip to content

Commit

Permalink
release v0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: kerthcet <[email protected]>
  • Loading branch information
kerthcet committed Nov 15, 2024
1 parent 31e946d commit c07300f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agent/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: inftyai/manta-agent
newTag: v0.0.2
newTag: v0.0.3
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: inftyai/manta
newTag: v0.0.2
newTag: v0.0.3
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
### Install

```cmd
VERSION=v0.0.2
VERSION=v0.0.3
kubectl apply --server-side -f https://github.com/inftyai/manta/releases/download/$VERSION/manifests.yaml
```

### Uninstall

```cmd
VERSION=v0.0.2
VERSION=v0.0.3
kubectl delete -f https://github.com/inftyai/manta/releases/download/$VERSION/manifests.yaml
```

Expand Down
2 changes: 1 addition & 1 deletion test/util/validation/validate_torrent.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ func ValidateNodeTrackerChunkNumberEqualTo(ctx context.Context, k8sClient client
return fmt.Errorf("unexpected chunk number, want %d, got %d", number, len(nt.Spec.Chunks))
}
return nil
}, util.Timeout, util.Interval).Should(gomega.Succeed())
}, util.Timeout*3, util.Interval).Should(gomega.Succeed())
}

0 comments on commit c07300f

Please sign in to comment.