Skip to content

Commit

Permalink
Fixes based on the review and missing go.sum change
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed Jun 3, 2019
1 parent 359e0a8 commit 95bf31d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/olm-catalog/jaeger.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
categories: "Logging & Tracing"
certified: "false"
containerImage: docker.io/jpkroehling/jaeger-operator:latest
containerImage: docker.io/jaegertracing/jaeger-operator:1.12.0
createdAt: "2019-05-22T14:35:56+00:00"
capabilities: Seamless Upgrades
support: Jaeger
Expand Down Expand Up @@ -255,7 +255,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: jaeger-operator
image: jpkroehling/jaeger-operator:latest
image: jaegertracing/jaeger-operator:1.12.0
imagePullPolicy: Always
name: jaeger-operator
ports:
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93 h1:tT6oQBi0qwLbbZSfDkdIsb
k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93/go.mod h1:ccL7Eh7zubPUSh9A3USN90/OzHNSVN6zxzde07TDCL0=
k8s.io/client-go v0.0.0-20181213151034-8d9ed539ba31 h1:uiq/Sm65btWAm10fINTTzhxEz0d2wZWtiuMlVOM+gkA=
k8s.io/client-go v0.0.0-20181213151034-8d9ed539ba31/go.mod h1:7vJpHMYJwNQCWgzmNV+VYUl1zCObLyodBc8nIyt8L5s=
k8s.io/client-go v0.0.0-20190507014756-65905f29c17c h1:xVGTXUtdBHoqT17arGVxOQTEpBze9eCmwlqjNZA4z7k=
k8s.io/client-go v0.0.0-20190507014756-65905f29c17c/go.mod h1:7vJpHMYJwNQCWgzmNV+VYUl1zCObLyodBc8nIyt8L5s=
k8s.io/code-generator v0.0.0-20181117043124-c2090bec4d9b h1:KH0fUlgdFZH8UMxJ/FDCYHpczfSQKefetq5NjL6BVF0=
k8s.io/code-generator v0.0.0-20181117043124-c2090bec4d9b/go.mod h1:MYiN+ZJZ9HkETbgVZdWw2AsuAi9PZ4V80cwfuf2axe8=
k8s.io/code-generator v0.0.0-20190528154155-c6f35fe6ebac h1:G/eOEUpxcmFFTbxGBRw9yFhXKxnF8HxFNKvFSeZyF2o=
Expand Down

0 comments on commit 95bf31d

Please sign in to comment.