Skip to content

Commit

Permalink
Merge pull request #28 from kerthcet/cleanup/remove-hostnetwork
Browse files Browse the repository at this point in the history
release v0.0.3
  • Loading branch information
InftyAI-Agent authored Nov 15, 2024
2 parents b1166c8 + c07300f commit 42dae97
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 42dae97

Please sign in to comment.