Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update etcd and prometheus to latest operator versions #204

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions Documentation/install/alm_resources/tectonicocs.configmap.yaml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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