diff --git a/deploy/tectonic-alm-operator/manifests/0.4.0/08-tectonicocs.configmap.yaml b/deploy/tectonic-alm-operator/manifests/0.4.0/08-tectonicocs.configmap.yaml index 38d99e5af55..0433da914bd 100644 --- a/deploy/tectonic-alm-operator/manifests/0.4.0/08-tectonicocs.configmap.yaml +++ b/deploy/tectonic-alm-operator/manifests/0.4.0/08-tectonicocs.configmap.yaml @@ -1538,8 +1538,6 @@ data: valueFrom: fieldRef: fieldPath: metadata.name - imagePullSecrets: - - name: coreos-pull-secret version: 0.1.9 replaces: vault-operator.0.1.5 maturity: alpha @@ -1713,8 +1711,6 @@ data: valueFrom: fieldRef: fieldPath: metadata.name - imagePullSecrets: - - name: coreos-pull-secret version: 0.1.5 maturity: alpha customresourcedefinitions: diff --git a/deploy/tectonic-alm-operator/manifests/0.4.0/09-tectoniccomponents.configmap.yaml b/deploy/tectonic-alm-operator/manifests/0.4.0/09-tectoniccomponents.configmap.yaml index bc357076a3d..c517b627d94 100644 --- a/deploy/tectonic-alm-operator/manifests/0.4.0/09-tectoniccomponents.configmap.yaml +++ b/deploy/tectonic-alm-operator/manifests/0.4.0/09-tectoniccomponents.configmap.yaml @@ -374,8 +374,6 @@ data: requests: cpu: 50m memory: 50Mi - imagePullSecrets: - - name: coreos-pull-secret restartPolicy: Always serviceAccount: chargeback-helm-operator terminationGracePeriodSeconds: 30 diff --git a/deploy/tectonic-alm-operator/manifests/0.4.0/10-tectonicocs.catalogsource.yaml b/deploy/tectonic-alm-operator/manifests/0.4.0/10-tectonicocs.catalogsource.yaml index 315d3960638..16e1679e569 100644 --- a/deploy/tectonic-alm-operator/manifests/0.4.0/10-tectonicocs.catalogsource.yaml +++ b/deploy/tectonic-alm-operator/manifests/0.4.0/10-tectonicocs.catalogsource.yaml @@ -13,8 +13,6 @@ spec: name: tectonic-ocs sourceType: internal configMap: tectonic-ocs - secrets: - - coreos-pull-secret displayName: Tectonic Open Cloud Services publisher: CoreOS, Inc. diff --git a/deploy/tectonic-alm-operator/manifests/0.4.0/11-tectoniccomponents.catalogsource.yaml b/deploy/tectonic-alm-operator/manifests/0.4.0/11-tectoniccomponents.catalogsource.yaml index 9d34639b092..e40486a0049 100644 --- a/deploy/tectonic-alm-operator/manifests/0.4.0/11-tectoniccomponents.catalogsource.yaml +++ b/deploy/tectonic-alm-operator/manifests/0.4.0/11-tectoniccomponents.catalogsource.yaml @@ -13,8 +13,6 @@ spec: name: tectonic-components sourceType: internal configMap: tectonic-components - secrets: - - coreos-pull-secret displayName: Tectonic Cluster Components publisher: CoreOS, Inc. diff --git a/deploy/tectonic-alm-operator/manifests/0.4.0/12-alm-operator.deployment.yaml b/deploy/tectonic-alm-operator/manifests/0.4.0/12-alm-operator.deployment.yaml index 715dbacb797..0c4a31e1c9c 100644 --- a/deploy/tectonic-alm-operator/manifests/0.4.0/12-alm-operator.deployment.yaml +++ b/deploy/tectonic-alm-operator/manifests/0.4.0/12-alm-operator.deployment.yaml @@ -25,7 +25,7 @@ spec: - name: alm-operator command: - /bin/alm - image: quay.io/coreos/alm@sha256:d3c8a14835602da60011e2a7db7bdf546f7f0116fb10c11313cd9af68bfd484a + image: quay.io/coreos/olm@sha256:351f0c4973a88a4ea606721555829776429b0ecb53d5a2bfee6bce459d109e5b imagePullPolicy: IfNotPresent ports: - containerPort: 8080 diff --git a/deploy/tectonic-alm-operator/manifests/0.4.0/13-catalog-operator.deployment.yaml b/deploy/tectonic-alm-operator/manifests/0.4.0/13-catalog-operator.deployment.yaml index b99d1f8f540..31868b31db9 100644 --- a/deploy/tectonic-alm-operator/manifests/0.4.0/13-catalog-operator.deployment.yaml +++ b/deploy/tectonic-alm-operator/manifests/0.4.0/13-catalog-operator.deployment.yaml @@ -28,7 +28,7 @@ spec: - '-namespace' - tectonic-system - '-debug' - image: quay.io/coreos/catalog@sha256:e0b5e4c6f1d89122780f6d98c7052b8426c3b94d35655538f562d8849bcbbc66 + image: quay.io/coreos/catalog@sha256:54571e25474a9a063a144922e7321203e5aa5e63d03f748682d559341359a916 imagePullPolicy: IfNotPresent ports: - containerPort: 8080 diff --git a/deploy/tectonic-alm-operator/values.yaml b/deploy/tectonic-alm-operator/values.yaml index 75ff12a4cf6..d669911d4d3 100644 --- a/deploy/tectonic-alm-operator/values.yaml +++ b/deploy/tectonic-alm-operator/values.yaml @@ -4,7 +4,7 @@ catalog_namespace: tectonic-system alm: replicaCount: 1 image: - ref: quay.io/coreos/alm@sha256:d3c8a14835602da60011e2a7db7bdf546f7f0116fb10c11313cd9af68bfd484a + ref: quay.io/coreos/olm@sha256:351f0c4973a88a4ea606721555829776429b0ecb53d5a2bfee6bce459d109e5b pullPolicy: IfNotPresent service: internalPort: 8080 @@ -12,7 +12,7 @@ alm: catalog: replicaCount: 1 image: - ref: quay.io/coreos/catalog@sha256:e0b5e4c6f1d89122780f6d98c7052b8426c3b94d35655538f562d8849bcbbc66 + ref: quay.io/coreos/catalog@sha256:54571e25474a9a063a144922e7321203e5aa5e63d03f748682d559341359a916 pullPolicy: IfNotPresent service: internalPort: 8080