Skip to content

Commit 3cf7f28

Browse files
authored
Fix-convert-to-gitops (#44)
* bump app-proxy to `1.2257.0` * updated chart version to `0.2.5-alpha`
1 parent 8667259 commit 3cf7f28

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/gitops-runtime/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.29
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.2.4-alpha
5+
version: 0.2.5-alpha
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://codefresh.io/docs/assets/brand/codefresh_purple_dark_logo.png
88
keywords:
@@ -16,7 +16,7 @@ annotations:
1616
artifacthub.io/prerelease: "true"
1717
artifacthub.io/changes: |
1818
- kind: fixed
19-
description: Moved runtime creation from `cap-app-proxy` initContainer into main container
19+
description: bump `cap-app-proxy` to `1.2257.0` (fix convertToGitops)
2020
dependencies:
2121
- name: argo-cd
2222
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitops-runtime
22

3-
![Version: 0.2.4-alpha](https://img.shields.io/badge/Version-0.2.4--alpha-informational?style=flat-square) ![AppVersion: 0.1.29](https://img.shields.io/badge/AppVersion-0.1.29-informational?style=flat-square)
3+
![Version: 0.2.5-alpha](https://img.shields.io/badge/Version-0.2.5--alpha-informational?style=flat-square) ![AppVersion: 0.1.29](https://img.shields.io/badge/AppVersion-0.1.29-informational?style=flat-square)
44

55
A Helm chart for Codefresh gitops runtime
66

@@ -54,14 +54,14 @@ A Helm chart for Codefresh gitops runtime
5454
| 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 |
5555
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
5656
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
57-
| app-proxy.image.tag | string | `"1.2255.0"` | |
57+
| app-proxy.image.tag | string | `"1.2257.0"` | |
5858
| app-proxy.imagePullSecrets | list | `[]` | |
5959
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
6060
| app-proxy.initContainer.env | object | `{}` | |
6161
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
6262
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
6363
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
64-
| app-proxy.initContainer.image.tag | string | `"1.2255.0"` | |
64+
| app-proxy.initContainer.image.tag | string | `"1.2257.0"` | |
6565
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
6666
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
6767
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |

charts/gitops-runtime/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,15 @@ app-proxy:
305305

306306
image:
307307
repository: quay.io/codefresh/cap-app-proxy
308-
tag: 1.2255.0
308+
tag: 1.2257.0
309309
pullPolicy: IfNotPresent
310310
# -- Extra volume mounts for main container
311311
extraVolumeMounts: []
312312

313313
initContainer:
314314
image:
315315
repository: quay.io/codefresh/cap-app-proxy-init
316-
tag: 1.2255.0
316+
tag: 1.2257.0
317317
pullPolicy: IfNotPresent
318318
command:
319319
- ./init.sh

0 commit comments

Comments
 (0)