Skip to content

Commit 32faee8

Browse files
Merge pull request #175 from codefresh-io/bump-app-proxy
update app-proxy image to 1.2696.0
2 parents 6ca8d8f + 6cc5672 commit 32faee8

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 image to 1.2696.0"
1719
- kind: changed
1820
description: "jsonPath to application versions uses format with $ sign for root element"
1921
dependencies:

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.2667.0"` | |
103+
| app-proxy.image.tag | string | `"1.2696.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.2667.0"` | |
110+
| app-proxy.initContainer.image.tag | string | `"1.2696.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
@@ -430,15 +430,15 @@ app-proxy:
430430
tag: 1.1.10-main
431431
image:
432432
repository: quay.io/codefresh/cap-app-proxy
433-
tag: 1.2667.0
433+
tag: 1.2696.0
434434
pullPolicy: IfNotPresent
435435
# -- Extra volume mounts for main container
436436
extraVolumeMounts: []
437437

438438
initContainer:
439439
image:
440440
repository: quay.io/codefresh/cap-app-proxy-init
441-
tag: 1.2667.0
441+
tag: 1.2696.0
442442
pullPolicy: IfNotPresent
443443
command:
444444
- ./init.sh

0 commit comments

Comments
 (0)