Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
condition: argo-cd.enabled
version: 9.4.2
version: 9.4.4
- name: argo-workflows
repository: https://codefresh-io.github.io/argo-helm
version: 0.45.18-v3.6.7-cap-CR-32333
Expand Down
8 changes: 4 additions & 4 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,15 @@ app-proxy:
repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info
tag: 1.1.22-main
image:
repository: quay.io/codefresh/cap-app-proxy
tag: c7216c5
repository: quay.io/codefresh/dev/cap-app-proxy
tag: fix-updating-argocd-3-3-2-stable0-28-da72787
pullPolicy: IfNotPresent
# -- Extra volume mounts for main container
extraVolumeMounts: []
initContainer:
image:
repository: quay.io/codefresh/cap-app-proxy-init
tag: c7216c5
repository: quay.io/codefresh/dev/cap-app-proxy-init
tag: fix-updating-argocd-3-3-2-stable0-28-da72787
pullPolicy: IfNotPresent
command:
- ./init.sh
Expand Down