diff --git a/radicle/Chart.yaml b/radicle/Chart.yaml index 137ad07..a5a165b 100644 --- a/radicle/Chart.yaml +++ b/radicle/Chart.yaml @@ -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.5 +version: 0.1.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 diff --git a/radicle/values.yaml b/radicle/values.yaml index 50a97bb..408aeda 100644 --- a/radicle/values.yaml +++ b/radicle/values.yaml @@ -14,7 +14,7 @@ image: pullPolicy: IfNotPresent radicleHttpd: repository: gitea.geekhome.org/ghp/radicle-httpd - tag: "0.23.0-1" + tag: "0.24.0-1" pullPolicy: IfNotPresent # 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/