From 167c5d3485f9302bff7d35c409bf98458034a0b0 Mon Sep 17 00:00:00 2001 From: ace Date: Sat, 7 Mar 2026 15:15:50 +0300 Subject: [PATCH] radicle: bump to v1.6.1, helm chart v0.1.6 --- radicle/Chart.yaml | 2 +- radicle/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/