radicle: bump to v1.6.1, helm chart v0.1.6

This commit is contained in:
ace
2026-03-07 15:15:50 +03:00
parent 5613da51a1
commit 167c5d3485
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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/