We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786f213 commit 9bfb812Copy full SHA for 9bfb812
charts/gitops-runtime/values.yaml
@@ -727,8 +727,10 @@ gitops-operator:
727
# -- GitOps operator image
728
image:
729
registry: quay.io
730
- repository: codefresh/dev/codefresh-gitops-operator
731
- tag: cr-29615-support-single-namespace-installation-9823710
+ repository: codefresh/codefresh-gitops-operator
+ tag: 58625b8
732
+ env:
733
+ GITOPS_OPERATOR_VERSION: 0.10.1 # hacky workaround, since our tags are no longer semver compliant
734
serviceAccount:
735
create: true
736
annotations: {}
0 commit comments