update argocd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Brunner 2020-09-17 21:29:11 +02:00
parent 41dd74b668
commit cada6ce0c7

View file

@ -922,8 +922,9 @@ spec:
type: object type: object
type: array type: array
observedAt: observedAt:
description: ObservedAt indicates when the application state was updated description: 'ObservedAt indicates when the application state was updated
without querying latest git state without querying latest git state Deprecated: controller no longer
updates ObservedAt field'
format: date-time format: date-time
type: string type: string
operationState: operationState:
@ -2109,32 +2110,6 @@ spec:
type: object type: object
type: array type: array
type: object type: object
status:
description: AppProjectStatus contains information about appproj
properties:
jwtTokensByRole:
additionalProperties:
properties:
items:
items:
description: JWTToken holds the issuedAt and expiresAt values
of a token
properties:
exp:
format: int64
type: integer
iat:
format: int64
type: integer
id:
type: string
required:
- iat
type: object
type: array
type: object
type: object
type: object
required: required:
- metadata - metadata
- spec - spec
@ -2608,7 +2583,7 @@ spec:
- "20" - "20"
- --operation-processors - --operation-processors
- "10" - "10"
image: argoproj/argocd:v1.7.0-rc1 image: argoproj/argocd:v1.7.5
imagePullPolicy: Always imagePullPolicy: Always
livenessProbe: livenessProbe:
httpGet: httpGet:
@ -2664,7 +2639,7 @@ spec:
- -n - -n
- /usr/local/bin/argocd-util - /usr/local/bin/argocd-util
- /shared - /shared
image: argoproj/argocd:v1.7.0-rc1 image: argoproj/argocd:v1.7.5
imagePullPolicy: Always imagePullPolicy: Always
name: copyutil name: copyutil
volumeMounts: volumeMounts:
@ -2733,7 +2708,7 @@ spec:
- argocd-repo-server - argocd-repo-server
- --redis - --redis
- argocd-redis:6379 - argocd-redis:6379
image: argoproj/argocd:v1.7.0-rc1 image: argoproj/argocd:v1.7.5
imagePullPolicy: Always imagePullPolicy: Always
name: argocd-repo-server name: argocd-repo-server
ports: ports:
@ -2751,6 +2726,8 @@ spec:
name: tls-certs name: tls-certs
- mountPath: /app/config/gpg/source - mountPath: /app/config/gpg/source
name: gpg-keys name: gpg-keys
- mountPath: /app/config/gpg/keys
name: gpg-keyring
volumes: volumes:
- configMap: - configMap:
name: argocd-ssh-known-hosts-cm name: argocd-ssh-known-hosts-cm
@ -2761,6 +2738,8 @@ spec:
- configMap: - configMap:
name: argocd-gpg-keys-cm name: argocd-gpg-keys-cm
name: gpg-keys name: gpg-keys
- emptyDir: {}
name: gpg-keyring
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
@ -2784,7 +2763,7 @@ spec:
- argocd-server - argocd-server
- --staticassets - --staticassets
- /shared/app - /shared/app
image: argoproj/argocd:v1.7.0-rc1 image: argoproj/argocd:v1.7.5
imagePullPolicy: Always imagePullPolicy: Always
name: argocd-server name: argocd-server
ports: ports: