Skip to content

Commit

Permalink
Update etcd and prometheus to latest operator versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell committed Dec 7, 2017
1 parent 59038fb commit 2fb7208
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
20 changes: 10 additions & 10 deletions Documentation/install/alm_resources/tectonicocs.configmap.yaml
Expand Up @@ -149,7 +149,7 @@ data:
- apiVersion: app.coreos.com/v1alpha1
kind: ClusterServiceVersion-v1
metadata:
name: etcdoperator.v0.6.1
name: etcdoperator.v0.7.2
namespace: placeholder
spec:
displayName: etcd
Expand All @@ -173,7 +173,7 @@ data:
**Backups included**
Coming soon, the ability to schedule backups to happen on or off cluster.
keywords: ['etcd', 'key value', 'database', 'coreos', 'open source']
version: 0.6.1
version: 0.7.2
maturity: alpha
maintainers:
- name: CoreOS, Inc
Expand All @@ -182,7 +182,7 @@ data:
provider:
name: CoreOS, Inc
labels:
alm-status-descriptors: etcdoperator.v0.6.1
alm-status-descriptors: etcdoperator.v0.7.2
alm-owner-etcd: etcdoperator
operated-by: etcdoperator
selector:
Expand Down Expand Up @@ -256,7 +256,7 @@ data:
command:
- etcd-operator
- --create-crd=false
image: quay.io/coreos/etcd-operator@sha256:bd944a211eaf8f31da5e6d69e8541e7cada8f16a9f7a5a570b22478997819943
image: quay.io/coreos/etcd-operator@sha256:568aea1174a72946bda083822f198f1a1ea2ef87ca0693eefeb380076c2da3c3
env:
- name: MY_POD_NAMESPACE
valueFrom:
Expand Down Expand Up @@ -317,7 +317,7 @@ data:
- apiVersion: app.coreos.com/v1alpha1
kind: ClusterServiceVersion-v1
metadata:
name: prometheusoperator.0.14.0
name: prometheusoperator.0.15.0
namespace: placeholder
spec:
displayName: Prometheus
Expand Down Expand Up @@ -359,7 +359,7 @@ data:
url: https://github.com/coreos/prometheus-operator
labels:
alm-status-descriptors: prometheusoperator.0.14.0
alm-status-descriptors: prometheusoperator.0.15.0
alm-owner-prometheus: prometheusoperator
selector:
Expand Down Expand Up @@ -441,13 +441,13 @@ data:
serviceAccount: prometheus-operator-0-14-0
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator@sha256:5037b4e90dbb03ebdefaa547ddf6a1f748c8eeebeedf6b9d9f0913ad662b5731
image: quay.io/coreos/prometheus-operator@sha256:0e92dd9b5789c4b13d53e1319d0a6375bcca4caaf0d698af61198061222a576d
command:
- sh
- -c
- >
/bin/operator --namespace=$K8S_NAMESPACE --crd-apigroup monitoring.coreos.com
--labels alm-status-descriptors=prometheusoperator.0.14.0,alm-owner-prometheus=prometheusoperator
--labels alm-status-descriptors=prometheusoperator.0.15.0,alm-owner-prometheus=prometheusoperator
--kubelet-service=kube-system/kubelet
--config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
env:
Expand All @@ -466,8 +466,8 @@ data:
cpu: 100m
memory: 50Mi
maturity: alpha
version: 0.14.0
replaces: prometheusoperator.0.13.0
version: 0.15.0
replaces: prometheusoperator.0.14.0
customresourcedefinitions:
owned:
- name: prometheuses.monitoring.coreos.com
Expand Down
8 changes: 4 additions & 4 deletions catalog_resources/etcdoperator.clusterserviceversion.yaml
Expand Up @@ -3,7 +3,7 @@
apiVersion: app.coreos.com/v1alpha1
kind: ClusterServiceVersion-v1
metadata:
name: etcdoperator.v0.6.1
name: etcdoperator.v0.7.2
namespace: placeholder
spec:
displayName: etcd
Expand All @@ -27,7 +27,7 @@ spec:
**Backups included**
Coming soon, the ability to schedule backups to happen on or off cluster.
keywords: ['etcd', 'key value', 'database', 'coreos', 'open source']
version: 0.6.1
version: 0.7.2
maturity: alpha
maintainers:
- name: CoreOS, Inc
Expand All @@ -36,7 +36,7 @@ spec:
provider:
name: CoreOS, Inc
labels:
alm-status-descriptors: etcdoperator.v0.6.1
alm-status-descriptors: etcdoperator.v0.7.2
alm-owner-etcd: etcdoperator
operated-by: etcdoperator
selector:
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
command:
- etcd-operator
- --create-crd=false
image: quay.io/coreos/etcd-operator@sha256:bd944a211eaf8f31da5e6d69e8541e7cada8f16a9f7a5a570b22478997819943
image: quay.io/coreos/etcd-operator@sha256:e552b908b9f4272dfc28f5386b861c608f1f8dabda9176639021d8ca095ff1fa
env:
- name: MY_POD_NAMESPACE
valueFrom:
Expand Down
12 changes: 6 additions & 6 deletions catalog_resources/prometheusoperator.clusterserviceversion.yaml
Expand Up @@ -3,7 +3,7 @@
apiVersion: app.coreos.com/v1alpha1
kind: ClusterServiceVersion-v1
metadata:
name: prometheusoperator.0.14.0
name: prometheusoperator.0.15.0
namespace: placeholder
spec:
displayName: Prometheus
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
url: https://github.com/coreos/prometheus-operator

labels:
alm-status-descriptors: prometheusoperator.0.14.0
alm-status-descriptors: prometheusoperator.0.15.0
alm-owner-prometheus: prometheusoperator

selector:
Expand Down Expand Up @@ -127,13 +127,13 @@ spec:
serviceAccount: prometheus-operator-0-14-0
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator@sha256:5037b4e90dbb03ebdefaa547ddf6a1f748c8eeebeedf6b9d9f0913ad662b5731
image: quay.io/coreos/prometheus-operator@sha256:0e92dd9b5789c4b13d53e1319d0a6375bcca4caaf0d698af61198061222a576d
command:
- sh
- -c
- >
/bin/operator --namespace=$K8S_NAMESPACE --crd-apigroup monitoring.coreos.com
--labels alm-status-descriptors=prometheusoperator.0.14.0,alm-owner-prometheus=prometheusoperator
--labels alm-status-descriptors=prometheusoperator.0.15.0,alm-owner-prometheus=prometheusoperator
--kubelet-service=kube-system/kubelet
--config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
env:
Expand All @@ -152,8 +152,8 @@ spec:
cpu: 100m
memory: 50Mi
maturity: alpha
version: 0.14.0
replaces: prometheusoperator.0.13.0
version: 0.15.0
replaces: prometheusoperator.0.14.0
customresourcedefinitions:
owned:
- name: prometheuses.monitoring.coreos.com
Expand Down
20 changes: 10 additions & 10 deletions catalog_resources/tectonicocs.configmap.yaml
Expand Up @@ -149,7 +149,7 @@ data:
- apiVersion: app.coreos.com/v1alpha1
kind: ClusterServiceVersion-v1
metadata:
name: etcdoperator.v0.6.1
name: etcdoperator.v0.7.2
namespace: placeholder
spec:
displayName: etcd
Expand All @@ -173,7 +173,7 @@ data:
**Backups included**
Coming soon, the ability to schedule backups to happen on or off cluster.
keywords: ['etcd', 'key value', 'database', 'coreos', 'open source']
version: 0.6.1
version: 0.7.2
maturity: alpha
maintainers:
- name: CoreOS, Inc
Expand All @@ -182,7 +182,7 @@ data:
provider:
name: CoreOS, Inc
labels:
alm-status-descriptors: etcdoperator.v0.6.1
alm-status-descriptors: etcdoperator.v0.7.2
alm-owner-etcd: etcdoperator
operated-by: etcdoperator
selector:
Expand Down Expand Up @@ -256,7 +256,7 @@ data:
command:
- etcd-operator
- --create-crd=false
image: quay.io/coreos/etcd-operator@sha256:bd944a211eaf8f31da5e6d69e8541e7cada8f16a9f7a5a570b22478997819943
image: quay.io/coreos/etcd-operator@sha256:568aea1174a72946bda083822f198f1a1ea2ef87ca0693eefeb380076c2da3c3
env:
- name: MY_POD_NAMESPACE
valueFrom:
Expand Down Expand Up @@ -317,7 +317,7 @@ data:
- apiVersion: app.coreos.com/v1alpha1
kind: ClusterServiceVersion-v1
metadata:
name: prometheusoperator.0.14.0
name: prometheusoperator.0.15.0
namespace: placeholder
spec:
displayName: Prometheus
Expand Down Expand Up @@ -359,7 +359,7 @@ data:
url: https://github.com/coreos/prometheus-operator
labels:
alm-status-descriptors: prometheusoperator.0.14.0
alm-status-descriptors: prometheusoperator.0.15.0
alm-owner-prometheus: prometheusoperator
selector:
Expand Down Expand Up @@ -441,13 +441,13 @@ data:
serviceAccount: prometheus-operator-0-14-0
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator@sha256:5037b4e90dbb03ebdefaa547ddf6a1f748c8eeebeedf6b9d9f0913ad662b5731
image: quay.io/coreos/prometheus-operator@sha256:0e92dd9b5789c4b13d53e1319d0a6375bcca4caaf0d698af61198061222a576d
command:
- sh
- -c
- >
/bin/operator --namespace=$K8S_NAMESPACE --crd-apigroup monitoring.coreos.com
--labels alm-status-descriptors=prometheusoperator.0.14.0,alm-owner-prometheus=prometheusoperator
--labels alm-status-descriptors=prometheusoperator.0.15.0,alm-owner-prometheus=prometheusoperator
--kubelet-service=kube-system/kubelet
--config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
env:
Expand All @@ -466,8 +466,8 @@ data:
cpu: 100m
memory: 50Mi
maturity: alpha
version: 0.14.0
replaces: prometheusoperator.0.13.0
version: 0.15.0
replaces: prometheusoperator.0.14.0
customresourcedefinitions:
owned:
- name: prometheuses.monitoring.coreos.com
Expand Down

0 comments on commit 2fb7208

Please sign in to comment.