Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-m-song committed Apr 17, 2024
1 parent c3aa9ef commit 56da9df
Show file tree
Hide file tree
Showing 5 changed files with 2,340 additions and 7,581 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ dist
.env*
*.diff
*.db
values.yaml
helmfile.yaml

# misc
.DS_Store
.dccache
newrelic_agent.log
2 changes: 1 addition & 1 deletion charts/huisheng/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: huisheng
description: Huisheng
type: application

version: 0.0.3
version: 0.0.4
appVersion: 0.0.1

home: https://github.com/hans-m-song/huisheng
Expand Down
6 changes: 6 additions & 0 deletions charts/huisheng/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ spec:
securityContext:
capabilities:
add: [SYS_NICE]
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
emptyDir: {}
Loading

0 comments on commit 56da9df

Please sign in to comment.