Skip to content

Commit

Permalink
release 0.11.0 continue
Browse files Browse the repository at this point in the history
  • Loading branch information
reginapizza committed Jul 24, 2024
1 parent fcb1483 commit 77c8403
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 18 deletions.
4 changes: 4 additions & 0 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ LABEL operators.operatorframework.io.bundle.package.v1=argocd-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.35.0
=======
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.0
>>>>>>> 174bf37 (Generated manifests for 0.11.0 version (#1402))
=======
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.10.0+git
>>>>>>> a58a9d8 (release 0.11.0)
=======
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.0
>>>>>>> f523423 (release 0.11.0 continue)
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4

Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/argocd-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,8 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
- urn:alm:descriptor:com.tectonic.ui:text
- description: 'Policy is CSV containing user-defined RBAC policies and role
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
for additional information.'
displayName: Policy
Expand Down Expand Up @@ -1245,8 +1245,8 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
- urn:alm:descriptor:com.tectonic.ui:text
- description: 'Policy is CSV containing user-defined RBAC policies and role
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
for additional information.'
displayName: Policy
Expand Down Expand Up @@ -1894,7 +1894,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ENABLE_CONVERSION_WEBHOOK
value: "true"
image: quay.io/argoprojlabs/argocd-operator@sha256:80c4c2dd0f582d43c99a7e60597e16ef2e321427a77ca8ecf551278fa5f1ce06
image: quay.io/argoprojlabs/argocd-operator@sha256:dafdfde863b81c8da28f37819ac4fc504ee0e9519ddcebd4dbe7c22a51d644e5
livenessProbe:
httpGet:
path: /healthz
Expand Down
4 changes: 4 additions & 0 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ annotations:
operators.operatorframework.io.bundle.package.v1: argocd-operator
operators.operatorframework.io.bundle.channels.v1: alpha
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
operators.operatorframework.io.metrics.builder: operator-sdk-v1.35.0
=======
Expand All @@ -14,6 +15,9 @@ annotations:
=======
operators.operatorframework.io.metrics.builder: operator-sdk-v1.10.0+git
>>>>>>> a58a9d8 (release 0.11.0)
=======
operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0
>>>>>>> f523423 (release 0.11.0 continue)
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4

Expand Down
2 changes: 1 addition & 1 deletion common/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const (
ArgoCDDefaultExportJobImage = "quay.io/argoprojlabs/argocd-operator-util"

// ArgoCDDefaultExportJobVersion is the export job container image tag to use when not specified.
ArgoCDDefaultExportJobVersion = "sha256:69c61e7159494bf4a373e933bb9b31e0c7ab70783020c69fd5c7f27fc8b72954" // 0.11.0
ArgoCDDefaultExportJobVersion = "sha256:463185c62f35e73e287a859c42926fea7c23cecd2db7f94675f4d46629d4b4d8" // 0.11.0

// ArgoCDDefaultExportLocalCapicity is the default capacity to use for local export.
ArgoCDDefaultExportLocalCapicity = "2Gi"
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configMapGenerator:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- digest: sha256:80c4c2dd0f582d43c99a7e60597e16ef2e321427a77ca8ecf551278fa5f1ce06
- digest: sha256:dafdfde863b81c8da28f37819ac4fc504ee0e9519ddcebd4dbe7c22a51d644e5
name: controller
newName: quay.io/argoprojlabs/argocd-operator
<<<<<<< HEAD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,8 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
- urn:alm:descriptor:com.tectonic.ui:text
- description: 'Policy is CSV containing user-defined RBAC policies and role
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
for additional information.'
displayName: Policy
Expand Down Expand Up @@ -1084,8 +1084,8 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
- urn:alm:descriptor:com.tectonic.ui:text
- description: 'Policy is CSV containing user-defined RBAC policies and role
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
for additional information.'
displayName: Policy
Expand Down
2 changes: 1 addition & 1 deletion deploy/catalog_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metadata:
name: argocd-catalog
spec:
sourceType: grpc
image: quay.io/argoprojlabs/argocd-operator-registry@sha256:8909f3549e630d2a5b98b7b411d402003801a819523f327cc605cf4b27121ce6 # 0.10.1
image: quay.io/argoprojlabs/argocd-operator-registry@sha256:64e4fe0bf7b3dd5e89689d750fb63d7e3111068f18a7ed8656265cb1775f3b68 # 0.11.0
displayName: Argo CD Operators
publisher: Argo CD Community
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ metadata:
categories: Integration & Delivery
certified: "false"
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v1.10.0+git
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/argoproj-labs/argocd-operator
support: Argo CD
Expand Down Expand Up @@ -666,8 +666,8 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
- urn:alm:descriptor:com.tectonic.ui:text
- description: 'Policy is CSV containing user-defined RBAC policies and role
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
for additional information.'
displayName: Policy
Expand Down Expand Up @@ -1244,8 +1244,8 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:RBAC
- urn:alm:descriptor:com.tectonic.ui:text
- description: 'Policy is CSV containing user-defined RBAC policies and role
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
definitions. Policy rules are in the form: p, subject, resource, action,
object, effect Role definitions and bindings are in the form: g, subject,
inherited-subject See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
for additional information.'
displayName: Policy
Expand Down Expand Up @@ -1891,7 +1891,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ENABLE_CONVERSION_WEBHOOK
value: "true"
image: quay.io/argoprojlabs/argocd-operator@sha256:80c4c2dd0f582d43c99a7e60597e16ef2e321427a77ca8ecf551278fa5f1ce06
image: quay.io/argoprojlabs/argocd-operator@sha256:dafdfde863b81c8da28f37819ac4fc504ee0e9519ddcebd4dbe7c22a51d644e5
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 77c8403

Please sign in to comment.