Skip to content

Commit

Permalink
manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed May 11, 2022
1 parent 6689d3b commit 1c16177
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 106 deletions.
34 changes: 17 additions & 17 deletions deploy/operator/clickhouse-operator-install-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: CustomResourceDefinition
metadata:
name: clickhouseinstallations.clickhouse.altinity.com
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
spec:
group: clickhouse.altinity.com
scope: Namespaced
Expand Down Expand Up @@ -1351,7 +1351,7 @@ kind: CustomResourceDefinition
metadata:
name: clickhouseinstallationtemplates.clickhouse.altinity.com
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
spec:
group: clickhouse.altinity.com
scope: Namespaced
Expand Down Expand Up @@ -2682,7 +2682,7 @@ kind: CustomResourceDefinition
metadata:
name: clickhouseoperatorconfigurations.clickhouse.altinity.com
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
spec:
group: clickhouse.altinity.com
scope: Namespaced
Expand Down Expand Up @@ -2979,7 +2979,7 @@ metadata:
name: clickhouse-operator
namespace: {{ namespace }}
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
---
# Template Parameters:
#
Expand All @@ -2996,7 +2996,7 @@ metadata:
name: clickhouse-operator
namespace: {{ namespace }}
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
rules:
- apiGroups:
- ""
Expand Down Expand Up @@ -3153,7 +3153,7 @@ metadata:
name: clickhouse-operator
namespace: {{ namespace }}
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand All @@ -3175,7 +3175,7 @@ metadata:
name: etc-clickhouse-operator-files
namespace: {{ namespace }}
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
data:
config.yaml: |
Expand Down Expand Up @@ -3406,7 +3406,7 @@ metadata:
name: etc-clickhouse-operator-confd-files
namespace: {{ namespace }}
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
data:
---
Expand All @@ -3422,7 +3422,7 @@ metadata:
name: etc-clickhouse-operator-configd-files
namespace: {{ namespace }}
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
data:
01-clickhouse-01-listen.xml: |
Expand Down Expand Up @@ -3481,7 +3481,7 @@ metadata:
name: etc-clickhouse-operator-templatesd-files
namespace: {{ namespace }}
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
data:
001-templates.json.example: |
Expand Down Expand Up @@ -3581,7 +3581,7 @@ metadata:
name: etc-clickhouse-operator-usersd-files
namespace: {{ namespace }}
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
data:
01-clickhouse-user.xml: |
Expand Down Expand Up @@ -3632,8 +3632,8 @@ data:
#
# NAMESPACE={{ namespace }}
# COMMENT=
# OPERATOR_IMAGE=altinity/clickhouse-operator:0.18.4
# METRICS_EXPORTER_IMAGE=altinity/metrics-exporter:0.18.4
# OPERATOR_IMAGE=altinity/clickhouse-operator:0.18.5
# METRICS_EXPORTER_IMAGE=altinity/metrics-exporter:0.18.5
#
# Setup Deployment for clickhouse-operator
# Deployment would be created in kubectl-specified namespace
Expand All @@ -3643,7 +3643,7 @@ metadata:
name: clickhouse-operator
namespace: {{ namespace }}
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
spec:
replicas: 1
Expand Down Expand Up @@ -3677,7 +3677,7 @@ spec:
name: etc-clickhouse-operator-usersd-files
containers:
- name: clickhouse-operator
image: altinity/clickhouse-operator:0.18.4
image: altinity/clickhouse-operator:0.18.5
imagePullPolicy: Always
volumeMounts:
- name: etc-clickhouse-operator-folder
Expand Down Expand Up @@ -3742,7 +3742,7 @@ spec:
resource: limits.memory

- name: metrics-exporter
image: altinity/metrics-exporter:0.18.4
image: altinity/metrics-exporter:0.18.5
imagePullPolicy: Always
volumeMounts:
- name: etc-clickhouse-operator-folder
Expand Down Expand Up @@ -3775,7 +3775,7 @@ metadata:
name: clickhouse-operator-metrics
namespace: {{ namespace }}
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
spec:
ports:
Expand Down
34 changes: 17 additions & 17 deletions deploy/operator/clickhouse-operator-install-bundle-v1beta1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kind: CustomResourceDefinition
metadata:
name: clickhouseinstallations.clickhouse.altinity.com
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
spec:
group: clickhouse.altinity.com
scope: Namespaced
Expand Down Expand Up @@ -1333,7 +1333,7 @@ kind: CustomResourceDefinition
metadata:
name: clickhouseinstallationtemplates.clickhouse.altinity.com
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
spec:
group: clickhouse.altinity.com
scope: Namespaced
Expand Down Expand Up @@ -2651,7 +2651,7 @@ kind: CustomResourceDefinition
metadata:
name: clickhouseoperatorconfigurations.clickhouse.altinity.com
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
spec:
group: clickhouse.altinity.com
scope: Namespaced
Expand Down Expand Up @@ -2944,7 +2944,7 @@ metadata:
name: clickhouse-operator
namespace: kube-system
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
---
# Template Parameters:
#
Expand All @@ -2961,7 +2961,7 @@ metadata:
name: clickhouse-operator-kube-system
#namespace: kube-system
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
rules:
- apiGroups:
- ""
Expand Down Expand Up @@ -3118,7 +3118,7 @@ metadata:
name: clickhouse-operator-kube-system
#namespace: kube-system
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand All @@ -3140,7 +3140,7 @@ metadata:
name: etc-clickhouse-operator-files
namespace: kube-system
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
data:
config.yaml: |
Expand Down Expand Up @@ -3370,7 +3370,7 @@ metadata:
name: etc-clickhouse-operator-confd-files
namespace: kube-system
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
data:
---
Expand All @@ -3386,7 +3386,7 @@ metadata:
name: etc-clickhouse-operator-configd-files
namespace: kube-system
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
data:
01-clickhouse-01-listen.xml: |
Expand Down Expand Up @@ -3441,7 +3441,7 @@ metadata:
name: etc-clickhouse-operator-templatesd-files
namespace: kube-system
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
data:
001-templates.json.example: |
Expand Down Expand Up @@ -3539,7 +3539,7 @@ metadata:
name: etc-clickhouse-operator-usersd-files
namespace: kube-system
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
data:
01-clickhouse-user.xml: |
Expand Down Expand Up @@ -3589,8 +3589,8 @@ data:
#
# NAMESPACE=kube-system
# COMMENT=
# OPERATOR_IMAGE=altinity/clickhouse-operator:0.18.4
# METRICS_EXPORTER_IMAGE=altinity/metrics-exporter:0.18.4
# OPERATOR_IMAGE=altinity/clickhouse-operator:0.18.5
# METRICS_EXPORTER_IMAGE=altinity/metrics-exporter:0.18.5
#
# Setup Deployment for clickhouse-operator
# Deployment would be created in kubectl-specified namespace
Expand All @@ -3600,7 +3600,7 @@ metadata:
name: clickhouse-operator
namespace: kube-system
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
spec:
replicas: 1
Expand Down Expand Up @@ -3634,7 +3634,7 @@ spec:
name: etc-clickhouse-operator-usersd-files
containers:
- name: clickhouse-operator
image: altinity/clickhouse-operator:0.18.4
image: altinity/clickhouse-operator:0.18.5
imagePullPolicy: Always
volumeMounts:
- name: etc-clickhouse-operator-folder
Expand Down Expand Up @@ -3697,7 +3697,7 @@ spec:
containerName: clickhouse-operator
resource: limits.memory
- name: metrics-exporter
image: altinity/metrics-exporter:0.18.4
image: altinity/metrics-exporter:0.18.5
imagePullPolicy: Always
volumeMounts:
- name: etc-clickhouse-operator-folder
Expand Down Expand Up @@ -3730,7 +3730,7 @@ metadata:
name: clickhouse-operator-metrics
namespace: kube-system
labels:
clickhouse.altinity.com/chop: 0.18.4
clickhouse.altinity.com/chop: 0.18.5
app: clickhouse-operator
spec:
ports:
Expand Down
Loading

0 comments on commit 1c16177

Please sign in to comment.