Skip to content

Commit

Permalink
Update to latest commit of argo-rollouts-manager '38faac6d4127850207d…
Browse files Browse the repository at this point in the history
…a231d153526a3777fa3bf' (#843)

* Update to latest commit of argo-rollouts-manager '38faac6d4127850207da231d153526a3777fa3bf'

Signed-off-by: Jonathan West <[email protected]>

* Add '--skip-test-tls' to 1-040 as a workaround

Signed-off-by: Jonathan West <[email protected]>

---------

Signed-off-by: Jonathan West <[email protected]>
  • Loading branch information
jgwest authored Feb 14, 2025
1 parent 34f5ec7 commit 14fad82
Show file tree
Hide file tree
Showing 15 changed files with 279 additions and 19 deletions.
29 changes: 28 additions & 1 deletion bundle/manifests/argoproj.io_analysisruns.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.13.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
name: analysisruns.argoproj.io
spec:
Expand Down Expand Up @@ -98,6 +98,11 @@ spec:
- type: integer
- type: string
x-kubernetes-int-or-string: true
consecutiveSuccessLimit:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
count:
anyOf:
- type: integer
Expand Down Expand Up @@ -207,6 +212,13 @@ spec:
type: object
query:
type: string
secretRef:
properties:
name:
type: string
namespaced:
type: boolean
type: object
type: object
graphite:
properties:
Expand Down Expand Up @@ -3015,6 +3027,9 @@ spec:
type: string
query:
type: string
timeout:
format: int64
type: integer
required:
- query
type: object
Expand Down Expand Up @@ -3066,6 +3081,15 @@ spec:
type: boolean
query:
type: string
rangeQuery:
properties:
end:
type: string
start:
type: string
step:
type: string
type: object
timeout:
format: int64
type: integer
Expand Down Expand Up @@ -3200,6 +3224,9 @@ spec:
consecutiveError:
format: int32
type: integer
consecutiveSuccess:
format: int32
type: integer
count:
format: int32
type: integer
Expand Down
26 changes: 25 additions & 1 deletion bundle/manifests/argoproj.io_analysistemplates.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.13.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
name: analysistemplates.argoproj.io
spec:
Expand Down Expand Up @@ -94,6 +94,11 @@ spec:
- type: integer
- type: string
x-kubernetes-int-or-string: true
consecutiveSuccessLimit:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
count:
anyOf:
- type: integer
Expand Down Expand Up @@ -203,6 +208,13 @@ spec:
type: object
query:
type: string
secretRef:
properties:
name:
type: string
namespaced:
type: boolean
type: object
type: object
graphite:
properties:
Expand Down Expand Up @@ -3011,6 +3023,9 @@ spec:
type: string
query:
type: string
timeout:
format: int64
type: integer
required:
- query
type: object
Expand Down Expand Up @@ -3062,6 +3077,15 @@ spec:
type: boolean
query:
type: string
rangeQuery:
properties:
end:
type: string
start:
type: string
step:
type: string
type: object
timeout:
format: int64
type: integer
Expand Down
26 changes: 25 additions & 1 deletion bundle/manifests/argoproj.io_clusteranalysistemplates.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.13.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
name: clusteranalysistemplates.argoproj.io
spec:
Expand Down Expand Up @@ -94,6 +94,11 @@ spec:
- type: integer
- type: string
x-kubernetes-int-or-string: true
consecutiveSuccessLimit:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
count:
anyOf:
- type: integer
Expand Down Expand Up @@ -203,6 +208,13 @@ spec:
type: object
query:
type: string
secretRef:
properties:
name:
type: string
namespaced:
type: boolean
type: object
type: object
graphite:
properties:
Expand Down Expand Up @@ -3011,6 +3023,9 @@ spec:
type: string
query:
type: string
timeout:
format: int64
type: integer
required:
- query
type: object
Expand Down Expand Up @@ -3062,6 +3077,15 @@ spec:
type: boolean
query:
type: string
rangeQuery:
properties:
end:
type: string
start:
type: string
step:
type: string
type: object
timeout:
format: int64
type: integer
Expand Down
2 changes: 1 addition & 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.13.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
name: experiments.argoproj.io
spec:
Expand Down
55 changes: 54 additions & 1 deletion bundle/manifests/argoproj.io_rollouts.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.13.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
name: rollouts.argoproj.io
spec:
Expand Down Expand Up @@ -662,6 +662,16 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
plugin:
properties:
config:
type: object
x-kubernetes-preserve-unknown-fields: true
name:
type: string
required:
- name
type: object
setCanaryScale:
properties:
matchTrafficWeight:
Expand Down Expand Up @@ -934,6 +944,10 @@ spec:
type: object
annotationPrefix:
type: string
canaryIngressAnnotations:
additionalProperties:
type: string
type: object
stableIngress:
type: string
stableIngresses:
Expand Down Expand Up @@ -3717,6 +3731,45 @@ spec:
type: object
stablePingPong:
type: string
stepPluginStatuses:
items:
properties:
backoff:
type: string
disabled:
type: boolean
executions:
format: int32
type: integer
finishedAt:
format: date-time
type: string
index:
format: int32
type: integer
message:
type: string
name:
type: string
operation:
type: string
phase:
type: string
startedAt:
format: date-time
type: string
status:
type: object
x-kubernetes-preserve-unknown-fields: true
updatedAt:
format: date-time
type: string
required:
- index
- name
- operation
type: object
type: array
weights:
properties:
additional:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ metadata:
capabilities: Deep Insights
console.openshift.io/plugins: '["gitops-plugin"]'
containerImage: quay.io/redhat-developer/gitops-operator
createdAt: "2025-01-30T07:45:55Z"
createdAt: "2025-02-13T17:48:46Z"
description: Enables teams to adopt GitOps principles for managing cluster configurations
and application delivery across hybrid multi-cluster Kubernetes environments.
features.operators.openshift.io/disconnected: "true"
Expand Down
29 changes: 28 additions & 1 deletion config/crd/bases/analysis-run-crd.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.13.0
controller-gen.kubebuilder.io/version: v0.14.0
name: analysisruns.argoproj.io
spec:
group: argoproj.io
Expand Down Expand Up @@ -98,6 +98,11 @@ spec:
- type: integer
- type: string
x-kubernetes-int-or-string: true
consecutiveSuccessLimit:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
count:
anyOf:
- type: integer
Expand Down Expand Up @@ -207,6 +212,13 @@ spec:
type: object
query:
type: string
secretRef:
properties:
name:
type: string
namespaced:
type: boolean
type: object
type: object
graphite:
properties:
Expand Down Expand Up @@ -3015,6 +3027,9 @@ spec:
type: string
query:
type: string
timeout:
format: int64
type: integer
required:
- query
type: object
Expand Down Expand Up @@ -3066,6 +3081,15 @@ spec:
type: boolean
query:
type: string
rangeQuery:
properties:
end:
type: string
start:
type: string
step:
type: string
type: object
timeout:
format: int64
type: integer
Expand Down Expand Up @@ -3200,6 +3224,9 @@ spec:
consecutiveError:
format: int32
type: integer
consecutiveSuccess:
format: int32
type: integer
count:
format: int32
type: integer
Expand Down
Loading

0 comments on commit 14fad82

Please sign in to comment.