Skip to content

Commit a851696

Browse files
update app-proxy
1 parent d4afcee commit a851696

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
@@ -14,6 +14,8 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |
17+
- kind: changed
18+
description: Update app-proxy
1719
- kind: changed
1820
description: Update codefresh-gitops-operator.
1921
links:

charts/gitops-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ sealed-secrets:
8888
| 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 |
8989
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
9090
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
91-
| app-proxy.image.tag | string | `"1.2472.0"` | |
91+
| app-proxy.image.tag | string | `"1.2495.0"` | |
9292
| app-proxy.imagePullSecrets | list | `[]` | |
9393
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
9494
| app-proxy.initContainer.env | object | `{}` | |
9595
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
9696
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
9797
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
98-
| app-proxy.initContainer.image.tag | string | `"1.2472.0"` | |
98+
| app-proxy.initContainer.image.tag | string | `"1.2495.0"` | |
9999
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
100100
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
101101
| 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
@@ -359,15 +359,15 @@ app-proxy:
359359
tag: 1.1.10-main
360360
image:
361361
repository: quay.io/codefresh/cap-app-proxy
362-
tag: 1.2472.0
362+
tag: 1.2495.0
363363
pullPolicy: IfNotPresent
364364
# -- Extra volume mounts for main container
365365
extraVolumeMounts: []
366366

367367
initContainer:
368368
image:
369369
repository: quay.io/codefresh/cap-app-proxy-init
370-
tag: 1.2472.0
370+
tag: 1.2495.0
371371
pullPolicy: IfNotPresent
372372
command:
373373
- ./init.sh

0 commit comments

Comments
 (0)