Skip to content

Commit 768d01c

Browse files
author
Zhenya Tikhonov
authored
Merge pull request #138 from codefresh-io/component-logs
build: update `app-proxy` to 1.2606.1
2 parents bb77b33 + cf4058a commit 768d01c

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 0.1.38
2+
appVersion: 0.1.39
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
55
version: 0.4.2
@@ -14,10 +14,14 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |
17+
- kind: changed
18+
description: Update app version to 0.1.39
1719
- kind: changed
1820
description: Update argo-cd chart to 5.51.6-4-cap-2.9-2023.12.28-a52e719a5
1921
- kind: changed
20-
description: Update app-proxy to 1.2593.0
22+
description: Update app-proxy to 1.2606.1
23+
- kind: fixed
24+
description: Fix runtime components log
2125
dependencies:
2226
- name: argo-cd
2327
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

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

44
## Prerequisites
55

@@ -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.2593.0"` | |
103+
| app-proxy.image.tag | string | `"1.2606.1"` | |
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.2593.0"` | |
110+
| app-proxy.initContainer.image.tag | string | `"1.2606.1"` | |
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,15 +418,15 @@ app-proxy:
418418
tag: 1.1.10-main
419419
image:
420420
repository: quay.io/codefresh/cap-app-proxy
421-
tag: 1.2593.0
421+
tag: 1.2606.1
422422
pullPolicy: IfNotPresent
423423
# -- Extra volume mounts for main container
424424
extraVolumeMounts: []
425425

426426
initContainer:
427427
image:
428428
repository: quay.io/codefresh/cap-app-proxy-init
429-
tag: 1.2593.0
429+
tag: 1.2606.1
430430
pullPolicy: IfNotPresent
431431
command:
432432
- ./init.sh

0 commit comments

Comments
 (0)