diff --git a/VERSION b/VERSION index 2136ac915969..3a177818f919 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0-rc2 +1.0.0-rc3 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 38216ecb527b..3b4d950ad517 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -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 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index cfa13d74afca..4300a89c7b7b 100644 --- a/manifests/ha/base/kustomization.yaml +++ b/manifests/ha/base/kustomization.yaml @@ -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 diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index c3578ec9aa0e..6545aa622251 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -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: @@ -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. @@ -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: @@ -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: @@ -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 @@ -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: @@ -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: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 7d6671e67329..93d1602c8875 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -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: @@ -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. @@ -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: @@ -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: @@ -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 @@ -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: @@ -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: diff --git a/manifests/install.yaml b/manifests/install.yaml index 95d35de45255..6ae326db695f 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -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: @@ -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. @@ -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: @@ -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: @@ -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 @@ -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: @@ -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: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index aadf1ba0401b..508654870abb 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -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: @@ -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. @@ -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: @@ -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: @@ -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 @@ -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: @@ -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: