Skip to content

Commit 6ce35bf

Browse files
Cr 13451 change redis to quay (#34)
* testing argocd resource change tag * testing argocd resource change tag * wip
1 parent 23ede63 commit 6ce35bf

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

csdp/base/argo-cd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33
namespace: argocd
44
resources:
55
# change to specific release once release 2.3 is merged
6-
- https://raw.githubusercontent.com/codefresh-io/argo-cd/c143423592f517911b6e626d12022a5742992f39/manifests/install.yaml
6+
- https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.3/manifests/install.yaml
77
- default-rbac.yaml
88
images:
99
- name: quay.io/codefresh/argocd

csdp/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ configMapGenerator:
1111
- name: codefresh-cm
1212
behavior: create
1313
literals:
14-
- version=0.0.453
14+
- version=0.0.454

installer/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: csdp-installer
33
description: A Helm chart used for installing a CSDP runtime
44
type: application
5-
version: 0.1.29
5+
version: 0.1.30
66
appVersion: v0.0.13

installer/helm/templates/argo-cd/install.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10015,7 +10015,7 @@ spec:
1001510015
valueFrom:
1001610016
fieldRef:
1001710017
fieldPath: metadata.namespace
10018-
image: quay.io/codefresh/applicationset:v0.4.2
10018+
image: quay.io/codefresh/applicationset:v0.4.2-CR-13254-remove-private-logs
1001910019
imagePullPolicy: Always
1002010020
name: argocd-applicationset-controller
1002110021
ports:
@@ -10096,7 +10096,7 @@ spec:
1009610096
- -n
1009710097
- /usr/local/bin/argocd
1009810098
- /shared/argocd-dex
10099-
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12110-helm-resources-yaml
10099+
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12173-fix-child-apps-deletion
1010010100
imagePullPolicy: Always
1010110101
name: copyutil
1010210102
volumeMounts:
@@ -10149,7 +10149,7 @@ spec:
1014910149
- ""
1015010150
- --appendonly
1015110151
- "no"
10152-
image: redis:6.2.6-alpine
10152+
image: quay.io/codefresh/redis:6.2.6-alpine
1015310153
imagePullPolicy: Always
1015410154
name: redis
1015510155
ports:
@@ -10277,7 +10277,7 @@ spec:
1027710277
value: /helm-working-dir
1027810278
- name: HELM_DATA_HOME
1027910279
value: /helm-working-dir
10280-
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12110-helm-resources-yaml
10280+
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12173-fix-child-apps-deletion
1028110281
imagePullPolicy: Always
1028210282
livenessProbe:
1028310283
failureThreshold: 3
@@ -10326,7 +10326,7 @@ spec:
1032610326
- -n
1032710327
- /usr/local/bin/argocd
1032810328
- /var/run/argocd/argocd-cmp-server
10329-
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12110-helm-resources-yaml
10329+
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12173-fix-child-apps-deletion
1033010330
name: copyutil
1033110331
volumeMounts:
1033210332
- mountPath: /var/run/argocd
@@ -10549,7 +10549,7 @@ spec:
1054910549
key: server.http.cookie.maxnumber
1055010550
name: argocd-cmd-params-cm
1055110551
optional: true
10552-
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12110-helm-resources-yaml
10552+
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12173-fix-child-apps-deletion
1055310553
imagePullPolicy: Always
1055410554
livenessProbe:
1055510555
httpGet:
@@ -10739,7 +10739,7 @@ spec:
1073910739
key: controller.default.cache.expiration
1074010740
name: argocd-cmd-params-cm
1074110741
optional: true
10742-
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12110-helm-resources-yaml
10742+
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12173-fix-child-apps-deletion
1074310743
imagePullPolicy: Always
1074410744
livenessProbe:
1074510745
httpGet:

0 commit comments

Comments
 (0)