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 reloader ( 1.0.75 → 1.0.76 ) #3404

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Apr 8, 2024

This PR contains the following updates:

Package Update Change
reloader patch 1.0.75 -> 1.0.76

Release Notes

stakater/Reloader (reloader)

v1.0.76

Compare Source

Changelog

  • 9890538 Add missing condition in upgrade test
  • 1cae7a0 Merge branch 'master' into issue-582-auto-annotation-with-resource-type-squashed
  • b4fe7fb Merge branch 'master' into issue-582-auto-annotation-with-resource-type-squashed
  • 4c42681 Merge pull request #​604 from kichel98/issue-582-auto-annotation-with-resource-type-squashed
  • bccefb1 [#​582] Allow to use auto annotation with specific resource type (configmap or secret)
  • 9e7fca4 [skip-ci] Update artifacts

| datasource | package  | from   | to     |
| ---------- | -------- | ------ | ------ |
| helm       | reloader | 1.0.75 | 1.0.76 |
@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 Apr 8, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Apr 8, 2024

--- HelmRelease: system/reloader Deployment: system/reloader-reloader

+++ HelmRelease: system/reloader Deployment: system/reloader-reloader

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

     app: reloader-reloader
     release: reloader
     heritage: Helm
     app.kubernetes.io/managed-by: Helm
     group: com.stakater.platform
     provider: stakater
-    version: v1.0.75
+    version: v1.0.76
   name: reloader-reloader
   namespace: system
 spec:
   replicas: 1
   revisionHistoryLimit: 2
   selector:
@@ -28,16 +28,16 @@

         app: reloader-reloader
         release: reloader
         heritage: Helm
         app.kubernetes.io/managed-by: Helm
         group: com.stakater.platform
         provider: stakater
-        version: v1.0.75
+        version: v1.0.76
     spec:
       containers:
-      - image: ghcr.io/stakater/reloader:v1.0.75
+      - image: ghcr.io/stakater/reloader:v1.0.76
         imagePullPolicy: IfNotPresent
         name: reloader-reloader
         ports:
         - name: http
           containerPort: 9090
         livenessProbe:

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Apr 8, 2024

--- kubernetes/main/apps/system/reloader/app Kustomization: flux-system/system-reloader HelmRelease: system/reloader

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

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

       chart: reloader
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: stakater-charts
         namespace: flux-system
-      version: 1.0.75
+      version: 1.0.76
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3

@szinn szinn merged commit 8eff170 into main Apr 8, 2024
11 checks passed
@szinn szinn deleted the renovate/main-reloader-1.x branch April 8, 2024 11:01
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