Skip to content

Commit 24117e4

Browse files
Merge pull request #65 from codefresh-io/release-0.2.15
release 0.2.15 (0.1.33)
2 parents 0559af2 + 479c69c commit 24117e4

File tree

3 files changed

+11
-21
lines changed

3 files changed

+11
-21
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 0.1.32
2+
appVersion: 0.1.33
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.2.14
5+
version: 0.2.15
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -15,23 +15,13 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |
1717
- kind: changed
18-
description: Updated `app-proxy` to `1.2337.0`
18+
description: Updated `app-proxy` to `1.2400.4`
1919
- kind: changed
20-
description: Update ArgoCD version to v2.7.0-cap-CR-18361-custom-instance-label
21-
- kind: changed
22-
description: Switch internal router to unprivileged (rootless) nginx
23-
- kind: changed
24-
description: Installer image now supports arm64 and amd64 platforms
25-
- kind: added
26-
description: Include enrichment images in the chart with possibility to override through values
27-
- kind: fixed
28-
description: Private registry utility - the utility omitted repositories for images with short names (i.e natsio/prometheus-nats-exporter:0.8.0 was created as registry.example.com/prometheus-nats-exporter:0.8.0). In this version it works as expected.
29-
- kind: changed
30-
description: App-proxy container port changed to 8080
20+
description: Update ArgoCD version to v2.7.0-cap-CR-19754-deletion-fix
3121
dependencies:
3222
- name: argo-cd
3323
repository: https://codefresh-io.github.io/argo-helm
34-
version: 5.38.1-1-cap-CR-18361
24+
version: 5.38.1-2-cap-CR-19754
3525
- name: argo-events
3626
repository: https://codefresh-io.github.io/argo-helm
3727
version: 2.0.5-1-cf-init

charts/gitops-runtime/README.md

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

44
## Codefresh official documentation:
55
Prior to running the installation please see the official documentation at: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/
@@ -15,7 +15,7 @@ We have created a helper utility to resolve this issue:
1515
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
1616

1717
```
18-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.14 <local_registry>
18+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.15 <local_registry>
1919
```
2020
`output_dir` - is a local directory where the utility will output files. <br>
2121
`local_registry` - is your local registry where you want to mirror the images to
@@ -59,14 +59,14 @@ The utility will output 4 files into the folder:
5959
| 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 |
6060
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
6161
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
62-
| app-proxy.image.tag | string | `"1.2337.0"` | |
62+
| app-proxy.image.tag | string | `"1.2400.4"` | |
6363
| app-proxy.imagePullSecrets | list | `[]` | |
6464
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
6565
| app-proxy.initContainer.env | object | `{}` | |
6666
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
6767
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
6868
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
69-
| app-proxy.initContainer.image.tag | string | `"1.2337.0"` | |
69+
| app-proxy.initContainer.image.tag | string | `"1.2400.4"` | |
7070
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
7171
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
7272
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,15 +335,15 @@ app-proxy:
335335
tag: 1.1.10-main
336336
image:
337337
repository: quay.io/codefresh/cap-app-proxy
338-
tag: 1.2337.0
338+
tag: 1.2400.4
339339
pullPolicy: IfNotPresent
340340
# -- Extra volume mounts for main container
341341
extraVolumeMounts: []
342342

343343
initContainer:
344344
image:
345345
repository: quay.io/codefresh/cap-app-proxy-init
346-
tag: 1.2337.0
346+
tag: 1.2400.4
347347
pullPolicy: IfNotPresent
348348
command:
349349
- ./init.sh

0 commit comments

Comments
 (0)