Skip to content

Commit

Permalink
Merge pull request #30 from codefresh-io/bump-app-proxy
Browse files Browse the repository at this point in the history
Bump app proxy to 1.2193.0
  • Loading branch information
ATGardner authored Apr 11, 2023
2 parents 7a16b39 + 64cf7ea commit 0626e83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.1.27-helm-alpha
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.2.1-alpha.4
version: 0.2.1-alpha.5
home: https://github.com/codefresh-io/gitops-runtime-helm
keywords:
- codefresh
Expand Down
6 changes: 3 additions & 3 deletions charts/gitops-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gitops-runtime

![Version: 0.2.1-alpha.4](https://img.shields.io/badge/Version-0.2.1--alpha.4-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)
![Version: 0.2.1-alpha.5](https://img.shields.io/badge/Version-0.2.1--alpha.5-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)

A Helm chart for Codefresh gitops runtime

Expand Down Expand Up @@ -52,13 +52,13 @@ A Helm chart for Codefresh gitops runtime
| 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 |
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
| app-proxy.image.tag | string | `"1.2190.0"` | |
| app-proxy.image.tag | string | `"1.2193.0"` | |
| app-proxy.imagePullSecrets | list | `[]` | |
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
| app-proxy.initContainer.env | object | `{}` | |
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
| app-proxy.initContainer.image.tag | string | `"1.2190.0"` | |
| app-proxy.initContainer.image.tag | string | `"1.2193.0"` | |
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,14 @@ app-proxy:
image:
repository: quay.io/codefresh/cap-app-proxy
# Overrides the image tag whose default is the chart appVersion.
tag: 1.2190.0
tag: 1.2193.0
pullPolicy: IfNotPresent

initContainer:
image:
repository: quay.io/codefresh/cap-app-proxy-init
# Overrides the image tag whose default is the chart appVersion.
tag: 1.2190.0
tag: 1.2193.0
pullPolicy: IfNotPresent
command:
- ./init.sh
Expand Down

0 comments on commit 0626e83

Please sign in to comment.