Skip to content
Merged
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
4 changes: 2 additions & 2 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.2.3
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.29.1
version: 0.29.2
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand All @@ -25,7 +25,7 @@ dependencies:
version: 9.4.4
- name: argo-workflows
repository: https://codefresh-io.github.io/argo-helm
version: 0.45.19-v3.6.7-cap-CR-38032
version: 0.45.20-v3.6.7-cap-CR-36597
condition: argo-workflows.enabled
- name: sealed-secrets
repository: https://bitnami-labs.github.io/sealed-secrets/
Expand Down
6 changes: 3 additions & 3 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -446,17 +446,17 @@ app-proxy:
reportImage:
registry: quay.io
repository: codefreshplugins/argo-hub-codefresh-csdp-report-image-info
tag: 1.1.23-main
tag: 1.1.25-main
# Git enrichment task image
gitEnrichment:
registry: quay.io
repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info
tag: 1.1.23-main
tag: 1.1.25-main
# Jira enrichment task image
jiraEnrichment:
registry: quay.io
repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info
tag: 1.1.23-main
tag: 1.1.25-main
image:
repository: quay.io/codefresh/cap-app-proxy
tag: 1.4074.0
Expand Down