Skip to content

Commit

Permalink
chore: dashboard v0.1.4 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba authored Oct 22, 2024
1 parent 017a277 commit 6a395c4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.2
version: 0.1.4

# 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.1.2"
appVersion: "0.1.4"
2 changes: 1 addition & 1 deletion charts/dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: registry.digitalocean.com/swissknife/dashboard
pullPolicy: IfNotPresent
tag: "v0.1.2"
tag: "v0.1.4"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/docs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.0
version: 0.1.1

# 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.1.0"
appVersion: "0.1.1"
2 changes: 1 addition & 1 deletion charts/docs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: registry.digitalocean.com/swissknife/docs
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.0"
tag: "v0.1.1"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/lightningd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 1.3.0
version: 1.3.1

# 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: "24.08.2"
appVersion: "24.05"
4 changes: 2 additions & 2 deletions charts/lightningd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
repository: elementsproject/lightningd
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v24.08.2"
tag: "v24.05"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -123,8 +123,8 @@ lightningdGenericConfig:
- dev-allowdustreserve=true
- plugin=/root/.lightning/plugins/lspd_cln_plugin
- lsp-listen=127.0.0.1:12312
- grpc-port=12313
- experimental-anchors
- grpc-port=12313
- disable-dns
- clnrest-port=3010
- clnrest-host=0.0.0.0
Expand Down

0 comments on commit 6a395c4

Please sign in to comment.