Skip to content

Commit

Permalink
Update manifests to v1.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Matyushentsev authored and Alexander Matyushentsev committed May 9, 2019
1 parent 6355e91 commit 7c09221
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 49 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.0-rc2
1.0.0-rc3
4 changes: 2 additions & 2 deletions manifests/base/kustomization.yaml
Expand Up @@ -12,7 +12,7 @@ bases:
images:
- name: argoproj/argocd
newName: argoproj/argocd
newTag: v1.0.0-rc2
newTag: v1.0.0-rc3
- name: argoproj/argocd-ui
newName: argoproj/argocd-ui
newTag: v1.0.0-rc2
newTag: v1.0.0-rc3
4 changes: 2 additions & 2 deletions manifests/ha/base/kustomization.yaml
Expand Up @@ -17,7 +17,7 @@ patchesStrategicMerge:
images:
- name: argoproj/argocd
newName: argoproj/argocd
newTag: v1.0.0-rc2
newTag: v1.0.0-rc3
- name: argoproj/argocd-ui
newName: argoproj/argocd-ui
newTag: v1.0.0-rc2
newTag: v1.0.0-rc3
30 changes: 19 additions & 11 deletions manifests/ha/install.yaml
Expand Up @@ -480,12 +480,6 @@ spec:
- message
type: object
type: array
externalURLs:
description: ExternalURLs holds all external URLs of application child
resources.
items:
type: string
type: array
health:
properties:
message:
Expand Down Expand Up @@ -1145,6 +1139,20 @@ spec:
type: array
sourceType:
type: string
summary:
properties:
externalURLs:
description: ExternalURLs holds all external URLs of application
child resources.
items:
type: string
type: array
images:
description: Images holds all images of application child resources.
items:
type: string
type: array
type: object
sync:
description: SyncStatus is a comparison result of application spec and
deployed application.
Expand Down Expand Up @@ -2117,7 +2125,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down Expand Up @@ -2164,7 +2172,7 @@ spec:
- cp
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -2219,7 +2227,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
livenessProbe:
initialDelaySeconds: 5
Expand Down Expand Up @@ -2281,7 +2289,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -2308,7 +2316,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:v1.0.0-rc2
image: argoproj/argocd-ui:v1.0.0-rc3
imagePullPolicy: Always
name: ui
volumeMounts:
Expand Down
30 changes: 19 additions & 11 deletions manifests/ha/namespace-install.yaml
Expand Up @@ -480,12 +480,6 @@ spec:
- message
type: object
type: array
externalURLs:
description: ExternalURLs holds all external URLs of application child
resources.
items:
type: string
type: array
health:
properties:
message:
Expand Down Expand Up @@ -1145,6 +1139,20 @@ spec:
type: array
sourceType:
type: string
summary:
properties:
externalURLs:
description: ExternalURLs holds all external URLs of application
child resources.
items:
type: string
type: array
images:
description: Images holds all images of application child resources.
items:
type: string
type: array
type: object
sync:
description: SyncStatus is a comparison result of application spec and
deployed application.
Expand Down Expand Up @@ -2032,7 +2040,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down Expand Up @@ -2079,7 +2087,7 @@ spec:
- cp
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -2134,7 +2142,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
livenessProbe:
initialDelaySeconds: 5
Expand Down Expand Up @@ -2196,7 +2204,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -2223,7 +2231,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:v1.0.0-rc2
image: argoproj/argocd-ui:v1.0.0-rc3
imagePullPolicy: Always
name: ui
volumeMounts:
Expand Down
30 changes: 19 additions & 11 deletions manifests/install.yaml
Expand Up @@ -480,12 +480,6 @@ spec:
- message
type: object
type: array
externalURLs:
description: ExternalURLs holds all external URLs of application child
resources.
items:
type: string
type: array
health:
properties:
message:
Expand Down Expand Up @@ -1145,6 +1139,20 @@ spec:
type: array
sourceType:
type: string
summary:
properties:
externalURLs:
description: ExternalURLs holds all external URLs of application
child resources.
items:
type: string
type: array
images:
description: Images holds all images of application child resources.
items:
type: string
type: array
type: object
sync:
description: SyncStatus is a comparison result of application spec and
deployed application.
Expand Down Expand Up @@ -1881,7 +1889,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down Expand Up @@ -1928,7 +1936,7 @@ spec:
- cp
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -1991,7 +1999,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
livenessProbe:
initialDelaySeconds: 5
Expand Down Expand Up @@ -2030,7 +2038,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -2057,7 +2065,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:v1.0.0-rc2
image: argoproj/argocd-ui:v1.0.0-rc3
imagePullPolicy: Always
name: ui
volumeMounts:
Expand Down
30 changes: 19 additions & 11 deletions manifests/namespace-install.yaml
Expand Up @@ -480,12 +480,6 @@ spec:
- message
type: object
type: array
externalURLs:
description: ExternalURLs holds all external URLs of application child
resources.
items:
type: string
type: array
health:
properties:
message:
Expand Down Expand Up @@ -1145,6 +1139,20 @@ spec:
type: array
sourceType:
type: string
summary:
properties:
externalURLs:
description: ExternalURLs holds all external URLs of application
child resources.
items:
type: string
type: array
images:
description: Images holds all images of application child resources.
items:
type: string
type: array
type: object
sync:
description: SyncStatus is a comparison result of application spec and
deployed application.
Expand Down Expand Up @@ -1796,7 +1804,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down Expand Up @@ -1843,7 +1851,7 @@ spec:
- cp
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -1906,7 +1914,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
livenessProbe:
initialDelaySeconds: 5
Expand Down Expand Up @@ -1945,7 +1953,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: argoproj/argocd:v1.0.0-rc2
image: argoproj/argocd:v1.0.0-rc3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -1972,7 +1980,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:v1.0.0-rc2
image: argoproj/argocd-ui:v1.0.0-rc3
imagePullPolicy: Always
name: ui
volumeMounts:
Expand Down

0 comments on commit 7c09221

Please sign in to comment.