Skip to content

Commit 3fd722c

Browse files
init argo rollouts (#6)
* init argo rollouts * init argo rollouts
1 parent 6e1ba60 commit 3fd722c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/argo-rollouts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: v1.4.0
2+
appVersion: v1.4.0-cap-sw
33
description: A Helm chart for Argo Rollouts
44
name: argo-rollouts
5-
version: 2.22.1-0-cf-init
5+
version: 2.22.1-1-cap-sw
66
home: https://github.com/argoproj/argo-helm
77
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
88
keywords:

charts/argo-rollouts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If dashboard is installed by `--set dashboard.enabled=true`, checkout the argo-r
7777
| controller.extraEnv | list | `[]` | Additional environment variables for rollouts-controller. A list of name/value maps. |
7878
| controller.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
7979
| controller.image.registry | string | `"quay.io"` | Registry to use |
80-
| controller.image.repository | string | `"argoproj/argo-rollouts"` | Repository to use |
80+
| controller.image.repository | string | `"codefresh/argo-rollouts"` | Repository to use |
8181
| controller.image.tag | string | `""` | Overrides the image tag (default is the chart appVersion) |
8282
| controller.initContainers | list | `[]` | Init containers to add to the rollouts controller pod |
8383
| controller.livenessProbe | object | See [values.yaml] | Configure liveness [probe] for the controller |
@@ -118,7 +118,7 @@ If dashboard is installed by `--set dashboard.enabled=true`, checkout the argo-r
118118
| dashboard.extraEnv | list | `[]` | Additional environment variables for rollouts-dashboard. A list of name/value maps. |
119119
| dashboard.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
120120
| dashboard.image.registry | string | `"quay.io"` | Registry to use |
121-
| dashboard.image.repository | string | `"argoproj/kubectl-argo-rollouts"` | Repository to use |
121+
| dashboard.image.repository | string | `"codefresh/kubectl-argo-rollouts"` | Repository to use |
122122
| dashboard.image.tag | string | `""` | Overrides the image tag (default is the chart appVersion) |
123123
| dashboard.ingress.annotations | object | `{}` | Dashboard ingress annotations |
124124
| dashboard.ingress.enabled | bool | `false` | Enable dashboard ingress support |

charts/argo-rollouts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ controller:
6464
# -- Registry to use
6565
registry: quay.io
6666
# -- Repository to use
67-
repository: argoproj/argo-rollouts
67+
repository: codefresh/argo-rollouts
6868
# -- Overrides the image tag (default is the chart appVersion)
6969
tag: ""
7070
# -- Image pull policy
@@ -244,7 +244,7 @@ dashboard:
244244
# -- Registry to use
245245
registry: quay.io
246246
# -- Repository to use
247-
repository: argoproj/kubectl-argo-rollouts
247+
repository: codefresh/kubectl-argo-rollouts
248248
# -- Overrides the image tag (default is the chart appVersion)
249249
tag: ""
250250
# -- Image pull policy

0 commit comments

Comments
 (0)