Skip to content

Commit

Permalink
Merge pull request #26 from spidernet-io/tag
Browse files Browse the repository at this point in the history
update tag to v0.1.5
  • Loading branch information
cyclinder authored Sep 1, 2022
2 parents b33f5a5 + bf94d2f commit c187a2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
spec:
config: |-
{
"cniVersion": "0.3.0",
"cniVersion": "0.3.1",
"name": "macvlan-standalone",
"plugins": [
{
Expand All @@ -41,7 +41,7 @@ spec:
"type": "veth",
"routes": [{"dst": "10.244.0.0/18"},{"dst": "10.244.64.0/18"}], # calico/service subnet
"rp_filter": {
"enable": true,
"set_host": true,
"value": 2
},
"skip_call": false
Expand All @@ -64,7 +64,7 @@ metadata:
spec:
config: |-
{
"cniVersion": "0.3.0",
"cniVersion": "0.3.1",
"name": "macvlan-overlay",
"plugins": [
{
Expand All @@ -83,11 +83,10 @@ spec:
"type": "router",
"routes": [{"dst": "10.244.0.0/18"},{"dst": "10.244.64.0/18"}], # service/calico subnet
"rp_filter": {
"enable": true,
"set_host": true,
"value": 2
},
"delDefaultRoute4": true,
"delDefaultRoute6": true,
"hijack_overlay_reponse": true,
"defaultOverlayInterface": eth0,
"skip_call": false
}
Expand Down
4 changes: 2 additions & 2 deletions charts/meta-plugins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v0.1.4
version: v0.1.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.1.4"
appVersion: "v0.1.5"

maintainers:
- name: Spider-Guys
Expand Down

0 comments on commit c187a2f

Please sign in to comment.