Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed Nov 20, 2024
1 parent a13140f commit 931a9e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint-and-test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
changed="$(ct list-changed --chart-dirs . --target-branch ${{ github.event.repository.default_branch }} \
| grep "aerospike-vector-search")"
if [[ -n "$changed" ]]; then
echo "here"
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
Expand Down
2 changes: 1 addition & 1 deletion aerospike-vector-search/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
email: [email protected]

# The helm chart version
version: 0.6.0
version: 0.6.1

# The default version of Aerospike Vector Search
appVersion: "0.11.1"

0 comments on commit 931a9e1

Please sign in to comment.