Skip to content

Commit

Permalink
fix: 'https://quay.io/organization/keylime' latest tag name is 'master'
Browse files Browse the repository at this point in the history
Signed-off-by: douchuan <douchuan@baidu.com>
  • Loading branch information
ChuanDou2021 authored and ansasaki committed Nov 5, 2024
1 parent f300cb3 commit ff647d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/helm/keylime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,15 @@ 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
image:
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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ff647d5

Please sign in to comment.