Skip to content

Commit ba91606

Browse files
committed
bumped chart to 0.1.22
1 parent 10e8c5d commit ba91606

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

csdp/base/argo-cd/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: argocd
44
resources:
5+
# change to specific release once release 2.3 is merged
56
- https://raw.githubusercontent.com/codefresh-io/argo-cd/231fc56b0894ba622b7234f5523d615c67bf23a1/manifests/install.yaml
67
- default-rbac.yaml
78
images:
@@ -10,19 +11,18 @@ images:
1011
- name: quay.io/codefresh/applicationset
1112
newTag: v0.4.2
1213

13-
# will be effective on argo-cd 2.1
1414
configMapGenerator:
1515
- behavior: merge
16+
name: argocd-cm
1617
literals:
1718
- timeout.reconciliation=20s
1819
- accounts.admin=apiKey,login
19-
name: argocd-cm
2020
- behavior: merge
21+
name: argocd-cmd-params-cm
2122
literals:
2223
- server.insecure=true
23-
name: argocd-cmd-params-cm
2424

25-
# reset the crbs to `subject.namespace: default`, so that argo-cd will later change them to the actual ns
25+
# reset the crbs to `subject.namespace: default`, so that argo-cd will later change them to the actual ns
2626
patches:
2727
- target:
2828
group: rbac.authorization.k8s.io

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.21
5+
version: 0.1.22
66
appVersion: v0.0.11

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10155,7 +10155,7 @@ spec:
1015510155
- -n
1015610156
- /usr/local/bin/argocd
1015710157
- /shared/argocd-dex
10158-
image: quay.io/codefresh/argocd:v2.3.3-cap-CR-kustomize-components
10158+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1015910159
imagePullPolicy: Always
1016010160
name: copyutil
1016110161
volumeMounts:
@@ -10189,7 +10189,7 @@ spec:
1018910189
containers:
1019010190
- command:
1019110191
- argocd-notifications
10192-
image: quay.io/codefresh/argocd:v2.3.3-cap-CR-kustomize-components
10192+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1019310193
imagePullPolicy: Always
1019410194
livenessProbe:
1019510195
tcpSocket:
@@ -10388,7 +10388,7 @@ spec:
1038810388
value: /helm-working-dir
1038910389
- name: HELM_DATA_HOME
1039010390
value: /helm-working-dir
10391-
image: quay.io/codefresh/argocd:v2.3.3-cap-CR-kustomize-components
10391+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1039210392
imagePullPolicy: Always
1039310393
livenessProbe:
1039410394
failureThreshold: 3
@@ -10437,7 +10437,7 @@ spec:
1043710437
- -n
1043810438
- /usr/local/bin/argocd
1043910439
- /var/run/argocd/argocd-cmp-server
10440-
image: quay.io/codefresh/argocd:v2.3.3-cap-CR-kustomize-components
10440+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1044110441
name: copyutil
1044210442
volumeMounts:
1044310443
- mountPath: /var/run/argocd
@@ -10661,7 +10661,7 @@ spec:
1066110661
key: server.http.cookie.maxnumber
1066210662
name: argocd-cmd-params-cm
1066310663
optional: true
10664-
image: quay.io/codefresh/argocd:v2.3.3-cap-CR-kustomize-components
10664+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1066510665
imagePullPolicy: Always
1066610666
livenessProbe:
1066710667
httpGet:
@@ -10852,7 +10852,7 @@ spec:
1085210852
key: controller.default.cache.expiration
1085310853
name: argocd-cmd-params-cm
1085410854
optional: true
10855-
image: quay.io/codefresh/argocd:v2.3.3-cap-CR-kustomize-components
10855+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1085610856
imagePullPolicy: Always
1085710857
livenessProbe:
1085810858
httpGet:

0 commit comments

Comments
 (0)