radicle: bump to 1.6.1, helm chart 0.1.5

This commit is contained in:
ace
2026-02-10 11:43:43 +03:00
parent b9d3176ac4
commit 37421fa956
2 changed files with 4 additions and 4 deletions

View File

@@ -10,11 +10,11 @@ strategyType: Recreate
image:
radicleNode:
repository: gitea.geekhome.org/ghp/radicle-node
tag: "1.6.0-1"
tag: "1.6.1-1"
pullPolicy: IfNotPresent
radicleHttpd:
repository: gitea.geekhome.org/ghp/radicle-httpd
tag: "0.22.0-1"
tag: "0.23.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/