Skip to content

Commit f9c1832

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2scme0vadim-kharin-codefreshmasontikhonov
authored
prepare-version(0.29.4): prepare chart content for release (#1169)
* Update Chart.yaml and changelog for 0.29.4 release * add extra change to artifacthub changes annotation * update changelog * Update charts/gitops-runtime/Chart.yaml Co-authored-by: Zhenya Tikhonov <masontikhonov@gmail.com> * update artifacthub.io/changes annotation as per review comments. --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: scme0 <scott.merchant@octopus.com> Co-authored-by: Vadim Kharin <vadim.kharin@codefresh.io> Co-authored-by: Zhenya Tikhonov <masontikhonov@gmail.com>
1 parent 6389ef6 commit f9c1832

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

charts/gitops-runtime/Chart.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.2.3
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.29.5
5+
version: 0.29.4
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -16,7 +16,15 @@ annotations:
1616
artifacthub.io/containsSecurityUpdates: true
1717
artifacthub.io/changes: |-
1818
- kind: changed
19-
description: 'fix: restore functionality and apply security fixes to the Gitops Operator(#1166)'
19+
description: 'update "gitops-operator" to bc5c4eb'
20+
- kind: changed
21+
description: 'update "cap-app-proxy" to 1.4081.0'
22+
- kind: fixed
23+
description: 'fix Promotions functionality broken since Chart v0.27'
24+
- kind: security
25+
description: 'execute "cap-app-proxy" with non-root user'
26+
- kind: security
27+
description: 'fix various CVE in different components'
2028
dependencies:
2129
- name: argo-cd
2230
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,14 +511,14 @@ global:
511511
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
512512
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
513513
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
514-
| app-proxy.image.tag | string | `"1.4077.0"` | |
514+
| app-proxy.image.tag | string | `"1.4081.0"` | |
515515
| app-proxy.imagePullSecrets | list | `[]` | |
516516
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
517517
| app-proxy.initContainer.env | object | `{}` | |
518518
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
519519
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
520520
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
521-
| app-proxy.initContainer.image.tag | string | `"1.4077.0"` | |
521+
| app-proxy.initContainer.image.tag | string | `"1.4081.0"` | |
522522
| app-proxy.initContainer.resources.limits | object | `{}` | |
523523
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
524524
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |

0 commit comments

Comments
 (0)