Skip to content

Commit 9ee0c32

Browse files
oleksandr-codefreshdmaizel
authored andcommitted
feat: app-proxy with apply integration fix (#534)
1 parent 0f3f587 commit 9ee0c32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/gitops-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ sealed-secrets:
212212
| 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 |
213213
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
214214
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
215-
| app-proxy.image.tag | string | `"1.3523.0"` | |
215+
| app-proxy.image.tag | string | `"1.3565.0"` | |
216216
| app-proxy.imagePullSecrets | list | `[]` | |
217217
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
218218
| app-proxy.initContainer.env | object | `{}` | |
219219
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
220220
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
221221
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
222-
| app-proxy.initContainer.image.tag | string | `"1.3523.0"` | |
222+
| app-proxy.initContainer.image.tag | string | `"1.3565.0"` | |
223223
| app-proxy.initContainer.resources.limits | object | `{}` | |
224224
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
225225
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,14 +515,14 @@ app-proxy:
515515
tag: 1.1.13-main
516516
image:
517517
repository: quay.io/codefresh/cap-app-proxy
518-
tag: 1.3523.0
518+
tag: 1.3565.0
519519
pullPolicy: IfNotPresent
520520
# -- Extra volume mounts for main container
521521
extraVolumeMounts: []
522522
initContainer:
523523
image:
524524
repository: quay.io/codefresh/cap-app-proxy-init
525-
tag: 1.3523.0
525+
tag: 1.3565.0
526526
pullPolicy: IfNotPresent
527527
command:
528528
- ./init.sh

0 commit comments

Comments
 (0)