Skip to content
4 changes: 2 additions & 2 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.1.72
appVersion: 1.0.0-rc.1
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.0.0
version: 25.11-0
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand Down
6 changes: 3 additions & 3 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ global:
image:
registry: quay.io
repository: codefresh/cf-argocd-extras
tag: d4fefcb
tag: d0be510
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down Expand Up @@ -677,7 +677,7 @@ gitops-operator:
# -- defaults
registry: quay.io
repository: codefresh/codefresh-gitops-operator
tag: "3274011"
tag: "0b213b5"
env:
!!merge <<:
- *otel-config
Expand Down Expand Up @@ -709,7 +709,7 @@ argo-gateway:
image:
registry: quay.io
repository: codefresh/cf-argocd-extras
tag: d4fefcb
tag: d0be510
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down