Skip to content

Commit 3684a10

Browse files
committed
Update manifests to v1.5.0-rc1
1 parent ab80a81 commit 3684a10

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.0-rc1

manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ bases:
1212
images:
1313
- name: argoproj/argocd
1414
newName: argoproj/argocd
15-
newTag: latest
15+
newTag: v1.5.0-rc1

manifests/ha/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ bases:
1818
images:
1919
- name: argoproj/argocd
2020
newName: argoproj/argocd
21-
newTag: latest
21+
newTag: v1.5.0-rc1

manifests/ha/install.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,7 +2827,7 @@ spec:
28272827
- "10"
28282828
- --redis
28292829
- argocd-redis-ha-haproxy:6379
2830-
image: argoproj/argocd:latest
2830+
image: argoproj/argocd:v1.5.0-rc1
28312831
imagePullPolicy: Always
28322832
livenessProbe:
28332833
httpGet:
@@ -2882,7 +2882,7 @@ spec:
28822882
- -n
28832883
- /usr/local/bin/argocd-util
28842884
- /shared
2885-
image: argoproj/argocd:latest
2885+
image: argoproj/argocd:v1.5.0-rc1
28862886
imagePullPolicy: Always
28872887
name: copyutil
28882888
volumeMounts:
@@ -2932,7 +2932,7 @@ spec:
29322932
- argocd-repo-server
29332933
- --redis
29342934
- argocd-redis-ha-haproxy:6379
2935-
image: argoproj/argocd:latest
2935+
image: argoproj/argocd:v1.5.0-rc1
29362936
imagePullPolicy: Always
29372937
livenessProbe:
29382938
initialDelaySeconds: 5
@@ -3000,7 +3000,7 @@ spec:
30003000
- /shared/app
30013001
- --redis
30023002
- argocd-redis-ha-haproxy:6379
3003-
image: argoproj/argocd:latest
3003+
image: argoproj/argocd:v1.5.0-rc1
30043004
imagePullPolicy: Always
30053005
livenessProbe:
30063006
httpGet:

manifests/ha/namespace-install.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2742,7 +2742,7 @@ spec:
27422742
- "10"
27432743
- --redis
27442744
- argocd-redis-ha-haproxy:6379
2745-
image: argoproj/argocd:latest
2745+
image: argoproj/argocd:v1.5.0-rc1
27462746
imagePullPolicy: Always
27472747
livenessProbe:
27482748
httpGet:
@@ -2797,7 +2797,7 @@ spec:
27972797
- -n
27982798
- /usr/local/bin/argocd-util
27992799
- /shared
2800-
image: argoproj/argocd:latest
2800+
image: argoproj/argocd:v1.5.0-rc1
28012801
imagePullPolicy: Always
28022802
name: copyutil
28032803
volumeMounts:
@@ -2847,7 +2847,7 @@ spec:
28472847
- argocd-repo-server
28482848
- --redis
28492849
- argocd-redis-ha-haproxy:6379
2850-
image: argoproj/argocd:latest
2850+
image: argoproj/argocd:v1.5.0-rc1
28512851
imagePullPolicy: Always
28522852
livenessProbe:
28532853
initialDelaySeconds: 5
@@ -2915,7 +2915,7 @@ spec:
29152915
- /shared/app
29162916
- --redis
29172917
- argocd-redis-ha-haproxy:6379
2918-
image: argoproj/argocd:latest
2918+
image: argoproj/argocd:v1.5.0-rc1
29192919
imagePullPolicy: Always
29202920
livenessProbe:
29212921
httpGet:

manifests/install.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ spec:
23272327
- "20"
23282328
- --operation-processors
23292329
- "10"
2330-
image: argoproj/argocd:latest
2330+
image: argoproj/argocd:v1.5.0-rc1
23312331
imagePullPolicy: Always
23322332
livenessProbe:
23332333
httpGet:
@@ -2382,7 +2382,7 @@ spec:
23822382
- -n
23832383
- /usr/local/bin/argocd-util
23842384
- /shared
2385-
image: argoproj/argocd:latest
2385+
image: argoproj/argocd:v1.5.0-rc1
23862386
imagePullPolicy: Always
23872387
name: copyutil
23882388
volumeMounts:
@@ -2446,7 +2446,7 @@ spec:
24462446
- argocd-repo-server
24472447
- --redis
24482448
- argocd-redis:6379
2449-
image: argoproj/argocd:latest
2449+
image: argoproj/argocd:v1.5.0-rc1
24502450
imagePullPolicy: Always
24512451
livenessProbe:
24522452
initialDelaySeconds: 5
@@ -2497,7 +2497,7 @@ spec:
24972497
- argocd-server
24982498
- --staticassets
24992499
- /shared/app
2500-
image: argoproj/argocd:latest
2500+
image: argoproj/argocd:v1.5.0-rc1
25012501
imagePullPolicy: Always
25022502
livenessProbe:
25032503
httpGet:

manifests/namespace-install.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ spec:
22422242
- "20"
22432243
- --operation-processors
22442244
- "10"
2245-
image: argoproj/argocd:latest
2245+
image: argoproj/argocd:v1.5.0-rc1
22462246
imagePullPolicy: Always
22472247
livenessProbe:
22482248
httpGet:
@@ -2297,7 +2297,7 @@ spec:
22972297
- -n
22982298
- /usr/local/bin/argocd-util
22992299
- /shared
2300-
image: argoproj/argocd:latest
2300+
image: argoproj/argocd:v1.5.0-rc1
23012301
imagePullPolicy: Always
23022302
name: copyutil
23032303
volumeMounts:
@@ -2361,7 +2361,7 @@ spec:
23612361
- argocd-repo-server
23622362
- --redis
23632363
- argocd-redis:6379
2364-
image: argoproj/argocd:latest
2364+
image: argoproj/argocd:v1.5.0-rc1
23652365
imagePullPolicy: Always
23662366
livenessProbe:
23672367
initialDelaySeconds: 5
@@ -2412,7 +2412,7 @@ spec:
24122412
- argocd-server
24132413
- --staticassets
24142414
- /shared/app
2415-
image: argoproj/argocd:latest
2415+
image: argoproj/argocd:v1.5.0-rc1
24162416
imagePullPolicy: Always
24172417
livenessProbe:
24182418
httpGet:

0 commit comments

Comments
 (0)