Skip to content

Commit a78d76a

Browse files
authored
fix incorrect operator-sdk version changes (#1079)
1 parent 35fb246 commit a78d76a

File tree

8 files changed

+25
-31
lines changed

8 files changed

+25
-31
lines changed

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=argocd-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
9-
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.0
9+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.10.0+git
1010
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1111
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
1212

bundle/manifests/argocd-operator.clusterserviceversion.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,8 @@ metadata:
218218
capabilities: Deep Insights
219219
categories: Integration & Delivery
220220
certified: "false"
221-
createdAt: "2023-11-21T13:52:07Z"
222221
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
223-
operators.operatorframework.io/builder: operator-sdk-v1.32.0
222+
operators.operatorframework.io/builder: operator-sdk-v1.10.0+git
224223
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
225224
repository: https://github.com/argoproj-labs/argocd-operator
226225
support: Argo CD
@@ -638,8 +637,8 @@ spec:
638637
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
639638
- urn:alm:descriptor:com.tectonic.ui:text
640639
- description: 'Policy is CSV containing user-defined RBAC policies and role
641-
definitions. Policy rules are in the form: p, subject, resource, action,
642-
object, effect Role definitions and bindings are in the form: g, subject,
640+
definitions. Policy rules are in the form: p, subject, resource, action,
641+
object, effect Role definitions and bindings are in the form: g, subject,
643642
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
644643
for additional information.'
645644
displayName: Policy
@@ -1216,8 +1215,8 @@ spec:
12161215
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
12171216
- urn:alm:descriptor:com.tectonic.ui:text
12181217
- description: 'Policy is CSV containing user-defined RBAC policies and role
1219-
definitions. Policy rules are in the form: p, subject, resource, action,
1220-
object, effect Role definitions and bindings are in the form: g, subject,
1218+
definitions. Policy rules are in the form: p, subject, resource, action,
1219+
object, effect Role definitions and bindings are in the form: g, subject,
12211220
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
12221221
for additional information.'
12231222
displayName: Policy
@@ -1719,9 +1718,7 @@ spec:
17191718
- create
17201719
serviceAccountName: argocd-operator-controller-manager
17211720
deployments:
1722-
- label:
1723-
control-plane: argocd-operator
1724-
name: argocd-operator-controller-manager
1721+
- name: argocd-operator-controller-manager
17251722
spec:
17261723
replicas: 1
17271724
selector:
@@ -1745,7 +1742,7 @@ spec:
17451742
fieldPath: metadata.annotations['olm.targetNamespaces']
17461743
- name: ENABLE_CONVERSION_WEBHOOK
17471744
value: "true"
1748-
image: quay.io/argoprojlabs/argocd-operator@sha256:e7cfaa424ac22cb75d82908e5fcc27caafe32179eda6f7902f33806e21e880ce
1745+
image: quay.io/argoprojlabs/argocd-operator:v0.8.0
17491746
livenessProbe:
17501747
httpGet:
17511748
path: /healthz

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotations:
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: argocd-operator
77
operators.operatorframework.io.bundle.channels.v1: alpha
8-
operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0
8+
operators.operatorframework.io.metrics.builder: operator-sdk-v1.10.0+git
99
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1010
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
1111

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ configMapGenerator:
1111
apiVersion: kustomize.config.k8s.io/v1beta1
1212
kind: Kustomization
1313
images:
14-
- digest: sha256:e7cfaa424ac22cb75d82908e5fcc27caafe32179eda6f7902f33806e21e880ce
15-
name: controller
14+
- name: controller
1615
newName: quay.io/argoprojlabs/argocd-operator
16+
newTag: v0.8.0

config/manifests/bases/argocd-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ spec:
391391
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
392392
- urn:alm:descriptor:com.tectonic.ui:text
393393
- description: 'Policy is CSV containing user-defined RBAC policies and role
394-
definitions. Policy rules are in the form: p, subject, resource, action,
395-
object, effect Role definitions and bindings are in the form: g, subject,
394+
definitions. Policy rules are in the form: p, subject, resource, action,
395+
object, effect Role definitions and bindings are in the form: g, subject,
396396
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
397397
for additional information.'
398398
displayName: Policy
@@ -992,8 +992,8 @@ spec:
992992
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
993993
- urn:alm:descriptor:com.tectonic.ui:text
994994
- description: 'Policy is CSV containing user-defined RBAC policies and role
995-
definitions. Policy rules are in the form: p, subject, resource, action,
996-
object, effect Role definitions and bindings are in the form: g, subject,
995+
definitions. Policy rules are in the form: p, subject, resource, action,
996+
object, effect Role definitions and bindings are in the form: g, subject,
997997
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
998998
for additional information.'
999999
displayName: Policy

deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator-controller-manager-metrics-service_v1_service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ kind: Service
33
metadata:
44
creationTimestamp: null
55
labels:
6-
control-plane: argocd-operator
6+
control-plane: controller-manager
77
name: argocd-operator-controller-manager-metrics-service
88
spec:
99
ports:
1010
- name: https
1111
port: 8443
1212
targetPort: 8080
1313
selector:
14-
control-plane: argocd-operator
14+
control-plane: controller-manager
1515
status:
1616
loadBalancer: {}

deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator-webhook-service_v1_service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ spec:
99
protocol: TCP
1010
targetPort: 9443
1111
selector:
12-
control-plane: argocd-operator
12+
control-plane: controller-manager
1313
status:
1414
loadBalancer: {}

deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator.v0.8.0.clusterserviceversion.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,8 @@ metadata:
218218
capabilities: Deep Insights
219219
categories: Integration & Delivery
220220
certified: "false"
221-
createdAt: "2023-11-21T13:52:07Z"
222221
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
223-
operators.operatorframework.io/builder: operator-sdk-v1.32.0
222+
operators.operatorframework.io/builder: operator-sdk-v1.10.0+git
224223
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
225224
repository: https://github.com/argoproj-labs/argocd-operator
226225
support: Argo CD
@@ -638,8 +637,8 @@ spec:
638637
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
639638
- urn:alm:descriptor:com.tectonic.ui:text
640639
- description: 'Policy is CSV containing user-defined RBAC policies and role
641-
definitions. Policy rules are in the form: p, subject, resource, action,
642-
object, effect Role definitions and bindings are in the form: g, subject,
640+
definitions. Policy rules are in the form: p, subject, resource, action,
641+
object, effect Role definitions and bindings are in the form: g, subject,
643642
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
644643
for additional information.'
645644
displayName: Policy
@@ -1216,8 +1215,8 @@ spec:
12161215
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
12171216
- urn:alm:descriptor:com.tectonic.ui:text
12181217
- description: 'Policy is CSV containing user-defined RBAC policies and role
1219-
definitions. Policy rules are in the form: p, subject, resource, action,
1220-
object, effect Role definitions and bindings are in the form: g, subject,
1218+
definitions. Policy rules are in the form: p, subject, resource, action,
1219+
object, effect Role definitions and bindings are in the form: g, subject,
12211220
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
12221221
for additional information.'
12231222
displayName: Policy
@@ -1719,9 +1718,7 @@ spec:
17191718
- create
17201719
serviceAccountName: argocd-operator-controller-manager
17211720
deployments:
1722-
- label:
1723-
control-plane: argocd-operator
1724-
name: argocd-operator-controller-manager
1721+
- name: argocd-operator-controller-manager
17251722
spec:
17261723
replicas: 1
17271724
selector:
@@ -1745,7 +1742,7 @@ spec:
17451742
fieldPath: metadata.annotations['olm.targetNamespaces']
17461743
- name: ENABLE_CONVERSION_WEBHOOK
17471744
value: "true"
1748-
image: quay.io/argoprojlabs/argocd-operator@sha256:e7cfaa424ac22cb75d82908e5fcc27caafe32179eda6f7902f33806e21e880ce
1745+
image: quay.io/argoprojlabs/argocd-operator:v0.8.0
17491746
livenessProbe:
17501747
httpGet:
17511748
path: /healthz

0 commit comments

Comments
 (0)