Skip to content

Commit

Permalink
cicd(charts): update helmignore file to match requirements from relea…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoprow committed Feb 15, 2023
1 parent 96ad2e2 commit 187b433
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
26 changes: 26 additions & 0 deletions charts/gate/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# Accept only values.yaml
values*.yaml
values*.yml
2 changes: 1 addition & 1 deletion charts/gate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description: A Helm chart for deploying the BPDM gate service
type: application

# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.5-alpha.4
version: 3.0.5-alpha.5

# This is the version number of the application being deployed.
# Versions are not expected to follow Semantic Versioning.
Expand Down
3 changes: 3 additions & 0 deletions charts/pool/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
.idea/
*.tmproj
.vscode/
# Accept only values.yaml
values*.yaml
values*.yml
2 changes: 1 addition & 1 deletion charts/pool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description: A Helm chart for deploying the BPDM pool service
type: application

# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.0.5-alpha.3
version: 4.0.5-alpha.4

# This is the version number of the application being deployed.
# Versions are not expected to follow Semantic Versioning.
Expand Down

0 comments on commit 187b433

Please sign in to comment.