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

fix(celestia-node): pvc security contexts #167

Merged
merged 4 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
4 changes: 2 additions & 2 deletions charts/rollup/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.8.5
version: 0.8.6

# 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 All @@ -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 added charts/rollup/charts/celestia-node-0.1.10.tgz
Binary file not shown.
Binary file removed charts/rollup/charts/celestia-node-0.1.9.tgz
Binary file not shown.