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

Commit

Permalink
chore: upgrade celestia-node version (#168)
Browse files Browse the repository at this point in the history
New security patch
  • Loading branch information
joroshiba authored Feb 12, 2024
1 parent a269e8c commit c5e290e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/celestia-local/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.3.4
version: 0.3.5

# 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
2 changes: 1 addition & 1 deletion charts/celestia-local/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ storage:
path: "/data/celestia-data"

celestiaAppImage: "ghcr.io/celestiaorg/celestia-app:v1.3.0"
celestiaNodeImage: "ghcr.io/celestiaorg/celestia-node:v0.12.3"
celestiaNodeImage: "ghcr.io/celestiaorg/celestia-node:v0.12.4"
tokenServerImage: "busybox:1.35.0-musl"

podSecurityContext:
Expand Down
4 changes: 2 additions & 2 deletions charts/celestia-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.10
version: 0.1.11

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.12.3"
appVersion: "0.12.4"

maintainers:
- name: wafflesvonmaple
Expand Down
2 changes: 1 addition & 1 deletion charts/celestia-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config:

images:
pullPolicy: IfNotPresent
node: ghcr.io/celestiaorg/celestia-node:v0.12.3
node: ghcr.io/celestiaorg/celestia-node:v0.12.4
tokenServer: "busybox:1.35.0-musl"


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.10
digest: sha256:947d7d4e8c4e6ecc96ab098cbdcf8457c521b19aa37b937df49641e47f27d938
generated: "2024-01-16T15:41:52.300808-08:00"
version: 0.1.11
digest: sha256:d8bafe8e16323154332ee709b38754df209a51d4577b1d9c80a29898d7733421
generated: "2024-01-22T12:37:57.716528-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.7
version: 0.8.8

# 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.10"
version: "0.1.11"
repository: "file://../celestia-node"
condition: celestia-node.enabled

Expand Down
Binary file removed charts/rollup/charts/celestia-node-0.1.10.tgz
Binary file not shown.
Binary file added charts/rollup/charts/celestia-node-0.1.11.tgz
Binary file not shown.

0 comments on commit c5e290e

Please sign in to comment.