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

Custom Image Pull Policy #1798

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Apparently it needed a 'make bundle' too
Signed-off-by: edenkoveshi <[email protected]>
  • Loading branch information
edenkoveshi committed Feb 28, 2022
commit 08737450413efcf264fcb2abd53498dc339f6654
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.31.0
name: jaeger-operator.v1.31.0-18-g787313c5
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -413,7 +413,7 @@ spec:
fieldPath: metadata.namespace
- name: OPERATOR_NAME
value: jaeger-operator
image: quay.io/jaegertracing/jaeger-operator:1.31.0
image: quay.io/eden/jaeger-operator:1.31.0-18-g787313c5
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -514,7 +514,7 @@ spec:
selector:
matchLabels:
name: jaeger-operator
version: 1.31.0
version: 1.31.0-18-g787313c5
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
20 changes: 20 additions & 0 deletions bundle/manifests/jaegertracing.io_jaegers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,8 @@ spec:
type: boolean
image:
type: string
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
Expand Down Expand Up @@ -2027,6 +2029,8 @@ spec:
x-kubernetes-preserve-unknown-fields: true
image:
type: string
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
Expand Down Expand Up @@ -3244,6 +3248,8 @@ spec:
x-kubernetes-preserve-unknown-fields: true
image:
type: string
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
Expand Down Expand Up @@ -4099,6 +4105,8 @@ spec:
type: array
x-kubernetes-list-type: atomic
type: object
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
Expand Down Expand Up @@ -4475,6 +4483,8 @@ spec:
x-kubernetes-preserve-unknown-fields: true
image:
type: string
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
Expand Down Expand Up @@ -5694,6 +5704,8 @@ spec:
type: string
type: array
x-kubernetes-list-type: atomic
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
Expand Down Expand Up @@ -6918,6 +6930,8 @@ spec:
type: integer
image:
type: string
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
Expand Down Expand Up @@ -8612,6 +8626,8 @@ spec:
type: boolean
image:
type: string
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
Expand Down Expand Up @@ -9883,6 +9899,8 @@ spec:
type: boolean
image:
type: string
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
Expand Down Expand Up @@ -11082,6 +11100,8 @@ spec:
type: string
image:
type: string
imagePullPolicy:
type: string
imagePullSecrets:
items:
properties:
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.31.0
newName: quay.io/eden/jaeger-operator
newTag: 1.31.0-18-g787313c5