Skip to content

Commit cc145f8

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2masontikhonov
authored
prepare-version(0.25.2): prepare chart content for release (#967)
* Update Chart.yaml and changelog for 0.25.2 release * ci: update release notes --------- Co-authored-by: cf-ci-bot-v2 <[email protected]> Co-authored-by: Zhenya Tikhonov <[email protected]>
1 parent e4e30f0 commit cc145f8

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16+
artifacthub.io/containsSecurityUpdates: "true"
17+
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`
1618
artifacthub.io/changes: |-
1719
- kind: changed
18-
description: 'fix(app-proxy): application logs graphql subscription not working (#886)'
20+
description: 'Update \"argo-workflows\" to 0.45.17-v3.6.7-cap-CR-31761'
21+
- kind: security
22+
description: 'Fix security vulnerabilities in \"argo-workflows\"'
1923
- kind: changed
20-
description: 'fix(app-proxy): updated cf-root-app-project to allow all resources'
24+
description: 'Update \"cap-app-proxy\" to e840ed4'
2125
dependencies:
2226
- name: argo-cd
2327
repository: https://codefresh-io.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.25.1](https://img.shields.io/badge/Version-0.25.1-informational?style=flat-square) ![AppVersion: 0.1.77](https://img.shields.io/badge/AppVersion-0.1.77-informational?style=flat-square)
2+
![Version: 0.25.2](https://img.shields.io/badge/Version-0.25.2-informational?style=flat-square) ![AppVersion: 0.1.77](https://img.shields.io/badge/AppVersion-0.1.77-informational?style=flat-square)
33

44
## Prerequisites
55

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

208208
```
209-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.1 <local_registry>
209+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.2 <local_registry>
210210
```
211211
`output_dir` - is a local directory where the utility will output files. <br>
212212
`local_registry` - is your local registry where you want to mirror the images to
@@ -219,7 +219,7 @@ The utility will output 4 files into the folder:
219219

220220
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
221221
```
222-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.1 <local_registry>
222+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.2 <local_registry>
223223
```
224224
225225
## Openshift
@@ -323,14 +323,14 @@ gitops-operator:
323323
| 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 |
324324
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
325325
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
326-
| app-proxy.image.tag | string | `"0655469"` | |
326+
| app-proxy.image.tag | string | `"e840ed4"` | |
327327
| app-proxy.imagePullSecrets | list | `[]` | |
328328
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
329329
| app-proxy.initContainer.env | object | `{}` | |
330330
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
331331
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
332332
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
333-
| app-proxy.initContainer.image.tag | string | `"0655469"` | |
333+
| app-proxy.initContainer.image.tag | string | `"e840ed4"` | |
334334
| app-proxy.initContainer.resources.limits | object | `{}` | |
335335
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
336336
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ argo-events:
300300
configReloaderImage: natsio/nats-server-config-reloader:0.19.1
301301
startCommand: /nats-server
302302
# *********************************************************************************************************************
303-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.16-v3.6.7-cap-CR-30835/charts/argo-workflows
303+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.17-v3.6.7-cap-CR-31761/charts/argo-workflows
304304
# *********************************************************************************************************************
305305
argo-workflows:
306306
fullnameOverride: argo

0 commit comments

Comments
 (0)