Skip to content

Commit

Permalink
Merge pull request #56 from 2i2c-org/update-version
Browse files Browse the repository at this point in the history
Bump chart version
  • Loading branch information
jnywong authored Nov 22, 2024
2 parents 1e639c8 + 81e493a commit 7ef4367
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ appVersion: "1.0"

dependencies:
- name: frx-challenges
version: 0.0.1-0.dev.git.430.h181aef8
version: 0.0.1-0.dev.git.439.h06a0312
repository: https://2i2c.org/frx-challenges-helm-chart/
# ingress-nginx for a k8s Ingress resource controller that routes traffic from
# a single IP entrypoint to various services exposed via k8s Ingress resources
Expand Down
23 changes: 23 additions & 0 deletions helm-charts/app/charts/frx-challenges/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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/

0 comments on commit 7ef4367

Please sign in to comment.