Skip to content

Commit

Permalink
Merge pull request #625 from iam-veeramalla/argocd-operator-0.9.0-rc1
Browse files Browse the repository at this point in the history
feat: update Argo CD and Rollouts configuration for release v1.11.0
  • Loading branch information
iam-veeramalla authored Nov 24, 2023
2 parents b52523e + e50110c commit 4803ae0
Show file tree
Hide file tree
Showing 21 changed files with 8,892 additions and 2,240 deletions.
119 changes: 118 additions & 1 deletion bundle/manifests/argoproj.io_analysisruns.yaml

Large diffs are not rendered by default.

119 changes: 118 additions & 1 deletion bundle/manifests/argoproj.io_analysistemplates.yaml

Large diffs are not rendered by default.

389 changes: 383 additions & 6 deletions bundle/manifests/argoproj.io_applications.yaml

Large diffs are not rendered by default.

1,495 changes: 1,483 additions & 12 deletions bundle/manifests/argoproj.io_applicationsets.yaml

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions bundle/manifests/argoproj.io_appprojects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,18 @@ spec:
properties:
name:
description: Name is an alternate way of specifying the target
cluster by its symbolic name
cluster by its symbolic name. This must be set if Server is
not set.
type: string
namespace:
description: Namespace specifies the target namespace for the
application's resources. The namespace will only be set for
namespace-scoped resources that have not set a value for .metadata.namespace
type: string
server:
description: Server specifies the URL of the target cluster
and must be set to the Kubernetes control plane API
description: Server specifies the URL of the target cluster's
Kubernetes control plane API. This must be set if Name is
not set.
type: string
type: object
type: array
Expand Down
3,251 changes: 2,165 additions & 1,086 deletions bundle/manifests/argoproj.io_argocds.yaml

Large diffs are not rendered by default.

119 changes: 118 additions & 1 deletion bundle/manifests/argoproj.io_clusteranalysistemplates.yaml

Large diffs are not rendered by default.

45 changes: 44 additions & 1 deletion bundle/manifests/argoproj.io_experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.7.0
controller-gen.kubebuilder.io/version: v0.12.1
creationTimestamp: null
name: experiments.argoproj.io
spec:
Expand Down Expand Up @@ -148,6 +148,7 @@ spec:
type: string
type: object
type: object
x-kubernetes-map-type: atomic
service:
properties:
name:
Expand Down Expand Up @@ -213,6 +214,7 @@ spec:
type: object
type: array
type: object
x-kubernetes-map-type: atomic
weight:
format: int32
type: integer
Expand Down Expand Up @@ -259,10 +261,12 @@ spec:
type: object
type: array
type: object
x-kubernetes-map-type: atomic
type: array
required:
- nodeSelectorTerms
type: object
x-kubernetes-map-type: atomic
type: object
podAffinity:
properties:
Expand Down Expand Up @@ -294,6 +298,7 @@ spec:
type: string
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
properties:
matchExpressions:
Expand All @@ -317,6 +322,7 @@ spec:
type: string
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
items:
type: string
Expand Down Expand Up @@ -360,6 +366,7 @@ spec:
type: string
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
properties:
matchExpressions:
Expand All @@ -383,6 +390,7 @@ spec:
type: string
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
items:
type: string
Expand Down Expand Up @@ -424,6 +432,7 @@ spec:
type: string
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
properties:
matchExpressions:
Expand All @@ -447,6 +456,7 @@ spec:
type: string
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
items:
type: string
Expand Down Expand Up @@ -490,6 +500,7 @@ spec:
type: string
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
properties:
matchExpressions:
Expand All @@ -513,6 +524,7 @@ spec:
type: string
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
items:
type: string
Expand Down Expand Up @@ -558,6 +570,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
fieldRef:
properties:
apiVersion:
Expand All @@ -567,6 +580,7 @@ spec:
required:
- fieldPath
type: object
x-kubernetes-map-type: atomic
resourceFieldRef:
properties:
containerName:
Expand All @@ -582,6 +596,7 @@ spec:
required:
- resource
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
properties:
key:
Expand All @@ -593,6 +608,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
required:
- name
Expand All @@ -608,6 +624,7 @@ spec:
optional:
type: boolean
type: object
x-kubernetes-map-type: atomic
prefix:
type: string
secretRef:
Expand All @@ -617,6 +634,7 @@ spec:
optional:
type: boolean
type: object
x-kubernetes-map-type: atomic
type: object
type: array
image:
Expand Down Expand Up @@ -1157,6 +1175,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
fieldRef:
properties:
apiVersion:
Expand All @@ -1166,6 +1185,7 @@ spec:
required:
- fieldPath
type: object
x-kubernetes-map-type: atomic
resourceFieldRef:
properties:
containerName:
Expand All @@ -1181,6 +1201,7 @@ spec:
required:
- resource
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
properties:
key:
Expand All @@ -1192,6 +1213,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
required:
- name
Expand All @@ -1207,6 +1229,7 @@ spec:
optional:
type: boolean
type: object
x-kubernetes-map-type: atomic
prefix:
type: string
secretRef:
Expand All @@ -1216,6 +1239,7 @@ spec:
optional:
type: boolean
type: object
x-kubernetes-map-type: atomic
type: object
type: array
image:
Expand Down Expand Up @@ -1720,6 +1744,8 @@ spec:
type: boolean
hostPID:
type: boolean
hostUsers:
type: boolean
hostname:
type: string
imagePullSecrets:
Expand All @@ -1728,6 +1754,7 @@ spec:
name:
type: string
type: object
x-kubernetes-map-type: atomic
type: array
initContainers:
items:
Expand Down Expand Up @@ -1760,6 +1787,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
fieldRef:
properties:
apiVersion:
Expand All @@ -1769,6 +1797,7 @@ spec:
required:
- fieldPath
type: object
x-kubernetes-map-type: atomic
resourceFieldRef:
properties:
containerName:
Expand All @@ -1784,6 +1813,7 @@ spec:
required:
- resource
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
properties:
key:
Expand All @@ -1795,6 +1825,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
required:
- name
Expand All @@ -1810,6 +1841,7 @@ spec:
optional:
type: boolean
type: object
x-kubernetes-map-type: atomic
prefix:
type: string
secretRef:
Expand All @@ -1819,6 +1851,7 @@ spec:
optional:
type: boolean
type: object
x-kubernetes-map-type: atomic
type: object
type: array
image:
Expand Down Expand Up @@ -2467,12 +2500,22 @@ spec:
type: string
type: object
type: object
x-kubernetes-map-type: atomic
matchLabelKeys:
items:
type: string
type: array
x-kubernetes-list-type: atomic
maxSkew:
format: int32
type: integer
minDomains:
format: int32
type: integer
nodeAffinityPolicy:
type: string
nodeTaintsPolicy:
type: string
topologyKey:
type: string
whenUnsatisfiable:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ spec:
value: openshift-gitops
- name: OPERATOR_NAME
value: gitops-operator
- name: LABEL_SELECTOR
- name: ENABLE_CONVERSION_WEBHOOK
value: "true"
image: quay.io/redhat-developer/gitops-operator:latest
Expand Down
Loading

0 comments on commit 4803ae0

Please sign in to comment.