Skip to content

Commit

Permalink
feat: prepare v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed May 27, 2021
1 parent 29cbff9 commit 2a823b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Wigglenet runs as a daemonset on every node and does the following things:
To install Wigglenet on a dual-stack cluster with the default settings:

```shell
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.1.0/deploy/manifest.yaml
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.0/deploy/manifest.yaml
```

For customization and other configuration options see notes below and [the manifest](./deploy/manifest.yaml) for full reference.
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
serviceAccountName: wigglenet
containers:
- name: wigglenet
image: tibordp/wigglenet:0.1.0
image: tibordp/wigglenet:0.2.0
imagePullPolicy: Always
env:
# Masquerade outgoing IPv4 traffic not destined
Expand Down

0 comments on commit 2a823b3

Please sign in to comment.