Skip to content

Commit 0492239

Browse files
Merge pull request #173 from codefresh-io/release-0.5.1
Release 0.5.1
2 parents 114646c + 812ec65 commit 0492239

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

charts/gitops-runtime/Chart.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.43
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.5.0
5+
version: 0.5.1
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -15,15 +15,17 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |
1717
- kind: changed
18-
description: "Update argoo-cd image to include rate limiter"
18+
description: "update app-proxy image to 1.2696.0"
1919
- kind: changed
20-
description: "Update argoo-cd chart to enable event-reporter 2.0 by default"
21-
- kind: changed
22-
description: "Enable event-reporter 2.0 by default runtime chart"
20+
description: "jsonPath to application versions uses format with $ sign for root element"
21+
- kind: fixed
22+
description: "fix default version config"
23+
- kind: fixed
24+
description: "support better concurrency in argocd session manager"
2325
dependencies:
2426
- name: argo-cd
2527
repository: https://codefresh-io.github.io/argo-helm
26-
version: 5.53.12-6-cap-2.9-2024.3.5-80c3e7225
28+
version: 5.53.12-9-cap-2.9-2024.3.17-6fd9979e1
2729
- name: argo-events
2830
repository: https://codefresh-io.github.io/argo-helm
2931
version: 2.0.9-1-cap-CR-19893

charts/gitops-runtime/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![AppVersion: 0.1.43](https://img.shields.io/badge/AppVersion-0.1.43-informational?style=flat-square)
2+
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![AppVersion: 0.1.43](https://img.shields.io/badge/AppVersion-0.1.43-informational?style=flat-square)
33

44
## Prerequisites
55

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

2929
```
30-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.5.0 <local_registry>
30+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.5.1 <local_registry>
3131
```
3232
`output_dir` - is a local directory where the utility will output files. <br>
3333
`local_registry` - is your local registry where you want to mirror the images to
@@ -100,14 +100,14 @@ sealed-secrets:
100100
| 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 |
101101
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
102102
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
103-
| app-proxy.image.tag | string | `"1.2667.0"` | |
103+
| app-proxy.image.tag | string | `"1.2696.0"` | |
104104
| app-proxy.imagePullSecrets | list | `[]` | |
105105
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
106106
| app-proxy.initContainer.env | object | `{}` | |
107107
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
108108
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
109109
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
110-
| app-proxy.initContainer.image.tag | string | `"1.2667.0"` | |
110+
| app-proxy.initContainer.image.tag | string | `"1.2696.0"` | |
111111
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
112112
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
113113
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |

charts/gitops-runtime/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -430,15 +430,15 @@ app-proxy:
430430
tag: 1.1.10-main
431431
image:
432432
repository: quay.io/codefresh/cap-app-proxy
433-
tag: 1.2667.0
433+
tag: 1.2696.0
434434
pullPolicy: IfNotPresent
435435
# -- Extra volume mounts for main container
436436
extraVolumeMounts: []
437437

438438
initContainer:
439439
image:
440440
repository: quay.io/codefresh/cap-app-proxy-init
441-
tag: 1.2667.0
441+
tag: 1.2696.0
442442
pullPolicy: IfNotPresent
443443
command:
444444
- ./init.sh

0 commit comments

Comments
 (0)