change to cf images
This commit is contained in:
parent
3a6b06aa1a
commit
2fdb695799
4 changed files with 7 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
appVersion: v2.4.15
|
||||
appVersion: v2.4.15-cap-CR-15677-rollout-rollback
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.7.0-cf-test1
|
||||
version: 5.7.0-cf-initial
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# TEST
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
|
|
@ -43,7 +43,7 @@ crds:
|
|||
global:
|
||||
image:
|
||||
# -- If defined, a repository applied to all Argo CD deployments
|
||||
repository: quay.io/argoproj/argocd
|
||||
repository: quay.io/codefresh/argocd
|
||||
# -- Overrides the global Argo CD image tag whose default is the chart appVersion
|
||||
tag: ""
|
||||
# -- If defined, a imagePullPolicy applied to all Argo CD deployments
|
||||
|
@ -980,9 +980,9 @@ redis:
|
|||
## Redis image
|
||||
image:
|
||||
# -- Redis repository
|
||||
repository: public.ecr.aws/docker/library/redis
|
||||
repository: quay.io/codefresh/redis
|
||||
# -- Redis tag
|
||||
tag: 7.0.5-alpine
|
||||
tag: 7.0.4-alpine
|
||||
# -- Redis imagePullPolicy
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
|
@ -2046,10 +2046,10 @@ applicationSet:
|
|||
image:
|
||||
# -- Repository to use for the application set controller
|
||||
# @default -- `""` (defaults to global.image.repository)
|
||||
repository: ""
|
||||
repository: "quay.io/codefresh/applicationset"
|
||||
# -- Tag to use for the application set controller
|
||||
# @default -- `""` (defaults to global.image.tag)
|
||||
tag: ""
|
||||
tag: "v0.4.2-CR-13254-remove-private-logs"
|
||||
# -- Image pull policy for the application set controller
|
||||
# @default -- `""` (defaults to global.image.imagePullPolicy)
|
||||
imagePullPolicy: ""
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Test1
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
|
Loading…
Reference in a new issue