Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
celestia node pvc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Jan 22, 2024
1 parent d4f927c commit d52f96a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/celestia-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.9
version: 0.1.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions charts/celestia-node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ spec:
labels:
app: {{ $label }}
spec:
securityContext:
runAsUser: 10001
fsGroup: 10001
fsGroupChangePolicy: "OnRootMismatch"
initContainers:
- name: init-{{ $label }}
image: {{ .Values.images.node }}
Expand Down
6 changes: 3 additions & 3 deletions charts/rollup/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: celestia-node
repository: file://../celestia-node
version: 0.1.9
digest: sha256:856642db770b3a297f86abcf5973ee3308dfbd9dced29b4067ad138683d883b1
generated: "2024-01-16T14:40:15.623528-08:00"
version: 0.1.10
digest: sha256:947d7d4e8c4e6ecc96ab098cbdcf8457c521b19aa37b937df49641e47f27d938
generated: "2024-01-16T15:41:52.300808-08:00"
2 changes: 1 addition & 1 deletion charts/rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ appVersion: "0.5.2"

dependencies:
- name: celestia-node
version: "0.1.9"
version: "0.1.10"
repository: "file://../celestia-node"
condition: celestia-node.enabled

Expand Down
Binary file removed charts/rollup/charts/celestia-node-0.1.9.tgz
Binary file not shown.

0 comments on commit d52f96a

Please sign in to comment.