Skip to content

Commit 3b1d471

Browse files
committed
Create v0.7.0 manifests
1 parent 4170a3d commit 3b1d471

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: latest
13+
newTag: v0.7.0

manifests/install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11106,7 +11106,7 @@ spec:
1110611106
containers:
1110711107
- command:
1110811108
- /bin/rollouts-controller
11109-
image: argoproj/argo-rollouts:latest
11109+
image: argoproj/argo-rollouts:v0.7.0
1111011110
imagePullPolicy: Always
1111111111
name: argo-rollouts
1111211112
volumeMounts:

manifests/namespace-install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10999,7 +10999,7 @@ spec:
1099910999
containers:
1100011000
- command:
1100111001
- /bin/rollouts-controller
11002-
image: argoproj/argo-rollouts:latest
11002+
image: argoproj/argo-rollouts:v0.7.0
1100311003
imagePullPolicy: Always
1100411004
name: argo-rollouts
1100511005
volumeMounts:

0 commit comments

Comments
 (0)