Skip to content

Commit

Permalink
Merge pull request #134 from whdalsrnt/master
Browse files Browse the repository at this point in the history
build: change helm chart
  • Loading branch information
whdalsrnt authored Jan 5, 2024
2 parents 65f8e81 + 673f734 commit 73b81f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: SpaceONE Cost Analysis Helm chart for Kubernetes

type: application

version: 1.3.16
version: 1.4.0
appVersion: 1.x.y

1 change: 0 additions & 1 deletion pkg/pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spaceone-api
boto3
pandas
numpy
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
author_email="[email protected]",
license="Apache License 2.0",
packages=find_packages(),
install_requires=["spaceone-core", "spaceone-api", "boto3", "pandas", "numpy"],
install_requires=["spaceone-core", "spaceone-api", "pandas", "numpy"],
zip_safe=False,
)

0 comments on commit 73b81f8

Please sign in to comment.