Skip to content

Commit

Permalink
Update to latest commit of argo-rollouts-manager '38002185fc1f204015d…
Browse files Browse the repository at this point in the history
…f5bfd76765bde3c483457' (#668)

* Update to latest commit of argo-rollouts-manager ''38002185fc1f204015df5bfd76765bde3c483457'

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

* Add custom Rollouts plugin location

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

---------

Signed-off-by: Jonathan West <[email protected]>
  • Loading branch information
jgwest authored Apr 30, 2024
1 parent 17bdd07 commit 5d26d68
Show file tree
Hide file tree
Showing 17 changed files with 182 additions and 26 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=gitops-operator
LABEL operators.operatorframework.io.bundle.channels.v1=latest,gitops-1.8
LABEL operators.operatorframework.io.bundle.channel.default.v1=latest
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.10.0+git
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.22.2
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

Expand Down
1 change: 0 additions & 1 deletion bundle/manifests/argoproj.io_analysisruns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
shortNames:
- ar
singular: analysisrun
preserveUnknownFields: false
scope: Namespaced
versions:
- additionalPrinterColumns:
Expand Down
1 change: 0 additions & 1 deletion bundle/manifests/argoproj.io_analysistemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
shortNames:
- at
singular: analysistemplate
preserveUnknownFields: false
scope: Namespaced
versions:
- additionalPrinterColumns:
Expand Down
1 change: 0 additions & 1 deletion bundle/manifests/argoproj.io_clusteranalysistemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
shortNames:
- cat
singular: clusteranalysistemplate
preserveUnknownFields: false
scope: Cluster
versions:
- additionalPrinterColumns:
Expand Down
1 change: 0 additions & 1 deletion bundle/manifests/argoproj.io_experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
shortNames:
- exp
singular: experiment
preserveUnknownFields: false
scope: Namespaced
versions:
- additionalPrinterColumns:
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/argoproj.io_rollouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.1
creationTimestamp: null
name: rollouts.argoproj.io
spec:
group: argoproj.io
Expand All @@ -13,7 +14,6 @@ spec:
shortNames:
- ro
singular: rollout
preserveUnknownFields: false
scope: Namespaced
versions:
- additionalPrinterColumns:
Expand Down
6 changes: 4 additions & 2 deletions bundle/manifests/gitops-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ metadata:
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-gitops-operator
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.operatorframework.io/builder: operator-sdk-v1.10.0+git
operators.operatorframework.io/builder: operator-sdk-v1.22.2
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/redhat-developer/gitops-operator
support: Red Hat
Expand Down Expand Up @@ -924,7 +924,9 @@ spec:
- create
serviceAccountName: openshift-gitops-operator-controller-manager
deployments:
- name: openshift-gitops-operator-controller-manager
- label:
control-plane: gitops-operator
name: openshift-gitops-operator-controller-manager
spec:
replicas: 1
selector:
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
operators.operatorframework.io.bundle.package.v1: gitops-operator
operators.operatorframework.io.bundle.channels.v1: latest,gitops-1.8
operators.operatorframework.io.bundle.channel.default.v1: latest
operators.operatorframework.io.metrics.builder: operator-sdk-v1.10.0+git
operators.operatorframework.io.metrics.builder: operator-sdk-v1.22.2
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/analysis-run-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3008,4 +3008,4 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources: {}
2 changes: 1 addition & 1 deletion config/crd/bases/analysis-template-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2890,4 +2890,4 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources: {}
2 changes: 1 addition & 1 deletion config/crd/bases/cluster-analysis-template-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2890,4 +2890,4 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources: {}
2 changes: 1 addition & 1 deletion config/crd/bases/experiment-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2644,4 +2644,4 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources: {}
Loading

0 comments on commit 5d26d68

Please sign in to comment.