Skip to content

Commit 745583b

Browse files
authored
Merge pull request #23 from codefresh-io/CR-17748-bump-app-proxy
CR-17748-bump-app-proxy
2 parents c16d8d3 + ba45393 commit 745583b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.27-helm-alpha
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.2.0-alpha-14
5+
version: 0.2.0-alpha-15
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
keywords:
88
- codefresh

charts/gitops-runtime/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitops-runtime
22

3-
![Version: 0.2.0-alpha-14](https://img.shields.io/badge/Version-0.2.0--alpha--14-informational?style=flat-square) ![AppVersion: 0.1.27-helm-alpha](https://img.shields.io/badge/AppVersion-0.1.27--helm--alpha-informational?style=flat-square)
3+
![Version: 0.2.0-alpha-15](https://img.shields.io/badge/Version-0.2.0--alpha--15-informational?style=flat-square) ![AppVersion: 0.1.27-helm-alpha](https://img.shields.io/badge/AppVersion-0.1.27--helm--alpha-informational?style=flat-square)
44

55
A Helm chart for Codefresh gitops runtime
66

@@ -52,13 +52,13 @@ A Helm chart for Codefresh gitops runtime
5252
| 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 |
5353
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
5454
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
55-
| app-proxy.image.tag | string | `"1.2170.0"` | |
55+
| app-proxy.image.tag | string | `"1.2172.0"` | |
5656
| app-proxy.imagePullSecrets | list | `[]` | |
5757
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
5858
| app-proxy.initContainer.env | object | `{}` | |
5959
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
6060
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
61-
| app-proxy.initContainer.image.tag | string | `"1.2170.0"` | |
61+
| app-proxy.initContainer.image.tag | string | `"1.2172.0"` | |
6262
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
6363
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
6464
| 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
@@ -280,14 +280,14 @@ app-proxy:
280280
image:
281281
repository: quay.io/codefresh/cap-app-proxy
282282
# Overrides the image tag whose default is the chart appVersion.
283-
tag: 1.2170.0
283+
tag: 1.2172.0
284284
pullPolicy: IfNotPresent
285285

286286
initContainer:
287287
image:
288288
repository: quay.io/codefresh/cap-app-proxy-init
289289
# Overrides the image tag whose default is the chart appVersion.
290-
tag: 1.2170.0
290+
tag: 1.2172.0
291291
pullPolicy: IfNotPresent
292292
command:
293293
- ./init.sh

0 commit comments

Comments
 (0)