Skip to content

Commit 1803af9

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2vasil-cf
authored
prepare-version(0.29.10): prepare chart content for release (#1194)
* Update Chart.yaml and changelog for 0.29.10 release * chore: update release notes & docs * chore: trigger pipelines * chore: update docs * chore: trigger pipelines --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Vasil Sudakou <vasil.sudakov@codefresh.io>
1 parent 79fc68d commit 1803af9

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16-
artifacthub.io/containsSecurityUpdates: "true"
16+
artifacthub.io/containsSecurityUpdates: "false"
1717
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1818
artifacthub.io/changes: |-
19-
- kind: changed
20-
description: 'update argo-hub codefresh-csdp plugins to 1.1.27'
21-
- kind: changed
22-
description: 'update cap-app-proxy to 1.4091.0'
23-
- kind: security
24-
description: 'fix various security vulnerabilities in cap-app-proxy and argo-hub codefresh-csdp plugins'
19+
- kind: fixed
20+
description: 'cap-app-proxy: support arbitrary user IDs for OpenShift'
2521
dependencies:
2622
- name: argo-cd
2723
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.29.9](https://img.shields.io/badge/Version-0.29.9-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square)
2+
![Version: 0.29.10](https://img.shields.io/badge/Version-0.29.10-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square)
33

44
## Table of Content
55

@@ -205,7 +205,7 @@ We have created a helper utility to resolve this issue:
205205
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
206206

207207
```
208-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.9 <local_registry>
208+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.10 <local_registry>
209209
```
210210
`output_dir` - is a local directory where the utility will output files. <br>
211211
`local_registry` - is your local registry where you want to mirror the images to
@@ -218,7 +218,7 @@ The utility will output 4 files into the folder:
218218

219219
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
220220
```
221-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.9 <local_registry>
221+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.10 <local_registry>
222222
```
223223
224224
## Openshift
@@ -523,14 +523,14 @@ global:
523523
| 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 |
524524
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
525525
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
526-
| app-proxy.image.tag | string | `"1.4091.0"` | |
526+
| app-proxy.image.tag | string | `"1.4092.0"` | |
527527
| app-proxy.imagePullSecrets | list | `[]` | |
528528
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
529529
| app-proxy.initContainer.env | object | `{}` | |
530530
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
531531
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
532532
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
533-
| app-proxy.initContainer.image.tag | string | `"1.4091.0"` | |
533+
| app-proxy.initContainer.image.tag | string | `"1.4092.0"` | |
534534
| app-proxy.initContainer.resources.limits | object | `{}` | |
535535
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
536536
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |

0 commit comments

Comments
 (0)