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
2 changes: 1 addition & 1 deletion 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.1.72
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.28.0
version: 0.28.1
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand Down
16 changes: 8 additions & 8 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ global:
image:
registry: quay.io
repository: codefresh/cf-argocd-extras
tag: b8c4451
tag: 7b43e16
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down Expand Up @@ -244,7 +244,7 @@ sealed-secrets:
image:
registry: 'quay.io'
repository: 'codefresh/sealed-secrets-controller'
tag: '0.34.0'
tag: '0.36.0'
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -446,27 +446,27 @@ app-proxy:
reportImage:
registry: quay.io
repository: codefreshplugins/argo-hub-codefresh-csdp-report-image-info
tag: 1.1.22-main
tag: 1.1.23-main
# Git enrichment task image
gitEnrichment:
registry: quay.io
repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info
tag: 1.1.22-main
tag: 1.1.23-main
# Jira enrichment task image
jiraEnrichment:
registry: quay.io
repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info
tag: 1.1.22-main
tag: 1.1.23-main
image:
repository: quay.io/codefresh/cap-app-proxy
tag: 1536f5e
tag: 1.4068.0
pullPolicy: IfNotPresent
# -- Extra volume mounts for main container
extraVolumeMounts: []
initContainer:
image:
repository: quay.io/codefresh/cap-app-proxy-init
tag: 1536f5e
tag: 1.4068.0
pullPolicy: IfNotPresent
command:
- ./init.sh
Expand Down Expand Up @@ -679,7 +679,7 @@ argo-gateway:
image:
registry: quay.io
repository: codefresh/cf-argocd-extras
tag: bc37d62
tag: 7b43e16
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down