Skip to content

Commit b99ba53

Browse files
authored
Merge pull request #10 from codefresh-io/enable-rollouts
Enable-rollouts
2 parents 92450fb + 3207467 commit b99ba53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/gitops-runtime/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v0.0.1
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.2.0-alpha-2
5+
version: 0.2.0-alpha-3
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
keywords:
88
- codefresh

charts/gitops-runtime/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitops-runtime
22

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)
44

55
A Helm chart for Codefresh gitops runtime
66

@@ -83,7 +83,7 @@ A Helm chart for Codefresh gitops runtime
8383
| argo-events.crds.install | bool | `false` | |
8484
| argo-events.fullnameOverride | string | `"argo-events"` | |
8585
| argo-rollouts.controller.replicas | int | `1` | |
86-
| argo-rollouts.enabled | bool | `false` | |
86+
| argo-rollouts.enabled | bool | `true` | |
8787
| argo-rollouts.fullnameOverride | string | `"argo-rollouts"` | |
8888
| argo-rollouts.installCRDs | bool | `true` | |
8989
| argo-workflows.crds.install | bool | `true` | Install and upgrade CRDs |

charts/gitops-runtime/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ argo-workflows:
130130
# Argo rollouts
131131
#-----------------------------------------------------------------------------------------------------------------------
132132
argo-rollouts:
133-
enabled: false
133+
enabled: true
134134
fullnameOverride: argo-rollouts
135135
controller:
136136
replicas: 1

0 commit comments

Comments
 (0)