Skip to content

Commit

Permalink
bumped chart to 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed May 30, 2022
1 parent 2532fe9 commit 079dcc5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion csdp/base/argo-cd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
- default-rbac.yaml
images:
- name: quay.io/codefresh/argocd
newTag: CR-11890-sync-v2.3.4-a
newTag: CR-11890-sync-v2.3.4
- name: quay.io/codefresh/applicationset
newTag: v0.4.2

Expand Down
2 changes: 1 addition & 1 deletion csdp/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ configMapGenerator:
- name: codefresh-cm
behavior: create
literals:
- version=v0.0.318
- version=v0.0.319
2 changes: 1 addition & 1 deletion installer/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: csdp-installer
description: A Helm chart used for installing a CSDP runtime
type: application
version: 0.1.23
version: 0.1.24
appVersion: v0.0.11
12 changes: 6 additions & 6 deletions installer/helm/templates/argo-cd/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10181,7 +10181,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -10214,7 +10214,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -10411,7 +10411,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -10460,7 +10460,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
Expand Down Expand Up @@ -10683,7 +10683,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -10873,7 +10873,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 079dcc5

Please sign in to comment.