Skip to content

Commit b50a9fc

Browse files
fix: restricted gitsource deletion
1 parent 883bbde commit b50a9fc

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.36
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.3.1
5+
version: 0.3.2
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -14,13 +14,11 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |
17-
- kind: changed
18-
description: Update app-proxy
1917
- kind: changed
2018
description: Update codefresh-gitops-operator.
2119
links:
2220
- name: GitHub Release
23-
url: https://github.com/codefresh-io/codefresh-gitops-operator/releases/tag/v0.1.0-alpha.4
21+
url: https://github.com/codefresh-io/codefresh-gitops-operator/releases/tag/v0.1.0-alpha.5
2422
dependencies:
2523
- name: argo-cd
2624
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ sealed-secrets:
192192
| gitops-operator.fullnameOverride | string | `""` | |
193193
| gitops-operator.image.pullPolicy | string | `"IfNotPresent"` | |
194194
| gitops-operator.image.repository | string | `"quay.io/codefresh/codefresh-gitops-operator"` | |
195-
| gitops-operator.image.tag | string | `"v0.1.0-alpha.4"` | |
195+
| gitops-operator.image.tag | string | `"v0.1.0-alpha.5"` | |
196196
| gitops-operator.imagePullSecrets | list | `[]` | |
197197
| gitops-operator.kube-rbac-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
198198
| gitops-operator.kube-rbac-proxy.image.repository | string | `"gcr.io/kubebuilder/kube-rbac-proxy"` | |

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ gitops-operator:
502502
# VAR_NANE: string-value
503503
image:
504504
repository: quay.io/codefresh/codefresh-gitops-operator
505-
tag: v0.1.0-alpha.4
505+
tag: v0.1.0-alpha.5
506506
pullPolicy: IfNotPresent
507507

508508
serviceAccount:

0 commit comments

Comments
 (0)