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

fix(container): update image thanos to v1.17.1 #2442

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented May 15, 2024

This PR contains the following updates:

Package Update Change
thanos (source) patch 1.17.0 -> 1.17.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

@layla-bot layla-bot bot requested a review from kashalls as a code owner May 15, 2024 10:05
@layla-bot layla-bot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory cluster/main labels May 15, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented May 15, 2024

--- HelmRelease: kube-system/intel-device-plugin-operator Deployment: kube-system/inteldeviceplugins-controller-manager

+++ HelmRelease: kube-system/intel-device-plugin-operator Deployment: kube-system/inteldeviceplugins-controller-manager

@@ -20,13 +20,13 @@

       - args: null
         env:
         - name: DEVICEPLUGIN_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: intel/intel-deviceplugin-operator:0.30.0
+        image: intel/intel-deviceplugin-operator:0.29.0
         imagePullPolicy: IfNotPresent
         name: manager
         ports:
         - containerPort: 9443
           name: webhook-server
           protocol: TCP
@@ -55,25 +55,23 @@

       - args:
         - --secure-listen-address=0.0.0.0:8443
         - --upstream=http://127.0.0.1:8080/
         - --logtostderr=true
         - --tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
         - --v=10
-        image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
+        image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
         name: kube-rbac-proxy
         ports:
         - containerPort: 8443
           name: https
         securityContext:
           allowPrivilegeEscalation: false
           readOnlyRootFilesystem: true
           runAsGroup: 1000
           runAsNonRoot: true
           runAsUser: 1000
-          seccompProfile:
-            type: RuntimeDefault
       nodeSelector:
         kubernetes.io/arch: amd64
       serviceAccountName: default
       terminationGracePeriodSeconds: 10
       volumes:
       - name: cert
--- HelmRelease: observability/thanos Deployment: observability/thanos-query-frontend

+++ HelmRelease: observability/thanos Deployment: observability/thanos-query-frontend

@@ -26,15 +26,30 @@

       annotations:
         configmap.reloader.stakater.com/reload: thanos-cache-configmap
     spec:
       serviceAccountName: thanos-query-frontend
       securityContext:
         fsGroup: 65534
+        runAsGroup: 65532
+        runAsNonRoot: true
         runAsUser: 65534
+        seccompProfile:
+          type: RuntimeDefault
       containers:
       - name: thanos-query-frontend
+        securityContext:
+          allowPrivilegeEscalation: false
+          capabilities:
+            drop:
+            - ALL
+          readOnlyRootFilesystem: true
+          runAsGroup: 65532
+          runAsNonRoot: true
+          runAsUser: 65534
+          seccompProfile:
+            type: RuntimeDefault
         image: quay.io/thanos/thanos:v0.35.0
         imagePullPolicy: IfNotPresent
         env:
         - name: HOST_IP_ADDRESS
           valueFrom:
             fieldRef:
--- HelmRelease: observability/thanos Deployment: observability/thanos-query

+++ HelmRelease: observability/thanos Deployment: observability/thanos-query

@@ -24,15 +24,30 @@

         app.kubernetes.io/instance: thanos
         app.kubernetes.io/component: query
     spec:
       serviceAccountName: thanos-query
       securityContext:
         fsGroup: 65534
+        runAsGroup: 65532
+        runAsNonRoot: true
         runAsUser: 65534
+        seccompProfile:
+          type: RuntimeDefault
       containers:
       - name: thanos-query
+        securityContext:
+          allowPrivilegeEscalation: false
+          capabilities:
+            drop:
+            - ALL
+          readOnlyRootFilesystem: true
+          runAsGroup: 65532
+          runAsNonRoot: true
+          runAsUser: 65534
+          seccompProfile:
+            type: RuntimeDefault
         image: quay.io/thanos/thanos:v0.35.0
         imagePullPolicy: IfNotPresent
         env:
         - name: HOST_IP_ADDRESS
           valueFrom:
             fieldRef:
--- HelmRelease: observability/thanos StatefulSet: observability/thanos-compact

+++ HelmRelease: observability/thanos StatefulSet: observability/thanos-compact

@@ -25,15 +25,30 @@

         app.kubernetes.io/instance: thanos
         app.kubernetes.io/component: compact
     spec:
       serviceAccountName: thanos-compact
       securityContext:
         fsGroup: 65534
+        runAsGroup: 65532
+        runAsNonRoot: true
         runAsUser: 65534
+        seccompProfile:
+          type: RuntimeDefault
       containers:
       - name: thanos-compact
+        securityContext:
+          allowPrivilegeEscalation: false
+          capabilities:
+            drop:
+            - ALL
+          readOnlyRootFilesystem: true
+          runAsGroup: 65532
+          runAsNonRoot: true
+          runAsUser: 65534
+          seccompProfile:
+            type: RuntimeDefault
         image: quay.io/thanos/thanos:v0.35.0
         imagePullPolicy: IfNotPresent
         env:
         - name: NAME
           valueFrom:
             fieldRef:
--- HelmRelease: observability/thanos StatefulSet: observability/thanos-rule

+++ HelmRelease: observability/thanos StatefulSet: observability/thanos-rule

@@ -25,15 +25,30 @@

         app.kubernetes.io/instance: thanos
         app.kubernetes.io/component: rule
     spec:
       serviceAccountName: thanos-rule
       securityContext:
         fsGroup: 65534
+        runAsGroup: 65532
+        runAsNonRoot: true
         runAsUser: 65534
+        seccompProfile:
+          type: RuntimeDefault
       containers:
       - name: thanos-rule
+        securityContext:
+          allowPrivilegeEscalation: false
+          capabilities:
+            drop:
+            - ALL
+          readOnlyRootFilesystem: true
+          runAsGroup: 65532
+          runAsNonRoot: true
+          runAsUser: 65534
+          seccompProfile:
+            type: RuntimeDefault
         image: quay.io/thanos/thanos:v0.35.0
         imagePullPolicy: IfNotPresent
         env:
         - name: NAME
           valueFrom:
             fieldRef:
--- HelmRelease: observability/thanos StatefulSet: observability/thanos-store-gateway

+++ HelmRelease: observability/thanos StatefulSet: observability/thanos-store-gateway

@@ -27,15 +27,30 @@

       annotations:
         configmap.reloader.stakater.com/reload: thanos-cache-configmap
     spec:
       serviceAccountName: thanos-store-gateway
       securityContext:
         fsGroup: 65534
+        runAsGroup: 65532
+        runAsNonRoot: true
         runAsUser: 65534
+        seccompProfile:
+          type: RuntimeDefault
       containers:
       - name: thanos-store-gateway
+        securityContext:
+          allowPrivilegeEscalation: false
+          capabilities:
+            drop:
+            - ALL
+          readOnlyRootFilesystem: true
+          runAsGroup: 65532
+          runAsNonRoot: true
+          runAsUser: 65534
+          seccompProfile:
+            type: RuntimeDefault
         image: quay.io/thanos/thanos:v0.35.0
         imagePullPolicy: IfNotPresent
         env:
         - name: NAME
           valueFrom:
             fieldRef:

@layla-bot
Copy link
Contributor Author

layla-bot bot commented May 15, 2024

--- kubernetes/main/apps/kube-system/intel-device-plugin/app Kustomization: flux-system/intel-device-plugin HelmRelease: kube-system/intel-device-plugin-operator

+++ kubernetes/main/apps/kube-system/intel-device-plugin/app Kustomization: flux-system/intel-device-plugin HelmRelease: kube-system/intel-device-plugin-operator

@@ -13,13 +13,13 @@

     spec:
       chart: intel-device-plugins-operator
       sourceRef:
         kind: HelmRepository
         name: intel
         namespace: flux-system
-      version: 0.30.0
+      version: 0.29.0
   dependsOn:
   - name: node-feature-discovery
     namespace: kube-system
   install:
     crds: CreateReplace
     remediation:
--- kubernetes/main/apps/observability/thanos/app Kustomization: flux-system/thanos HelmRelease: observability/thanos

+++ kubernetes/main/apps/observability/thanos/app Kustomization: flux-system/thanos HelmRelease: observability/thanos

@@ -13,13 +13,13 @@

     spec:
       chart: thanos
       sourceRef:
         kind: HelmRepository
         name: stevehipwell
         namespace: flux-system
-      version: 1.17.0
+      version: 1.17.1
   dependsOn:
   - name: openebs
     namespace: openebs-system
   - name: rook-ceph-cluster
     namespace: rook-ceph
   install:

@layla-bot layla-bot bot force-pushed the renovate/thanos branch 5 times, most recently from 79fae33 to 984541f Compare May 21, 2024 06:25
@kashalls kashalls merged commit 38f7fcf into main May 21, 2024
14 checks passed
@layla-bot layla-bot bot deleted the renovate/thanos branch May 21, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant