Skip to content

fix: update helm chart thanos to 11.6.4 #2653

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

Merged
merged 1 commit into from
Dec 2, 2022
Merged

fix: update helm chart thanos to 11.6.4 #2653

merged 1 commit into from
Dec 2, 2022

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Dec 2, 2022

This PR contains the following updates:

Package Update Change
thanos (source) patch 11.6.3 -> 11.6.4

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Renovate Bot.

@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Dec 2, 2022

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@bloopy-boi bloopy-boi bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Dec 2, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Dec 2, 2022

Path: cluster/apps/monitoring/thanos/helm-release.yaml
Version: 11.6.3 -> 11.6.4

@@ -228,7 +228,7 @@
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: bucketweb
 annotations:
- checksum/objstore-configuration: fcee7d0fa687e54b8096d5f6a3873591c02bce23ab51b10109a1debabe18d558
+ checksum/objstore-configuration: 3f78dd01ceb7adc3e6e5bc84a515ca65db665b50305bf17408401b1d11ff40c9
 spec:
 serviceAccount: thanos-bucketweb
 automountServiceAccountToken: true
@@ -242,8 +242,6 @@
 app.kubernetes.io/name: thanos
 app.kubernetes.io/instance: thanos
 app.kubernetes.io/component: bucketweb
- namespaces:
- - "default"
 topologyKey: kubernetes.io/hostname
 weight: 1
 nodeAffinity:
@@ -251,7 +249,7 @@
 fsGroup: 1001
 containers:
 - name: bucketweb
- image: docker.io/bitnami/thanos:0.28.1-scratch-r0
+ image: docker.io/bitnami/thanos:0.29.0-scratch-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
@@ -331,7 +329,7 @@
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: compactor
 annotations:
- checksum/objstore-configuration: fcee7d0fa687e54b8096d5f6a3873591c02bce23ab51b10109a1debabe18d558
+ checksum/objstore-configuration: 3f78dd01ceb7adc3e6e5bc84a515ca65db665b50305bf17408401b1d11ff40c9
 spec:
 serviceAccount: thanos-compactor
 automountServiceAccountToken: true
@@ -345,8 +343,6 @@
 app.kubernetes.io/name: thanos
 app.kubernetes.io/instance: thanos
 app.kubernetes.io/component: compactor
- namespaces:
- - "default"
 topologyKey: kubernetes.io/hostname
 weight: 1
 nodeAffinity:
@@ -354,7 +350,7 @@
 fsGroup: 1001
 containers:
 - name: compactor
- image: docker.io/bitnami/thanos:0.28.1-scratch-r0
+ image: docker.io/bitnami/thanos:0.29.0-scratch-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
@@ -452,8 +448,6 @@
 app.kubernetes.io/name: thanos
 app.kubernetes.io/instance: thanos
 app.kubernetes.io/component: query
- namespaces:
- - "default"
 topologyKey: kubernetes.io/hostname
 weight: 1
 nodeAffinity:
@@ -461,7 +455,7 @@
 fsGroup: 1001
 containers:
 - name: query
- image: docker.io/bitnami/thanos:0.28.1-scratch-r0
+ image: docker.io/bitnami/thanos:0.29.0-scratch-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
@@ -540,7 +534,7 @@
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: storegateway
 annotations:
- checksum/objstore-configuration: fcee7d0fa687e54b8096d5f6a3873591c02bce23ab51b10109a1debabe18d558
+ checksum/objstore-configuration: 3f78dd01ceb7adc3e6e5bc84a515ca65db665b50305bf17408401b1d11ff40c9
 spec:
 serviceAccount: thanos-storegateway
 automountServiceAccountToken: true
@@ -554,8 +548,6 @@
 app.kubernetes.io/name: thanos
 app.kubernetes.io/instance: thanos
 app.kubernetes.io/component: storegateway
- namespaces:
- - "default"
 topologyKey: kubernetes.io/hostname
 weight: 1
 nodeAffinity:
@@ -563,7 +555,7 @@
 fsGroup: 1001
 containers:
 - name: storegateway
- image: docker.io/bitnami/thanos:0.28.1-scratch-r0
+ image: docker.io/bitnami/thanos:0.29.0-scratch-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false

@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Dec 2, 2022

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.19s
✅ YAML prettier 1 0 0 0.49s
✅ YAML yamllint 1 0 0.22s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@h3mmy h3mmy merged commit 804ac03 into main Dec 2, 2022
@h3mmy h3mmy deleted the renovate/thanos branch December 2, 2022 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant