From 46132bcd0b47eb30020ed41136b2a6ad7c9b63a6 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:05:51 +0000 Subject: [PATCH] [gitops-operator]chore: remove utils.Ptr and replace with ptr.To --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index df270bbb..32de8081 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -726,7 +726,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: v0.11.1 + tag: 793ebeb serviceAccount: create: true annotations: {}