Skip to content

Commit 0a7ed25

Browse files
Merge pull request #93 from codefresh-io/CR-21089
Fix restricted gitsource deletion
2 parents c60775d + a82dd9d commit 0a7ed25

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |
17+
- kind: changed
18+
description: Update app-proxy
19+
- kind: changed
20+
description: Update codefresh-gitops-operator.
21+
links:
22+
- name: GitHub Release
23+
url: https://github.com/codefresh-io/codefresh-gitops-operator/releases/tag/v0.1.0-alpha.5
1724
- kind: added
1825
description: Added possibility to enable logging on event reporter sensors
1926
- kind: added

charts/gitops-runtime/README.md

Lines changed: 3 additions & 3 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.1"` | |
91+
| app-proxy.image.tag | string | `"1.2508.3"` | |
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.1"` | |
98+
| app-proxy.initContainer.image.tag | string | `"1.2508.3"` | |
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"` | |
@@ -213,7 +213,7 @@ sealed-secrets:
213213
| gitops-operator.fullnameOverride | string | `""` | |
214214
| gitops-operator.image.pullPolicy | string | `"IfNotPresent"` | |
215215
| gitops-operator.image.repository | string | `"quay.io/codefresh/codefresh-gitops-operator"` | |
216-
| gitops-operator.image.tag | string | `"v0.1.0-alpha.4"` | |
216+
| gitops-operator.image.tag | string | `"v0.1.0-alpha.5"` | |
217217
| gitops-operator.imagePullSecrets | list | `[]` | |
218218
| gitops-operator.kube-rbac-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
219219
| gitops-operator.kube-rbac-proxy.image.repository | string | `"gcr.io/kubebuilder/kube-rbac-proxy"` | |

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,15 +407,15 @@ app-proxy:
407407
tag: 1.1.10-main
408408
image:
409409
repository: quay.io/codefresh/cap-app-proxy
410-
tag: 1.2495.1
410+
tag: 1.2508.3
411411
pullPolicy: IfNotPresent
412412
# -- Extra volume mounts for main container
413413
extraVolumeMounts: []
414414

415415
initContainer:
416416
image:
417417
repository: quay.io/codefresh/cap-app-proxy-init
418-
tag: 1.2495.1
418+
tag: 1.2508.3
419419
pullPolicy: IfNotPresent
420420
command:
421421
- ./init.sh
@@ -550,7 +550,7 @@ gitops-operator:
550550
# VAR_NANE: string-value
551551
image:
552552
repository: quay.io/codefresh/codefresh-gitops-operator
553-
tag: v0.1.0-alpha.4
553+
tag: v0.1.0-alpha.5
554554
pullPolicy: IfNotPresent
555555

556556
serviceAccount:

0 commit comments

Comments
 (0)