File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : v0.0.1
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.2.0-alpha-2
5
+ version : 0.2.0-alpha-3
6
6
home : https://github.com/codefresh-io/gitops-runtime-helm
7
7
keywords :
8
8
- codefresh
Original file line number Diff line number Diff line change 1
1
# gitops-runtime
2
2
3
- ![ Version: 0.2.0-alpha-2 ] ( https://img.shields.io/badge/Version-0.2.0--alpha--2 -informational?style=flat-square ) ![ AppVersion: v0.0.1] ( https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square )
3
+ ![ Version: 0.2.0-alpha-3 ] ( https://img.shields.io/badge/Version-0.2.0--alpha--3 -informational?style=flat-square ) ![ AppVersion: v0.0.1] ( https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square )
4
4
5
5
A Helm chart for Codefresh gitops runtime
6
6
@@ -83,7 +83,7 @@ A Helm chart for Codefresh gitops runtime
83
83
| argo-events.crds.install | bool | ` false ` | |
84
84
| argo-events.fullnameOverride | string | ` "argo-events" ` | |
85
85
| argo-rollouts.controller.replicas | int | ` 1 ` | |
86
- | argo-rollouts.enabled | bool | ` false ` | |
86
+ | argo-rollouts.enabled | bool | ` true ` | |
87
87
| argo-rollouts.fullnameOverride | string | ` "argo-rollouts" ` | |
88
88
| argo-rollouts.installCRDs | bool | ` true ` | |
89
89
| argo-workflows.crds.install | bool | ` true ` | Install and upgrade CRDs |
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ argo-workflows:
130
130
# Argo rollouts
131
131
# -----------------------------------------------------------------------------------------------------------------------
132
132
argo-rollouts :
133
- enabled : false
133
+ enabled : true
134
134
fullnameOverride : argo-rollouts
135
135
controller :
136
136
replicas : 1
You can’t perform that action at this time.
0 commit comments