Skip to content

Commit

Permalink
chore: Release v0.1.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba authored Aug 24, 2024
1 parent 81b1611 commit 289f7c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.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"
6 changes: 3 additions & 3 deletions 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.0"
tag: "v0.1.1"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -51,14 +51,14 @@ ingress:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts:
- host: dashboard.numeraire.tech
- host: app.numeraire.tech
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: swissknife-dashboard-tls
hosts:
- dashboard.numeraire.tech
- app.numeraire.tech

resources:
{}
Expand Down
2 changes: 1 addition & 1 deletion charts/swissknife/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.1
# 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"
4 changes: 2 additions & 2 deletions charts/swissknife/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/swissknife
pullPolicy: IfNotPresent
tag: "v0.1.0"
tag: "v0.1.1"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -119,6 +119,6 @@ swissknifeConfig:
cln_rest_config:
endpoint: https://lightningd.lightning-mainnet.svc.cluster.local:3010
ca_cert_path: /certs/ca.pem
accept_invalid_certs: true
accept_invalid_hostnames: true
oauth2:
domain: dev-z3xohtidpayxvzid.us.auth0.com

0 comments on commit 289f7c4

Please sign in to comment.