feat(helm): update chart clickstack-operators ( 1.0.0 ➔ 1.1.0 ) - #372
Merged
Conversation
Contributor
--- kubernetes/apps/clickstack/clickstack-operators/app Kustomization: clickstack/clickstack-operators HelmRelease: clickstack/clickstack-operators
+++ kubernetes/apps/clickstack/clickstack-operators/app Kustomization: clickstack/clickstack-operators HelmRelease: clickstack/clickstack-operators
@@ -12,13 +12,13 @@
spec:
chart: clickstack-operators
interval: 15m
sourceRef:
kind: HelmRepository
name: clickstack
- version: 1.0.0
+ version: 1.1.0
install:
crds: CreateReplace
strategy:
name: RetryOnFailure
interval: 1h
rollback: |
Contributor
--- HelmRelease: clickstack/clickstack-operators ClusterRole: clickstack/clickstack-operators-clickhouse-operator-manager-role
+++ HelmRelease: clickstack/clickstack-operators ClusterRole: clickstack/clickstack-operators-clickhouse-operator-manager-role
@@ -33,12 +33,22 @@
- apiGroups:
- apps
resources:
- statefulsets/status
verbs:
- get
+- apiGroups:
+ - batch
+ resources:
+ - jobs
+ verbs:
+ - create
+ - delete
+ - get
+ - list
+ - watch
- apiGroups:
- clickhouse.com
resources:
- clickhouseclusters
- keeperclusters
verbs:
--- HelmRelease: clickstack/clickstack-operators Service: clickstack/clickstack-operators-clickhouse-operator-metrics-service
+++ HelmRelease: clickstack/clickstack-operators Service: clickstack/clickstack-operators-clickhouse-operator-metrics-service
@@ -8,13 +8,13 @@
app.kubernetes.io/instance: clickstack-operators
control-plane: controller-manager
name: clickstack-operators-clickhouse-operator-metrics-service
namespace: clickstack
spec:
ports:
- - name: metrics
+ - name: https
port: 8080
protocol: TCP
targetPort: 8080
selector:
app.kubernetes.io/name: clickhouse-operator
control-plane: controller-manager
--- HelmRelease: clickstack/clickstack-operators Deployment: clickstack/clickstack-operators-clickhouse-operator-controller-manager
+++ HelmRelease: clickstack/clickstack-operators Deployment: clickstack/clickstack-operators-clickhouse-operator-controller-manager
@@ -38,29 +38,26 @@
- ppc64le
- s390x
- key: kubernetes.io/os
operator: In
values:
- linux
- securityContext:
- runAsNonRoot: true
- seccompProfile:
- type: RuntimeDefault
containers:
- name: manager
- args:
- - --leader-elect
- - --health-probe-bind-address=:8081
- - --metrics-bind-address=:8080
- - --metrics-secure=false
command:
- /manager
+ args:
+ - --metrics-bind-address=:8080
+ - --health-probe-bind-address=:8081
+ - --leader-elect
env:
- name: ENABLE_WEBHOOKS
value: 'false'
- image: ghcr.io/clickhouse/clickhouse-operator:v0.0.1
+ - name: ENABLE_PDB
+ value: 'true'
+ image: ghcr.io/clickhouse/clickhouse-operator:v0.0.7
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
@@ -85,9 +82,13 @@
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
+ securityContext:
+ runAsNonRoot: true
+ seccompProfile:
+ type: RuntimeDefault
serviceAccountName: clickstack-operators-clickhouse-operator-controller-manager
terminationGracePeriodSeconds: 10
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0→1.1.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ClickHouse/ClickStack-helm-charts (clickstack-operators)
v1.1.0Compare Source
Minor Changes
8fcee9a: Supports passing additional arguments to the check-alerts task. This allows setting the concurrency and sourceTimeoutMs through helm.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.