Skip to content

Commit 9d26ac3

Browse files
authored
Merge pull request #15 from fleetboard-io/feat/remove-local-ns
remove local ns of syncer-operator
2 parents e90501a + 101730f commit 9d26ac3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

charts/cluster/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.5
18+
version: 0.2.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.0.2"
24+
appVersion: "1.0.3"

charts/cluster/templates/cnf-cluster.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ spec:
7070
- /cnf/cnf
7171
args:
7272
- --shared-namespace=syncer-operator
73-
- --local-namespace=syncer-operator
7473
- --as-hub={{ .Values.cluster.hub }}
7574
- --as-cluster=true
7675
- --hub-secret-namespace=fleetboard-system

charts/hub/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.5
18+
version: 0.2.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.0.2"
24+
appVersion: "1.0.3"

0 commit comments

Comments
 (0)