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

chore(deps): update helm release reloader to v1.2.0 #1956

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Update Change
reloader minor 1.1.0 -> 1.2.0

Warning

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


Release Notes

stakater/Reloader (reloader)

v1.2.0

Compare Source

Announcement 📢 📢 📢

From this release onwards, helm charts and images/git releases will have different semver versioning. If you are using git releases as a reference for helm charts, it will break in the future.
It is recommended to make changes to your workflows to accommodate these changes for smooth upgrades in the future.

Changes were made to the understanding of our mistakes in treating both helm chart and git releases as related artifacts so they had the same versioning on releases, which we consider is wrong and we are attempting to fix it.

Apologies in advance for trouble, if any.

** (Different versioning for both artifacts; for example, git release of v1.2.0 might not have a chart released with the same version) **

What's Changed

New Contributors

Full Changelog: stakater/Reloader@v1.1.0...v1.2.0


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 was generated by Mend Renovate. View the repository job log.

| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| helm       | reloader | 1.1.0 | 1.2.0 |
@mrwulf-action-bot
Copy link

--- cluster/apps Kustomization: flux-system/apps HelmRelease: system/reloader

+++ cluster/apps Kustomization: flux-system/apps HelmRelease: system/reloader

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

       chart: reloader
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: stakater-charts
         namespace: flux-system
-      version: 1.1.0
+      version: 1.2.0
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 5m
   upgrade:

@mrwulf-action-bot
Copy link

--- HelmRelease: system/reloader ClusterRole: system/reloader-role

+++ HelmRelease: system/reloader ClusterRole: system/reloader-role

@@ -30,22 +30,12 @@

   verbs:
   - list
   - get
   - update
   - patch
 - apiGroups:
-  - extensions
-  resources:
-  - deployments
-  - daemonsets
-  verbs:
-  - list
-  - get
-  - update
-  - patch
-- apiGroups:
   - batch
   resources:
   - cronjobs
   verbs:
   - list
   - get
--- HelmRelease: system/reloader Deployment: system/reloader

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

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

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

         app: reloader
         release: reloader
         heritage: Helm
         app.kubernetes.io/managed-by: Helm
         group: com.stakater.platform
         provider: stakater
-        version: v1.1.0
+        version: v1.2.0
     spec:
       containers:
-      - image: ghcr.io/stakater/reloader:v1.1.0
+      - image: ghcr.io/stakater/reloader:v1.2.0
         imagePullPolicy: IfNotPresent
         name: reloader
         env:
         - name: GOMAXPROCS
           valueFrom:
             resourceFieldRef:
               resource: limits.cpu
+              divisor: '1'
         - name: GOMEMLIMIT
           valueFrom:
             resourceFieldRef:
               resource: limits.memory
+              divisor: '1'
         ports:
         - name: http
           containerPort: 9090
         livenessProbe:
           httpGet:
             path: /live
@@ -65,12 +67,14 @@

           timeoutSeconds: 5
           failureThreshold: 5
           periodSeconds: 10
           successThreshold: 1
           initialDelaySeconds: 10
         securityContext: {}
+        args:
+        - --log-level=info
       securityContext:
         runAsNonRoot: true
         runAsUser: 65534
         seccompProfile:
           type: RuntimeDefault
       serviceAccountName: reloader

@mrwulf mrwulf merged commit f011d49 into main Nov 20, 2024
6 of 9 checks passed
@mrwulf mrwulf deleted the renovate/reloader-1.x branch November 20, 2024 11:10
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