From 60356e99c9951a18a5e6ba7ce02fd146a2f81c5b Mon Sep 17 00:00:00 2001 From: ace Date: Sat, 7 Mar 2026 15:15:55 +0300 Subject: [PATCH] radicle-explorer: bump to bd3b66, helm chart v0.1.6 --- radicle-explorer/Chart.yaml | 4 ++-- radicle-explorer/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/radicle-explorer/Chart.yaml b/radicle-explorer/Chart.yaml index b77cd92..4e4696b 100644 --- a/radicle-explorer/Chart.yaml +++ b/radicle-explorer/Chart.yaml @@ -15,13 +15,13 @@ 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "29b952" +appVersion: "bd3b66" home: https://radicle.xyz/ diff --git a/radicle-explorer/values.yaml b/radicle-explorer/values.yaml index 28ac9ee..f9e9f7d 100644 --- a/radicle-explorer/values.yaml +++ b/radicle-explorer/values.yaml @@ -11,7 +11,7 @@ image: # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "29b952-1" + tag: "bd3b66-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/ imagePullSecrets: []