Skip to content

Commit 25ae6eb

Browse files
committed
update gitops-operator to 0.2.12 - fix: action script fails to extract commit_sha from response (#285)
1 parent 6c26100 commit 25ae6eb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17+
- kind: changed
18+
description: 'update gitops-operator to `0.2.12` - fix: action script fails to extract commit_sha from response (#285)'
19+
- kind: changed
20+
description: create release 0.11 draft
1721
- kind: changed
1822
description: 'feat: gitops-operator with product crd update - versionSource & promotion as optional fields (#284)'
1923
- kind: changed
@@ -67,7 +71,7 @@ dependencies:
6771
condition: tunnel-client.enabled
6872
- name: codefresh-gitops-operator
6973
repository: oci://quay.io/codefresh/charts
70-
version: 0.2.11
74+
version: 0.2.12
7175
alias: gitops-operator
7276
condition: gitops-operator.enabled
7377
- name: garage

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ app-proxy:
491491
maxUnavailable: ""
492492

493493
# ---------------------------------------------------------------------------------------------------------------------
494-
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.2.11-helm/charts/codefresh-gitops-operator
494+
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.2.12-helm/charts/codefresh-gitops-operator
495495
# ---------------------------------------------------------------------------------------------------------------------
496496
gitops-operator:
497497
# -- Do not change unless instructed otherwise by Codefresh support

0 commit comments

Comments
 (0)