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(helm): update chart snapshot-controller ( 3.0.3 → 3.0.4 ) #3824

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jun 12, 2024

This PR contains the following updates:

Package Update Change
snapshot-controller patch 3.0.3 -> 3.0.4

Release Notes

piraeusdatastore/helm-charts (snapshot-controller)

v3.0.4

Compare Source

Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every VolumeSnapshot and VolumeSnapshotContent resource by sending it to the webhook.

| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| helm       | snapshot-controller | 3.0.3 | 3.0.4 |
@repo-jeeves repo-jeeves bot added renovate/helm Issue relates to a Renovate helm update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jun 12, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 12, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.11s
✅ REPOSITORY git_diff yes no 0.07s
✅ REPOSITORY secretlint yes no 2.99s
✅ YAML prettier 1 0 0.52s
✅ YAML yamllint 1 0 0.27s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 12, 2024

--- kubernetes/main/apps/observability/kube-prometheus-stack/app Kustomization: flux-system/observability-kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack

+++ kubernetes/main/apps/observability/kube-prometheus-stack/app Kustomization: flux-system/observability-kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack

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

     spec:
       chart: kube-prometheus-stack
       sourceRef:
         kind: HelmRepository
         name: prometheus-community-charts
         namespace: flux-system
-      version: 60.1.0
+      version: 60.0.2
   dependsOn:
   - name: prometheus-operator-crds
     namespace: observability
   install:
     crds: Skip
     remediation:
--- kubernetes/main/apps/system/snapshot-controller/app Kustomization: flux-system/system-snapshot-controller HelmRelease: system/snapshot-controller

+++ kubernetes/main/apps/system/snapshot-controller/app Kustomization: flux-system/system-snapshot-controller HelmRelease: system/snapshot-controller

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

       chart: snapshot-controller
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: piraeus-charts
         namespace: flux-system
-      version: 3.0.3
+      version: 3.0.4
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 12, 2024

--- HelmRelease: observability/kube-prometheus-stack DaemonSet: observability/node-exporter

+++ HelmRelease: observability/kube-prometheus-stack DaemonSet: observability/node-exporter

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

         runAsGroup: 65534
         runAsNonRoot: true
         runAsUser: 65534
       serviceAccountName: node-exporter
       containers:
       - name: node-exporter
-        image: quay.io/prometheus/node-exporter:v1.8.1
+        image: quay.io/prometheus/node-exporter:v1.8.0
         imagePullPolicy: IfNotPresent
         args:
         - --path.procfs=/host/proc
         - --path.sysfs=/host/sys
         - --path.rootfs=/host/root
         - --path.udev.data=/host/root/run/udev/data

@szinn szinn merged commit 077ba9c into main Jun 12, 2024
12 checks passed
@szinn szinn deleted the renovate/main-snapshot-controller-3.x branch June 12, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/helm Issue relates to a Renovate helm update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant