From 2cbc3cc8724e691c258e4dcb000cc1ed378ad47c Mon Sep 17 00:00:00 2001 From: barrfalk Date: Wed, 6 Nov 2024 10:48:23 -0800 Subject: [PATCH] Update values.yaml --- charts/app/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/app/values.yaml b/charts/app/values.yaml index c8c8baf..ba154a2 100644 --- a/charts/app/values.yaml +++ b/charts/app/values.yaml @@ -276,7 +276,7 @@ backup: - name: backup registry: 'docker.io' repository: 'bcgovimages' # example, it includes registry and repository - image: backup-container # the exact component name, be it backend, api-1 etc... + image: backup-container # the exact component name, be it backend, api-1 etc. tag: latest # the tag of the image, it can be latest, 1.0.0 etc..., or the sha256 hash command: - '/bin/bash'