Skip to content

Commit

Permalink
Merge pull request operator-framework#340 from ecordell/recut-0.4.0
Browse files Browse the repository at this point in the history
Update manifests for 0.4.0 release
  • Loading branch information
ecordell authored May 1, 2018
2 parents 0719351 + 432ea29 commit 6f702d9
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1713,8 +1711,6 @@ data:
valueFrom:
fieldRef:
fieldPath: metadata.name
imagePullSecrets:
- name: coreos-pull-secret
version: 0.1.5
maturity: alpha
customresourcedefinitions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,6 @@ data:
requests:
cpu: 50m
memory: 50Mi
imagePullSecrets:
- name: coreos-pull-secret
restartPolicy: Always
serviceAccount: chargeback-helm-operator
terminationGracePeriodSeconds: 30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ spec:
name: tectonic-components
sourceType: internal
configMap: tectonic-components
secrets:
- coreos-pull-secret
displayName: Tectonic Cluster Components
publisher: CoreOS, Inc.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/tectonic-alm-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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

catalog:
replicaCount: 1
image:
ref: quay.io/coreos/catalog@sha256:e0b5e4c6f1d89122780f6d98c7052b8426c3b94d35655538f562d8849bcbbc66
ref: quay.io/coreos/catalog@sha256:54571e25474a9a063a144922e7321203e5aa5e63d03f748682d559341359a916
pullPolicy: IfNotPresent
service:
internalPort: 8080

0 comments on commit 6f702d9

Please sign in to comment.