Skip to content

feat(helm): update chart clickstack-operators ( 1.0.0 ➔ 1.1.0 ) - #372

Merged
wcygan merged 1 commit into
mainfrom
renovate/clickstack-operators-1.x
Aug 2, 2026
Merged

feat(helm): update chart clickstack-operators ( 1.0.0 ➔ 1.1.0 )#372
wcygan merged 1 commit into
mainfrom
renovate/clickstack-operators-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
clickstack-operators (source) minor 1.0.01.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ClickHouse/ClickStack-helm-charts (clickstack-operators)

v1.1.0

Compare 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)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown
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:

@github-actions

Copy link
Copy Markdown
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
 

@wcygan
wcygan merged commit edf8eab into main Aug 2, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/clickstack-operators-1.x branch August 2, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant