Skip to content

Commit

Permalink
run make bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
luohua13 committed May 27, 2022
1 parent 6e085c1 commit 60ec348
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/jaeger-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/jaegertracing/jaeger-operator
support: Jaeger Community
name: jaeger-operator.v1.34.1
name: jaeger-operator.v1.19.0-340-g6e085c1a
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -403,7 +403,7 @@ spec:
fieldPath: metadata.namespace
- name: OPERATOR_NAME
value: jaeger-operator
image: quay.io/jaegertracing/jaeger-operator:1.34.1
image: quay.io/yulinjun/jaeger-operator:1.19.0-340-g6e085c1a
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -522,7 +522,7 @@ spec:
selector:
matchLabels:
name: jaeger-operator
version: 1.34.1
version: 1.19.0-340-g6e085c1a
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 4 additions & 0 deletions bundle/manifests/jaegertracing.io_jaegers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3294,6 +3294,8 @@ spec:
type: object
type: array
x-kubernetes-list-type: atomic
kafkaSecretName:
type: string
labels:
additionalProperties:
type: string
Expand Down Expand Up @@ -4543,6 +4545,8 @@ spec:
type: object
type: array
x-kubernetes-list-type: atomic
kafkaSecretName:
type: string
labels:
additionalProperties:
type: string
Expand Down
4 changes: 4 additions & 0 deletions config/crd/bases/jaegertracing.io_jaegers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3291,6 +3291,8 @@ spec:
type: object
type: array
x-kubernetes-list-type: atomic
kafkaSecretName:
type: string
labels:
additionalProperties:
type: string
Expand Down Expand Up @@ -4540,6 +4542,8 @@ spec:
type: object
type: array
x-kubernetes-list-type: atomic
kafkaSecretName:
type: string
labels:
additionalProperties:
type: string
Expand Down
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/jaegertracing/jaeger-operator
newTag: 1.34.1
newName: quay.io/yulinjun/jaeger-operator
newTag: 1.19.0-340-g6e085c1a

0 comments on commit 60ec348

Please sign in to comment.