Skip to content

Commit 6efa7fb

Browse files
fix
1 parent a851696 commit 6efa7fb

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
@@ -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.2495.0"` | |
91+
| app-proxy.image.tag | string | `"1.2495.1"` | |
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.2495.0"` | |
98+
| app-proxy.initContainer.image.tag | string | `"1.2495.1"` | |
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.2495.0
362+
tag: 1.2495.1
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.2495.0
370+
tag: 1.2495.1
371371
pullPolicy: IfNotPresent
372372
command:
373373
- ./init.sh

0 commit comments

Comments
 (0)