Skip to content

Commit 857d33d

Browse files
authored
bumped app-proxy to 1.2585.0 (#127)
1 parent bb8ab82 commit 857d33d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ annotations:
1717
- kind: changed
1818
description: Update app version to 0.1.38
1919
- kind: changed
20-
description: Update app-proxy to 1.2566.1
20+
description: Update app-proxy to 1.2585.0
2121
dependencies:
2222
- name: argo-cd
2323
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ 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.2566.1"` | |
103+
| app-proxy.image.tag | string | `"1.2585.0"` | |
104104
| app-proxy.imagePullSecrets | list | `[]` | |
105105
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
106106
| app-proxy.initContainer.env | object | `{}` | |

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ app-proxy:
418418
tag: 1.1.10-main
419419
image:
420420
repository: quay.io/codefresh/cap-app-proxy
421-
tag: 1.2566.1
421+
tag: 1.2585.0
422422
pullPolicy: IfNotPresent
423423
# -- Extra volume mounts for main container
424424
extraVolumeMounts: []

0 commit comments

Comments
 (0)