Skip to content

Commit

Permalink
Merge pull request #170 from mlbiam/master
Browse files Browse the repository at this point in the history
remove git path regex
  • Loading branch information
mlbiam authored Aug 22, 2024
2 parents 8d6578a + a05336a commit 9448f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openunison-k8s-cluster-management/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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.
version: 3.0.31
version: 3.0.32

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ spec:
gitPath.displayName: "Git Path (must start with '/')"
gitPath.readOnly: "false"
gitPath.required: "false"
gitPath.regEx: "^(/)?([^/\0]+(/)?)+$"
gitPath.regEx: ""
gitPath.regExFailedMsg: "Invalid git path"
gitPath.minChars: "0"
gitPath.maxChars: "0"
Expand Down

0 comments on commit 9448f4a

Please sign in to comment.