Skip to content

Commit bb77b33

Browse files
authored
bumped app-proxy to 1.2593.0 (#136)
1 parent 37fd72f commit bb77b33

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ annotations:
1616
artifacthub.io/changes: |
1717
- kind: changed
1818
description: Update argo-cd chart to 5.51.6-4-cap-2.9-2023.12.28-a52e719a5
19+
- kind: changed
20+
description: Update app-proxy to 1.2593.0
1921
dependencies:
2022
- name: argo-cd
2123
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2585.0"` | |
103+
| app-proxy.image.tag | string | `"1.2593.0"` | |
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.2585.0"` | |
110+
| app-proxy.initContainer.image.tag | string | `"1.2593.0"` | |
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.2585.0
421+
tag: 1.2593.0
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.2585.0
429+
tag: 1.2593.0
430430
pullPolicy: IfNotPresent
431431
command:
432432
- ./init.sh

0 commit comments

Comments
 (0)