volschin / home-ops

Repository for my home infrastructure and Kubernetes cluster which adheres to Infrastructure as Code (IaC) and GitOps practices where possible
https://k8s.olschi.de/
MIT License
2 stars 0 forks source link

fix(helm): update chart portainer ( 1.0.51 → 1.0.52 ) #697

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Update Change OpenSSF
portainer (source) patch 1.0.51 -> 1.0.52 OpenSSF Scorecard

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

portainer/k8s (portainer) ### [`v1.0.52`](https://togithub.com/portainer/k8s/releases/tag/portainer-1.0.52) [Compare Source](https://togithub.com/portainer/k8s/compare/portainer-1.0.51...portainer-1.0.52) Helm chart used to deploy the Portainer for Kubernetes

Configuration

📅 Schedule: Branch creation - "after 8am every weekday,before 7pm every weekday" in timezone Europe/Berlin, 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.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 2 weeks ago
--- HelmRelease: kube-tools/portainer Deployment: kube-tools/portainer

+++ HelmRelease: kube-tools/portainer Deployment: kube-tools/portainer

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

       volumes:
       - name: data
         persistentVolumeClaim:
           claimName: portainer
       containers:
       - name: portainer
-        image: portainer/portainer-ce:2.19.5
+        image: portainer/portainer-ce:2.21.0
         imagePullPolicy: Always
         args:
         - --tunnel-port=30776
         volumeMounts:
         - name: data
           mountPath: /data
github-actions[bot] commented 2 weeks ago
--- kubernetes/apps/kube-tools/portainer/app Kustomization: flux-system/portainer HelmRelease: kube-tools/portainer

+++ kubernetes/apps/kube-tools/portainer/app Kustomization: flux-system/portainer HelmRelease: kube-tools/portainer

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

     spec:
       chart: portainer
       sourceRef:
         kind: HelmRepository
         name: portainer
         namespace: flux-system
-      version: 1.0.51
+      version: 1.0.52
   dependsOn:
   - name: longhorn
     namespace: storage
   interval: 6h
   values:
     ingress: