Skip to content

Commit 4411109

Browse files
Update app-proxy to 1.2268.0
1 parent 26d0fa0 commit 4411109

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: charts/gitops-runtime/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 0.1.29
2+
appVersion: 0.1.30
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.2.8-alpha.1
5+
version: 0.2.9-alpha
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -15,8 +15,8 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/prerelease: "true"
1717
artifacthub.io/changes: |
18-
- kind: fixed
19-
description: Fix image list generation in private registry helper utility
18+
- kind: changed
19+
description: Updated `app-proxy` to `1.2268.0`
2020
dependencies:
2121
- name: argo-cd
2222
repository: https://codefresh-io.github.io/argo-helm

Diff for: charts/gitops-runtime/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ The utility will output 4 files into the folder:
5757
| 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 |
5858
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
5959
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
60-
| app-proxy.image.tag | string | `"1.2257.0"` | |
60+
| app-proxy.image.tag | string | `"1.2268.0"` | |
6161
| app-proxy.imagePullSecrets | list | `[]` | |
6262
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
6363
| app-proxy.initContainer.env | object | `{}` | |
6464
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
6565
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
6666
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
67-
| app-proxy.initContainer.image.tag | string | `"1.2257.0"` | |
67+
| app-proxy.initContainer.image.tag | string | `"1.2268.0"` | |
6868
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
6969
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
7070
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |

Diff for: 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.2257.0
308+
tag: 1.2268.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.2257.0
316+
tag: 1.2268.0
317317
pullPolicy: IfNotPresent
318318
command:
319319
- ./init.sh

0 commit comments

Comments
 (0)