Skip to content
Merged
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
14 changes: 7 additions & 7 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,27 +472,27 @@ app-proxy:
reportImage:
registry: quay.io
repository: codefreshplugins/argo-hub-codefresh-csdp-report-image-info
tag: 1.1.27-main
tag: 1.1.28-main
# Git enrichment task image
gitEnrichment:
registry: quay.io
repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info
tag: 1.1.27-main
tag: 1.1.28-main
# Jira enrichment task image
jiraEnrichment:
registry: quay.io
repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info
tag: 1.1.27-main
tag: 1.1.28-main
image:
repository: quay.io/codefresh/cap-app-proxy
tag: 1.4093.0
tag: 1.4103.0
pullPolicy: IfNotPresent
# -- Extra volume mounts for main container
extraVolumeMounts: []
initContainer:
image:
repository: quay.io/codefresh/cap-app-proxy-init
tag: 1.4093.0
tag: 1.4103.0
pullPolicy: IfNotPresent
command:
- ./init.sh
Expand Down Expand Up @@ -673,7 +673,7 @@ gitops-operator:
image:
registry: quay.io
repository: codefresh/codefresh-gitops-operator
tag: 79a7f3b
tag: c03bf91
env:
!!merge <<:
- *otel-config
Expand Down Expand Up @@ -705,7 +705,7 @@ argo-gateway:
image:
registry: quay.io
repository: codefresh/cf-argocd-extras
tag: "621297b"
tag: "db849c5"
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down