Skip to content

Commit 2710d2c

Browse files
committed
updated app-proxy to 1.2875.0
1 parent f27f10e commit 2710d2c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 codefresh-gitops-operator chart to 1.0.19"
1919
- kind: changed
20-
description: "updated cap-app-proxy to 1.2867.0, including skipping PAT scopes permissions validations for git providers: BitBucket, BitBucket Server and GitLab; new query promotablePropertiesPreview"
20+
description: "updated cap-app-proxy to 1.2875.0, including skipping PAT scopes permissions validations for git providers: BitBucket, BitBucket Server and GitLab; new query promotablePropertiesPreview"
2121
- kind: added
2222
description: garage as optional dependency for Argo workflows artifact and log storage
2323
- kind: fixed

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.2867.0"` | |
103+
| app-proxy.image.tag | string | `"1.2875.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.2867.0"` | |
110+
| app-proxy.initContainer.image.tag | string | `"1.2875.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
@@ -445,15 +445,15 @@ app-proxy:
445445
tag: 1.1.10-main
446446
image:
447447
repository: quay.io/codefresh/cap-app-proxy
448-
tag: 1.2867.0
448+
tag: 1.2875.0
449449
pullPolicy: IfNotPresent
450450
# -- Extra volume mounts for main container
451451
extraVolumeMounts: []
452452

453453
initContainer:
454454
image:
455455
repository: quay.io/codefresh/cap-app-proxy-init
456-
tag: 1.2867.0
456+
tag: 1.2875.0
457457
pullPolicy: IfNotPresent
458458
command:
459459
- ./init.sh

0 commit comments

Comments
 (0)