Skip to content

Commit 7ec0743

Browse files
committed
update app-proxy to 1.2852.2
1 parent 6a24518 commit 7ec0743

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.2835.0"` | |
103+
| app-proxy.image.tag | string | `"1.2852.2"` | |
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,15 +494,15 @@ app-proxy:
494494
tag: 1.1.10-main
495495
image:
496496
repository: quay.io/codefresh/cap-app-proxy
497-
tag: 1.2835.0
497+
tag: 1.2852.2
498498
pullPolicy: IfNotPresent
499499
# -- Extra volume mounts for main container
500500
extraVolumeMounts: []
501501

502502
initContainer:
503503
image:
504504
repository: quay.io/codefresh/cap-app-proxy-init
505-
tag: 1.2835.0
505+
tag: 1.2852.2
506506
pullPolicy: IfNotPresent
507507
command:
508508
- ./init.sh

0 commit comments

Comments
 (0)