Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Commit

Permalink
With dev preview v0.2 quay.io images [OCF-299]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Jan 17, 2019
1 parent bbf0c91 commit 268acc8
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions knative-operators.catalogsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -892,25 +892,25 @@ data:
- -stderrthreshold
- INFO
- -creds-image
- gcr.io/knative-releases/github.com/knative/build/cmd/creds-init@sha256:c1c11fafd337f62eea18a1f02b78e6ae6949779bed72d53d19b2870723a8f104
- quay.io/openshift-knative/knative-0.2:knative-build-creds-init
- -git-image
- gcr.io/knative-releases/github.com/knative/build/cmd/git-init@sha256:6fa8043ed114920cd61e28db3c942647ba48415fe1208acde2fb2ac0746c9164
- quay.io/openshift-knative/knative-0.2:knative-build-git-init
- -nop-image
- gcr.io/knative-releases/github.com/knative/build/cmd/nop@sha256:f94e6413749759bc3f80d33e76c36509d6a63f7b206d2ca8fff167a0bb9c77f2
- quay.io/openshift-knative/knative-0.2:knative-build-nop
env:
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/knative-releases/github.com/knative/build/cmd/controller@sha256:2667d0ff68a406e0103c58145edef916edc1b41695b38964dc6ccb0b38c0aedf
image: quay.io/openshift-knative/knative-0.2:knative-build-controller
name: build-controller
volumeMounts:
- mountPath: /etc/config-logging
name: config-logging
initContainers:
- name: olm-hack
image: lachlanevenson/k8s-kubectl
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-build-0.2.0.yaml']
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/bbf0c91/etc/hacks/knative-build-0.2.0.yaml']
serviceAccountName: build-controller
volumes:
- configMap:
Expand Down Expand Up @@ -939,7 +939,7 @@ data:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/knative-releases/github.com/knative/build/cmd/webhook@sha256:58775663a5bc0d782c8505a28cc88616a5e08115959dc62fa07af5ad76c54a97
image: quay.io/openshift-knative/knative-0.2:knative-build-webhook
name: build-webhook
volumeMounts:
- mountPath: /etc/config-logging
Expand Down Expand Up @@ -1193,7 +1193,7 @@ data:
- -stderrthreshold
- INFO
- --experimentalControllers=subscription.eventing.knative.dev
image: gcr.io/knative-releases/github.com/knative/eventing/cmd/controller@sha256:3486cb9d337b829907532e78c8098b6680fbe3aa10a0aa81e7db327bb8980640
image: quay.io/openshift-knative/knative-0.2:knative-eventing-controller
name: eventing-controller
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
Expand All @@ -1202,7 +1202,7 @@ data:
initContainers:
- name: olm-hack
image: lachlanevenson/k8s-kubectl
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-eventing-0.2.1.yaml']
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/bbf0c91/etc/hacks/knative-eventing-0.2.1.yaml']
serviceAccountName: default
volumes:
- configMap:
Expand All @@ -1225,7 +1225,7 @@ data:
role: webhook
spec:
containers:
- image: gcr.io/knative-releases/github.com/knative/eventing/cmd/webhook@sha256:1ec64e26ed2b8895e783e9c1a07a11376dcb244f75ad166b2b116f124b2f2d44
- image: quay.io/openshift-knative/knative-0.2:knative-eventing-webhook
name: webhook
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
Expand All @@ -1251,7 +1251,7 @@ data:
role: controller
spec:
containers:
- image: gcr.io/knative-releases/github.com/knative/eventing/pkg/controller/eventing/inmemory/controller@sha256:85a6954a9ab118872f6826425b213e57589de8f9f2ac97d31aef5d5022104532
- image: quay.io/openshift-knative/knative-0.2:knative-eventing-in-memory-channel-controller
name: controller
serviceAccountName: default
Expand All @@ -1276,7 +1276,7 @@ data:
- --config_map_noticer=watcher
- --config_map_namespace=knative-eventing
- --config_map_name=in-memory-channel-dispatcher-config-map
image: gcr.io/knative-releases/github.com/knative/eventing/cmd/fanoutsidecar@sha256:a04bdbe0ffad3c47286ebfb961648e9f1d2b366aea243e9ea1ae591e706de06d
image: quay.io/openshift-knative/knative-0.2:knative-eventing-fanoutsidecar
name: dispatcher
serviceAccountName: default
Expand Down Expand Up @@ -2485,7 +2485,7 @@ data:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: gcr.io/knative-releases/github.com/knative/serving/cmd/activator@sha256:7e7abd88a292cf24a0db80d71fa16e8505dd288c241cab0b6716848f0e7fcc04
image: quay.io/openshift-knative/knative-0.2:knative-serving-activator
name: activator
ports:
- containerPort: 8080
Expand All @@ -2498,7 +2498,7 @@ data:
initContainers:
- name: olm-hack
image: lachlanevenson/k8s-kubectl
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/0ec10b1/etc/hacks/knative-serving-0.2.2.yaml']
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/bbf0c91/etc/hacks/knative-serving-0.2.2.yaml']
serviceAccountName: controller
volumes:
- configMap:
Expand All @@ -2520,7 +2520,7 @@ data:
app: autoscaler
spec:
containers:
- image: gcr.io/knative-releases/github.com/knative/serving/cmd/autoscaler@sha256:ee07884132c73b0eb0b3368ed096073b611f6a2c82289afacca1080fd6308c09
- image: quay.io/openshift-knative/knative-0.2:knative-serving-autoscaler
name: autoscaler
ports:
- containerPort: 8080
Expand Down Expand Up @@ -2554,7 +2554,7 @@ data:
app: controller
spec:
containers:
- image: gcr.io/knative-releases/github.com/knative/serving/cmd/controller@sha256:bcfe127285a64f54a80ddbf00d62123a8795bbde6f7d360e4ffd86833ddc7612
- image: quay.io/openshift-knative/knative-0.2:knative-serving-controller
name: controller
ports:
- containerPort: 9090
Expand Down Expand Up @@ -2584,7 +2584,7 @@ data:
role: webhook
spec:
containers:
- image: gcr.io/knative-releases/github.com/knative/serving/cmd/webhook@sha256:179b194db647b976c1e9b35c26013b52a016ef1889c6466c772ef60b40723525
- image: quay.io/openshift-knative/knative-0.2:knative-serving-webhook
name: webhook
volumeMounts:
- mountPath: /etc/config-logging
Expand Down
12 changes: 6 additions & 6 deletions olm-catalog/knative-build.v0.2.0.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,25 +138,25 @@ spec:
- -stderrthreshold
- INFO
- -creds-image
- gcr.io/knative-releases/github.com/knative/build/cmd/creds-init@sha256:c1c11fafd337f62eea18a1f02b78e6ae6949779bed72d53d19b2870723a8f104
- quay.io/openshift-knative/knative-0.2:knative-build-creds-init
- -git-image
- gcr.io/knative-releases/github.com/knative/build/cmd/git-init@sha256:6fa8043ed114920cd61e28db3c942647ba48415fe1208acde2fb2ac0746c9164
- quay.io/openshift-knative/knative-0.2:knative-build-git-init
- -nop-image
- gcr.io/knative-releases/github.com/knative/build/cmd/nop@sha256:f94e6413749759bc3f80d33e76c36509d6a63f7b206d2ca8fff167a0bb9c77f2
- quay.io/openshift-knative/knative-0.2:knative-build-nop
env:
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/knative-releases/github.com/knative/build/cmd/controller@sha256:2667d0ff68a406e0103c58145edef916edc1b41695b38964dc6ccb0b38c0aedf
image: quay.io/openshift-knative/knative-0.2:knative-build-controller
name: build-controller
volumeMounts:
- mountPath: /etc/config-logging
name: config-logging
initContainers:
- name: olm-hack
image: lachlanevenson/k8s-kubectl
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-build-0.2.0.yaml']
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/bbf0c91/etc/hacks/knative-build-0.2.0.yaml']
serviceAccountName: build-controller
volumes:
- configMap:
Expand Down Expand Up @@ -185,7 +185,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/knative-releases/github.com/knative/build/cmd/webhook@sha256:58775663a5bc0d782c8505a28cc88616a5e08115959dc62fa07af5ad76c54a97
image: quay.io/openshift-knative/knative-0.2:knative-build-webhook
name: build-webhook
volumeMounts:
- mountPath: /etc/config-logging
Expand Down
10 changes: 5 additions & 5 deletions olm-catalog/knative-eventing.v0.2.1.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- -stderrthreshold
- INFO
- --experimentalControllers=subscription.eventing.knative.dev
image: gcr.io/knative-releases/github.com/knative/eventing/cmd/controller@sha256:3486cb9d337b829907532e78c8098b6680fbe3aa10a0aa81e7db327bb8980640
image: quay.io/openshift-knative/knative-0.2:knative-eventing-controller
name: eventing-controller
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
Expand All @@ -64,7 +64,7 @@ spec:
initContainers:
- name: olm-hack
image: lachlanevenson/k8s-kubectl
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-eventing-0.2.1.yaml']
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/bbf0c91/etc/hacks/knative-eventing-0.2.1.yaml']
serviceAccountName: default
volumes:
- configMap:
Expand All @@ -87,7 +87,7 @@ spec:
role: webhook
spec:
containers:
- image: gcr.io/knative-releases/github.com/knative/eventing/cmd/webhook@sha256:1ec64e26ed2b8895e783e9c1a07a11376dcb244f75ad166b2b116f124b2f2d44
- image: quay.io/openshift-knative/knative-0.2:knative-eventing-webhook
name: webhook
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
Expand All @@ -113,7 +113,7 @@ spec:
role: controller
spec:
containers:
- image: gcr.io/knative-releases/github.com/knative/eventing/pkg/controller/eventing/inmemory/controller@sha256:85a6954a9ab118872f6826425b213e57589de8f9f2ac97d31aef5d5022104532
- image: quay.io/openshift-knative/knative-0.2:knative-eventing-in-memory-channel-controller
name: controller
serviceAccountName: default

Expand All @@ -138,7 +138,7 @@ spec:
- --config_map_noticer=watcher
- --config_map_namespace=knative-eventing
- --config_map_name=in-memory-channel-dispatcher-config-map
image: gcr.io/knative-releases/github.com/knative/eventing/cmd/fanoutsidecar@sha256:a04bdbe0ffad3c47286ebfb961648e9f1d2b366aea243e9ea1ae591e706de06d
image: quay.io/openshift-knative/knative-0.2:knative-eventing-fanoutsidecar
name: dispatcher
serviceAccountName: default

Expand Down
10 changes: 5 additions & 5 deletions olm-catalog/knative-serving.v0.2.2.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: gcr.io/knative-releases/github.com/knative/serving/cmd/activator@sha256:7e7abd88a292cf24a0db80d71fa16e8505dd288c241cab0b6716848f0e7fcc04
image: quay.io/openshift-knative/knative-0.2:knative-serving-activator
name: activator
ports:
- containerPort: 8080
Expand All @@ -225,7 +225,7 @@ spec:
initContainers:
- name: olm-hack
image: lachlanevenson/k8s-kubectl
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/0ec10b1/etc/hacks/knative-serving-0.2.2.yaml']
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/bbf0c91/etc/hacks/knative-serving-0.2.2.yaml']
serviceAccountName: controller
volumes:
- configMap:
Expand All @@ -247,7 +247,7 @@ spec:
app: autoscaler
spec:
containers:
- image: gcr.io/knative-releases/github.com/knative/serving/cmd/autoscaler@sha256:ee07884132c73b0eb0b3368ed096073b611f6a2c82289afacca1080fd6308c09
- image: quay.io/openshift-knative/knative-0.2:knative-serving-autoscaler
name: autoscaler
ports:
- containerPort: 8080
Expand Down Expand Up @@ -281,7 +281,7 @@ spec:
app: controller
spec:
containers:
- image: gcr.io/knative-releases/github.com/knative/serving/cmd/controller@sha256:bcfe127285a64f54a80ddbf00d62123a8795bbde6f7d360e4ffd86833ddc7612
- image: quay.io/openshift-knative/knative-0.2:knative-serving-controller
name: controller
ports:
- containerPort: 9090
Expand Down Expand Up @@ -311,7 +311,7 @@ spec:
role: webhook
spec:
containers:
- image: gcr.io/knative-releases/github.com/knative/serving/cmd/webhook@sha256:179b194db647b976c1e9b35c26013b52a016ef1889c6466c772ef60b40723525
- image: quay.io/openshift-knative/knative-0.2:knative-serving-webhook
name: webhook
volumeMounts:
- mountPath: /etc/config-logging
Expand Down

0 comments on commit 268acc8

Please sign in to comment.