Skip to content

Commit 2046ec6

Browse files
updated docs
1 parent 0f69917 commit 2046ec6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.2.0
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.26.2
5+
version: 0.26.1
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:

charts/gitops-runtime/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.26.2](https://img.shields.io/badge/Version-0.26.2-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
2+
![Version: 0.26.1](https://img.shields.io/badge/Version-0.26.1-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
33

44
## Table of Content
55

@@ -222,7 +222,7 @@ We have created a helper utility to resolve this issue:
222222
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
223223

224224
```
225-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.2 <local_registry>
225+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.1 <local_registry>
226226
```
227227
`output_dir` - is a local directory where the utility will output files. <br>
228228
`local_registry` - is your local registry where you want to mirror the images to
@@ -235,7 +235,7 @@ The utility will output 4 files into the folder:
235235

236236
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
237237
```
238-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.2 <local_registry>
238+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.1 <local_registry>
239239
```
240240
241241
## Openshift
@@ -700,7 +700,7 @@ global:
700700
| gitops-operator.env.<<[0].OTEL_TRACES_SAMPLER | string | `"parentbased_always_on"` | OTel sampler to be used for traces. Ref: https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/ |
701701
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.11.1"` | |
702702
| gitops-operator.fullnameOverride | string | `""` | |
703-
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"8cbca33"}` | GitOps operator image |
703+
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"0.26-de28d8b"}` | GitOps operator image |
704704
| gitops-operator.imagePullSecrets | list | `[]` | |
705705
| gitops-operator.nameOverride | string | `""` | |
706706
| gitops-operator.nodeSelector | object | `{}` | |

0 commit comments

Comments
 (0)