Skip to content

Commit a6ca426

Browse files
debug
1 parent 5674c06 commit a6ca426

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
@@ -52,13 +52,13 @@ A Helm chart for Codefresh gitops runtime
5252
| 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 |
5353
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
5454
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
55-
| app-proxy.image.tag | string | `"1.2217.0"` | |
55+
| app-proxy.image.tag | string | `"CR-18274-fix-ap-restart-2"` | |
5656
| app-proxy.imagePullSecrets | list | `[]` | |
5757
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
5858
| app-proxy.initContainer.env | object | `{}` | |
5959
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
6060
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
61-
| app-proxy.initContainer.image.tag | string | `"1.2217.0"` | |
61+
| app-proxy.initContainer.image.tag | string | `"CR-18274-fix-ap-restart-2"` | |
6262
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
6363
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
6464
| 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
@@ -272,14 +272,14 @@ app-proxy:
272272
image:
273273
repository: quay.io/codefresh/cap-app-proxy
274274
# Overrides the image tag whose default is the chart appVersion.
275-
tag: 1.2217.0
275+
tag: CR-18274-fix-ap-restart-2
276276
pullPolicy: IfNotPresent
277277

278278
initContainer:
279279
image:
280280
repository: quay.io/codefresh/cap-app-proxy-init
281281
# Overrides the image tag whose default is the chart appVersion.
282-
tag: 1.2217.0
282+
tag: CR-18274-fix-ap-restart-2
283283
pullPolicy: IfNotPresent
284284
command:
285285
- ./init.sh

0 commit comments

Comments
 (0)