Skip to content
Closed
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
15 changes: 4 additions & 11 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.22
version: 0.29.23
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand All @@ -17,22 +17,15 @@ annotations:
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
artifacthub.io/changes: |-
- kind: security
description: 'bump nginxinc/nginx-unprivileged up to "1.31.2-alpine3.23". Security fix'
- kind: security
description: 'fix various security vulnerabilities for argo-workflows'
- kind: security
description: 'fix various security vulnerabilities for cap-app-proxy'
- kind: security
description: 'fix various security vulnerabilities for cf-argocd-extras'
- kind: security
description: 'fix various security vulnerabilities for gitops-runtime-installer'
description: 'argo to test cap-app-proxy request to repo-server'

dependencies:
# The image for this chart was overridden because argocd doesn’t release the chart for 3.3.10 version.
# Don't forget to remove the image override after updating to a new version of the chart.
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
condition: argo-cd.enabled
version: 9.5.11
version: 10.2.2
- name: argo-workflows
repository: https://codefresh-io.github.io/argo-helm
version: 0.45.24-v3.6.7-cap-CF-2129
Expand Down