Skip to content

Commit 7aa2349

Browse files
Revert app proxy (#172)
1 parent ba1d110 commit 7aa2349

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |
17-
- kind: changed
18-
description: "Update app-proxy to 1.2680.1. fix: default git branch"
1917
- kind: changed
2018
description: "Update argoo-cd image to include rate limiter"
2119
- kind: changed

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.2680.1"` | |
103+
| app-proxy.image.tag | string | `"1.2667.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.2680.1"` | |
110+
| app-proxy.initContainer.image.tag | string | `"1.2667.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.2680.1
433+
tag: 1.2667.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.2680.1
441+
tag: 1.2667.0
442442
pullPolicy: IfNotPresent
443443
command:
444444
- ./init.sh

0 commit comments

Comments
 (0)