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