Skip to content

Commit 233526a

Browse files
committed
Update manifests to v0.9.0
1 parent d421c99 commit 233526a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifests/base/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ resources:
1010
- argo-rollouts-metrics-service.yaml
1111
images:
1212
- name: argoproj/argo-rollouts
13-
newTag: 0.9.0
13+
newTag: v0.9.0

manifests/install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14455,7 +14455,7 @@ spec:
1445514455
containers:
1445614456
- command:
1445714457
- /bin/rollouts-controller
14458-
image: argoproj/argo-rollouts:0.9.0
14458+
image: argoproj/argo-rollouts:v0.9.0
1445914459
imagePullPolicy: Always
1446014460
name: argo-rollouts
1446114461
volumeMounts:

manifests/namespace-install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14299,7 +14299,7 @@ spec:
1429914299
containers:
1430014300
- command:
1430114301
- /bin/rollouts-controller
14302-
image: argoproj/argo-rollouts:0.9.0
14302+
image: argoproj/argo-rollouts:v0.9.0
1430314303
imagePullPolicy: Always
1430414304
name: argo-rollouts
1430514305
volumeMounts:

0 commit comments

Comments
 (0)