From 925f084f105731e7860f7db417a9e9e7a324aae3 Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 2 Jan 2025 13:30:09 -0300 Subject: [PATCH] Update docker hub url for valkey --- public/v4/apps/valkey.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/v4/apps/valkey.yml b/public/v4/apps/valkey.yml index 8edff78ac..2df73e361 100644 --- a/public/v4/apps/valkey.yml +++ b/public/v4/apps/valkey.yml @@ -13,7 +13,7 @@ caproverOneClickApp: variables: - id: $$cap_valkey_version label: Valkey Version Tag - description: 'Check out their Docker page for the valid tags: https://hub.docker.com/valkey/valkey?tab=tags' + description: 'Check out their Docker page for the valid tags: https://hub.docker.com/r/valkey/valkey/tags' defaultValue: '8.0.1-alpine' validRegex: /^([^\s^\/])+$/ - id: $$cap_valkey_extra_flags @@ -32,4 +32,4 @@ caproverOneClickApp: displayName: 'Valkey' isOfficial: true description: Valkey is a flexible distributed key-value datastore that supports both caching and beyond caching workloads. - documentation: Taken from https://hub.docker.com/valkey/valkey + documentation: Taken from https://hub.docker.com/r/valkey/valkey