Skip to content

Commit

Permalink
prepare 0.9.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Aug 10, 2024
1 parent 9263267 commit 3b33169
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.54
appVersion: 0.1.55
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.9.1
version: 0.9.2
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand All @@ -15,7 +15,7 @@ annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |-
- kind: fixed
description: 'selfheal monorepo support'
description: support non default ArgoCD server host in event reporter
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
Expand Down
4 changes: 2 additions & 2 deletions charts/gitops-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Codefresh gitops runtime
![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![AppVersion: 0.1.54](https://img.shields.io/badge/AppVersion-0.1.54-informational?style=flat-square)
![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square) ![AppVersion: 0.1.55](https://img.shields.io/badge/AppVersion-0.1.55-informational?style=flat-square)

## Prerequisites

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

```
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.9.1 <local_registry>
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.9.2 <local_registry>
```
`output_dir` - is a local directory where the utility will output files. <br>
`local_registry` - is your local registry where you want to mirror the images to
Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ sealed-secrets:
cpu: 200m
memory: 512Mi
# ---------------------------------------------------------------------------------------------------------------------
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-6.11.1-5-cap-2.11-2024.7.30-a31bf96bb/charts/argo-cd
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-6.11.1-6-cap-2.11-2024.7.30-a31bf96bb/charts/argo-cd
# ---------------------------------------------------------------------------------------------------------------------
argo-cd:
fullnameOverride: argo-cd
Expand Down

0 comments on commit 3b33169

Please sign in to comment.