diff --git a/infra/openclarity/values.yaml b/infra/openclarity/values.yaml index 0cb1730..4abc89d 100644 --- a/infra/openclarity/values.yaml +++ b/infra/openclarity/values.yaml @@ -792,7 +792,7 @@ openclarity: serviceAccount: # -- Enable creation of ServiceAccount create: true - # -- The name of the ServiceAccount to use. + #false -- The name of the ServiceAccount to use. # If not set and create is true, it will use the component's calculated name. name: "" # -- Allows auto mount of ServiceAccountToken on the serviceAccount created. diff --git a/master/argocd/values.yaml b/master/argocd/values.yaml index 47a56e3..82b19ac 100644 --- a/master/argocd/values.yaml +++ b/master/argocd/values.yaml @@ -3,7 +3,7 @@ argo-cd: global: revisionHistoryLimit: 1 image: - repository: registry.internal.durp.info/argoproj/argocd + repository: registry.durp.info/argoproj/argocd imagePullPolicy: Always server: @@ -26,7 +26,7 @@ argo-cd: dex: enabled: true image: - repository: registry.internal.durp.info/dexidp/dex + repository: registry.durp.info/dexidp/dex imagePullPolicy: Always configs: diff --git a/master/durpapi/values.yaml b/master/durpapi/values.yaml index 9e9eeab..41b152b 100644 --- a/master/durpapi/values.yaml +++ b/master/durpapi/values.yaml @@ -1,7 +1,7 @@ ingress: enabled: false deployment: - image: registry.internal.durp.info/developerdurp/durpapi + image: registry.durp.info/developerdurp/durpapi secretfile: durpapi-secret imagePullPolicy: Always hpa: