feat(argo-cd): Update to Argo CD v2.4.0 (#1325)
* feat(argo-cd): Upgrade redis to 7.0.0 Including CVEs. Ref: https://github.com/redis/redis/blob/7.0/00-RELEASENOTES Signed-off-by: Mathieu Parent <math.parent@gmail.com> * feat(argo-cd): Use upstream applicationset binary Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * feat(argo-cd): Update Argo CD to v2.4.0 Signed-off-by: thonglm2 <thonglm2@vng.com.vn> * Specify logs RBAC enforcement config in server Argocd v2.4 introduced logs as a new RBAC resource. We should remind user to set the flag now for an easier upgrade experience in future releases. Signed-off-by: thonglm2 <thonglm2@vng.com.vn> * Remove ksonnet and helm 2 support from Application and ApplicationSet CRDs KSonnet and Helm2 support is removed in v2.4. See: https://argo-cd.readthedocs.io/en/latest/operator-manual/upgrading/2.3-2.4/#ksonnet-support-is-removed and https://argo-cd.readthedocs.io/en/latest/operator-manual/upgrading/2.3-2.4/#helm-2-support-is-removed Signed-off-by: thonglm2 <thonglm2@vng.com.vn> * Specify logs RBAC enforcement config in argocd-cm Argocd v2.4 introduced logs as a new RBAC resource. We should remind user to set the flag now for an easier upgrade in future releases. Signed-off-by: thonglm2 <thonglm2@vng.com.vn> * Add entrypoint.sh on applicationset deployment Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Mathieu Parent <math.parent@gmail.com> Co-authored-by: Petr Drastil <petr.drastil@gmail.com> Co-authored-by: thonglm2 <thonglm2@vng.com.vn> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
4e05fd0da1
commit
04f4cb0ba1
7 changed files with 471 additions and 574 deletions
|
|
@ -282,35 +282,9 @@ spec:
|
|||
type: string
|
||||
version:
|
||||
description: Version is the Helm version to use for templating
|
||||
(either "2" or "3")
|
||||
("3")
|
||||
type: string
|
||||
type: object
|
||||
ksonnet:
|
||||
description: Ksonnet holds ksonnet specific options
|
||||
properties:
|
||||
environment:
|
||||
description: Environment is a ksonnet application environment
|
||||
name
|
||||
type: string
|
||||
parameters:
|
||||
description: Parameters are a list of ksonnet component
|
||||
parameter override values
|
||||
items:
|
||||
description: KsonnetParameter is a ksonnet component
|
||||
parameter
|
||||
properties:
|
||||
component:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
value:
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
- value
|
||||
type: object
|
||||
type: array
|
||||
type: object
|
||||
kustomize:
|
||||
description: Kustomize holds kustomize specific options
|
||||
properties:
|
||||
|
|
@ -655,34 +629,9 @@ spec:
|
|||
type: string
|
||||
version:
|
||||
description: Version is the Helm version to use for templating
|
||||
(either "2" or "3")
|
||||
("3")
|
||||
type: string
|
||||
type: object
|
||||
ksonnet:
|
||||
description: Ksonnet holds ksonnet specific options
|
||||
properties:
|
||||
environment:
|
||||
description: Environment is a ksonnet application environment
|
||||
name
|
||||
type: string
|
||||
parameters:
|
||||
description: Parameters are a list of ksonnet component parameter
|
||||
override values
|
||||
items:
|
||||
description: KsonnetParameter is a ksonnet component parameter
|
||||
properties:
|
||||
component:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
value:
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
- value
|
||||
type: object
|
||||
type: array
|
||||
type: object
|
||||
kustomize:
|
||||
description: Kustomize holds kustomize specific options
|
||||
properties:
|
||||
|
|
@ -1034,35 +983,9 @@ spec:
|
|||
type: string
|
||||
version:
|
||||
description: Version is the Helm version to use for
|
||||
templating (either "2" or "3")
|
||||
templating ("3")
|
||||
type: string
|
||||
type: object
|
||||
ksonnet:
|
||||
description: Ksonnet holds ksonnet specific options
|
||||
properties:
|
||||
environment:
|
||||
description: Environment is a ksonnet application environment
|
||||
name
|
||||
type: string
|
||||
parameters:
|
||||
description: Parameters are a list of ksonnet component
|
||||
parameter override values
|
||||
items:
|
||||
description: KsonnetParameter is a ksonnet component
|
||||
parameter
|
||||
properties:
|
||||
component:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
value:
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
- value
|
||||
type: object
|
||||
type: array
|
||||
type: object
|
||||
kustomize:
|
||||
description: Kustomize holds kustomize specific options
|
||||
properties:
|
||||
|
|
@ -1431,35 +1354,9 @@ spec:
|
|||
type: string
|
||||
version:
|
||||
description: Version is the Helm version to use
|
||||
for templating (either "2" or "3")
|
||||
for templating ("3")
|
||||
type: string
|
||||
type: object
|
||||
ksonnet:
|
||||
description: Ksonnet holds ksonnet specific options
|
||||
properties:
|
||||
environment:
|
||||
description: Environment is a ksonnet application
|
||||
environment name
|
||||
type: string
|
||||
parameters:
|
||||
description: Parameters are a list of ksonnet
|
||||
component parameter override values
|
||||
items:
|
||||
description: KsonnetParameter is a ksonnet component
|
||||
parameter
|
||||
properties:
|
||||
component:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
value:
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
- value
|
||||
type: object
|
||||
type: array
|
||||
type: object
|
||||
kustomize:
|
||||
description: Kustomize holds kustomize specific options
|
||||
properties:
|
||||
|
|
@ -1802,35 +1699,9 @@ spec:
|
|||
type: string
|
||||
version:
|
||||
description: Version is the Helm version to use for
|
||||
templating (either "2" or "3")
|
||||
templating ("3")
|
||||
type: string
|
||||
type: object
|
||||
ksonnet:
|
||||
description: Ksonnet holds ksonnet specific options
|
||||
properties:
|
||||
environment:
|
||||
description: Environment is a ksonnet application
|
||||
environment name
|
||||
type: string
|
||||
parameters:
|
||||
description: Parameters are a list of ksonnet component
|
||||
parameter override values
|
||||
items:
|
||||
description: KsonnetParameter is a ksonnet component
|
||||
parameter
|
||||
properties:
|
||||
component:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
value:
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
- value
|
||||
type: object
|
||||
type: array
|
||||
type: object
|
||||
kustomize:
|
||||
description: Kustomize holds kustomize specific options
|
||||
properties:
|
||||
|
|
@ -2162,35 +2033,9 @@ spec:
|
|||
type: string
|
||||
version:
|
||||
description: Version is the Helm version to use for
|
||||
templating (either "2" or "3")
|
||||
templating ("3")
|
||||
type: string
|
||||
type: object
|
||||
ksonnet:
|
||||
description: Ksonnet holds ksonnet specific options
|
||||
properties:
|
||||
environment:
|
||||
description: Environment is a ksonnet application
|
||||
environment name
|
||||
type: string
|
||||
parameters:
|
||||
description: Parameters are a list of ksonnet component
|
||||
parameter override values
|
||||
items:
|
||||
description: KsonnetParameter is a ksonnet component
|
||||
parameter
|
||||
properties:
|
||||
component:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
value:
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
- value
|
||||
type: object
|
||||
type: array
|
||||
type: object
|
||||
kustomize:
|
||||
description: Kustomize holds kustomize specific options
|
||||
properties:
|
||||
|
|
@ -2302,4 +2147,4 @@ spec:
|
|||
type: object
|
||||
served: true
|
||||
storage: true
|
||||
subresources: {}
|
||||
subresources: {}
|
||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue