From ff647d5390b0a1c5f5a4dd97e2788ce82e045e1f Mon Sep 17 00:00:00 2001 From: douchuan Date: Thu, 31 Oct 2024 18:57:00 +0800 Subject: [PATCH] fix: 'https://quay.io/organization/keylime' latest tag name is 'master' Signed-off-by: douchuan --- build/helm/keylime/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/helm/keylime/values.yaml b/build/helm/keylime/values.yaml index 57667e3..9667070 100644 --- a/build/helm/keylime/values.yaml +++ b/build/helm/keylime/values.yaml @@ -163,6 +163,7 @@ global: repository: quay.io/keylime/keylime_tenant # Default image pull policy pullPolicy: IfNotPresent + tag: master # registrar options registrar: # Default image is the from quay, default tag is tag the chart appVersion @@ -170,6 +171,7 @@ global: repository: quay.io/keylime/keylime_registrar # Default image pull policy pullPolicy: IfNotPresent + tag: master # number of replicas, with default 1. IMPORTANT: if "sqlite" database backend is selected, then this value will be ignored and 1 will be used instead replicas: 1 # type of service, with "ClusterIP" as default. Switch to "NodePort" or "LoadBalancer" to allow @@ -186,6 +188,7 @@ global: repository: quay.io/keylime/keylime_verifier # Default image pull policy pullPolicy: IfNotPresent + tag: master # number of replicas, with default 1. IMPORTANT: if "sqlite" database backend is selected, then this value will be ignored and 1 will be used instead replicas: 1 # type of service, with "ClusterIP" as default. Switch to "NodePort" or "LoadBalancer" to allow @@ -200,10 +203,12 @@ global: # Default image is the from quay, default tag is tag the chart appVersion initImage: repository: quay.io/keylime/keylime_tenant + tag: master image: repository: quay.io/keylime/keylime_agent # Default image pull policy pullPolicy: IfNotPresent + tag: master # the device plugin image is used when deploying unprivileged agents pluginImage: repository: ghcr.io/keylime/k8s-tpm-device-plugin