Compare commits
2 Commits
d1601b0a06
...
6985e6ce3e
| Author | SHA1 | Date | |
|---|---|---|---|
|
6985e6ce3e
|
|||
|
0b295befe7
|
@@ -15,13 +15,13 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "fadd61"
|
appVersion: "8f52b2"
|
||||||
|
|
||||||
home: https://radicle.xyz/
|
home: https://radicle.xyz/
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ image:
|
|||||||
# This sets the pull policy for images.
|
# This sets the pull policy for images.
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "fadd61-1"
|
tag: "8f52b2-1"
|
||||||
|
|
||||||
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
@@ -29,6 +29,7 @@ configAsCode:
|
|||||||
fallbackPublicExplorer: https://app.radicle.example.com/nodes/$host/$rid$path
|
fallbackPublicExplorer: https://app.radicle.example.com/nodes/$host/$rid$path
|
||||||
requiredApiVersion: "~0.18.0"
|
requiredApiVersion: "~0.18.0"
|
||||||
defaultHttpdPort: 443
|
defaultHttpdPort: 443
|
||||||
|
defaultLocalHttpdPort: 8080
|
||||||
defaultHttpdScheme: https
|
defaultHttpdScheme: https
|
||||||
source:
|
source:
|
||||||
commitsPerPage: 30
|
commitsPerPage: 30
|
||||||
|
|||||||
@@ -15,13 +15,13 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "1.5.0"
|
appVersion: "1.6.0"
|
||||||
|
|
||||||
home: https://radicle.xyz/
|
home: https://radicle.xyz/
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ strategyType: Recreate
|
|||||||
image:
|
image:
|
||||||
radicleNode:
|
radicleNode:
|
||||||
repository: gitea.geekhome.org/ghp/radicle-node
|
repository: gitea.geekhome.org/ghp/radicle-node
|
||||||
tag: "1.5.0-1"
|
tag: "1.6.0-1"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
radicleHttpd:
|
radicleHttpd:
|
||||||
repository: gitea.geekhome.org/ghp/radicle-httpd
|
repository: gitea.geekhome.org/ghp/radicle-httpd
|
||||||
|
|||||||
Reference in New Issue
Block a user