Skip to content

Commit 5a32b27

Browse files
prepare 0.18.3
1 parent 3a26dd7 commit 5a32b27

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

charts/gitops-runtime/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.70
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.18.2
5+
version: 0.18.3
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -14,8 +14,8 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17-
- kind: changed
18-
description: patch - private registry external-argocd support and values structure fix (#436)
17+
- kind: fixed
18+
description: gitops-operator values had invalid structure
1919
dependencies:
2020
- name: argo-cd
2121
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.18.2](https://img.shields.io/badge/Version-0.18.2-informational?style=flat-square) ![AppVersion: 0.1.70](https://img.shields.io/badge/AppVersion-0.1.70-informational?style=flat-square)
2+
![Version: 0.18.3](https://img.shields.io/badge/Version-0.18.3-informational?style=flat-square) ![AppVersion: 0.1.70](https://img.shields.io/badge/AppVersion-0.1.70-informational?style=flat-square)
33

44
## Prerequisites
55

@@ -92,7 +92,7 @@ We have created a helper utility to resolve this issue:
9292
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
9393
9494
```
95-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.2 <local_registry>
95+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.3 <local_registry>
9696
```
9797
`output_dir` - is a local directory where the utility will output files. <br>
9898
`local_registry` - is your local registry where you want to mirror the images to
@@ -105,7 +105,7 @@ The utility will output 4 files into the folder:
105105

106106
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
107107
```
108-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.2 <local_registry>
108+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.3 <local_registry>
109109
```
110110

111111
## Openshift
@@ -273,7 +273,7 @@ sealed-secrets:
273273
| garage-workflows-artifact-storage.persistence.meta.storageClass | string | `""` | When empty value empty the default storage class for the cluster will be used |
274274
| garage-workflows-artifact-storage.resources | object | `{}` | Resources for garage pods. For smaller deployments at least 100m CPU and 1024Mi memory is reccommended. For larger deployments double this size. |
275275
| garage-workflows-artifact-storage.tests | object | `{"enabled":false}` | Helm tests |
276-
| gitops-operator | object | `{"affinity":{},"argoCdNotifications":{"image":{},"imageOverride":false,"resources":{}},"crds":{"additionalLabels":{},"annotations":{},"install":true,"keep":false},"enabled":true,"env":{},"fullnameOverride":"","image":{},"imagePullSecrets":[],"libraryMode":true,"nameOverride":"","nodeSelector":{},"podAnnotations":{},"podLabels":{},"replicaCount":1,"resources":{"limits":{},"requests":{"cpu":"100m","memory":"128Mi"},"resources":{"limits":{"cpu":"500m","memory":"128Mi"},"requests":{"cpu":"100m","memory":"64Mi"}},"securityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]}}},"serviceAccount":{"annotations":{},"create":true,"name":"gitops-operator-controller-manager"},"tolerations":[]}` | ------------------------------------------------------------------------------------------------------------------- |
276+
| gitops-operator | object | `{"affinity":{},"argoCdNotifications":{"image":{},"imageOverride":false,"resources":{}},"crds":{"additionalLabels":{},"annotations":{},"install":true,"keep":false},"enabled":true,"env":{},"fullnameOverride":"","image":{},"imagePullSecrets":[],"libraryMode":true,"nameOverride":"","nodeSelector":{},"podAnnotations":{},"podLabels":{},"replicaCount":1,"resources":{"limits":{},"requests":{"cpu":"100m","memory":"128Mi"}},"serviceAccount":{"annotations":{},"create":true,"name":"gitops-operator-controller-manager"},"tolerations":[]}` | ------------------------------------------------------------------------------------------------------------------- |
277277
| gitops-operator.argoCdNotifications | object | `{"image":{},"imageOverride":false,"resources":{}}` | Builtin notifications controller used by gitops-operator for promotion related notifications |
278278
| gitops-operator.argoCdNotifications.image | object | `{}` | Set image.repository and image.tag notifications image used by the gitops operator. Ignored unless imageOverride is set to true. |
279279
| gitops-operator.argoCdNotifications.imageOverride | bool | `false` | If set to true allows to override notifications image used by the gitops operator. When set to false the version of ArgoCD will be set to the version used for all other ArgoCD components. |

0 commit comments

Comments
 (0)