Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate manifests for releasing argocd-operator v0.11.0 #1402

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.10.0
VERSION ?= 0.11.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=argocd-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.10.0+git
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

Expand Down
22 changes: 12 additions & 10 deletions bundle/manifests/argocd-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ 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
name: argocd-operator.v0.10.0
name: argocd-operator.v0.11.0
namespace: placeholder
spec:
apiservicedefinitions: {}
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 @@ -1865,7 +1865,9 @@ spec:
- create
serviceAccountName: argocd-operator-controller-manager
deployments:
- name: argocd-operator-controller-manager
- label:
control-plane: argocd-operator
name: argocd-operator-controller-manager
spec:
replicas: 1
selector:
Expand All @@ -1889,7 +1891,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ENABLE_CONVERSION_WEBHOOK
value: "true"
image: quay.io/argoprojlabs/argocd-operator:v0.10.0
image: quay.io/argoprojlabs/argocd-operator:v0.11.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1979,8 +1981,8 @@ spec:
maturity: alpha
provider:
name: Argo CD Community
replaces: argocd-operator.v0.9.1
version: 0.10.0
replaces: argocd-operator.v0.10.0
version: 0.11.0
webhookdefinitions:
- admissionReviewVersions:
- v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ annotations:
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: argocd-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.metrics.builder: operator-sdk-v1.10.0+git
operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0
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/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/argoprojlabs/argocd-operator
newTag: v0.10.0
newTag: v0.11.0
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 Expand Up @@ -1419,5 +1419,5 @@ spec:
maturity: alpha
provider:
name: Argo CD Community
replaces: argocd-operator.v0.9.1
version: 0.10.0
replaces: argocd-operator.v0.10.0
version: 0.11.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
control-plane: argocd-operator
name: argocd-operator-controller-manager-metrics-service
spec:
ports:
- name: https
port: 8443
targetPort: 8080
selector:
control-plane: argocd-operator
status:
loadBalancer: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: v1
data:
controller_manager_config.yaml: |
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
kind: ControllerManagerConfig
health:
healthProbeBindAddress: :8081
metrics:
bindAddress: 127.0.0.1:8080
webhook:
port: 9443
leaderElection:
leaderElect: true
resourceName: b674928d.argoproj.io
kind: ConfigMap
metadata:
name: argocd-operator-manager-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: argocd-operator-metrics-reader
rules:
- nonResourceURLs:
- /metrics
verbs:
- get
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: argocd-operator-webhook-service
spec:
ports:
- port: 443
protocol: TCP
targetPort: 9443
selector:
control-plane: argocd-operator
status:
loadBalancer: {}
Loading
Loading