From 4715fca8738b85db6e530ed293224c818c256f4e Mon Sep 17 00:00:00 2001 From: alexlebens Date: Thu, 20 Jun 2024 22:10:06 -0500 Subject: [PATCH] update image --- .../storage/local-path-provisioner/Chart.yaml | 16 +++++++++++++--- .../storage/local-path-provisioner/values.yaml | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/storage/local-path-provisioner/Chart.yaml b/clusters/cl01tl/storage/local-path-provisioner/Chart.yaml index 127f31762..e2e13fdee 100644 --- a/clusters/cl01tl/storage/local-path-provisioner/Chart.yaml +++ b/clusters/cl01tl/storage/local-path-provisioner/Chart.yaml @@ -1,11 +1,21 @@ apiVersion: v2 name: local-path-provisioner version: 1.0.0 +description: Argo Rollouts +keywords: + - local-path-provisioner + - storage + - kubernetes +home: "" sources: - https://github.com/rancher/local-path-provisioner - - https://github.com/rancher/local-path-provisioner/tree/master/deploy/chart/local-path-provisioner + - https://hub.docker.com/r/rancher/local-path-provisioner + - https://github.com/containeroo/helm-charts/tree/master/charts/local-path-provisioner +maintainers: + - name: alexlebens dependencies: - name: local-path-provisioner - version: 0.0.29 + version: 0.0.30 repository: https://charts.containeroo.ch -appVersion: 0.0.26 +icon: https://avatars.githubusercontent.com/u/9343010?s=48&v=4 +appVersion: "v0.0.28" diff --git a/clusters/cl01tl/storage/local-path-provisioner/values.yaml b/clusters/cl01tl/storage/local-path-provisioner/values.yaml index 5a4776461..ab7153af4 100644 --- a/clusters/cl01tl/storage/local-path-provisioner/values.yaml +++ b/clusters/cl01tl/storage/local-path-provisioner/values.yaml @@ -1,7 +1,7 @@ local-path-provisioner: image: repository: rancher/local-path-provisioner - tag: v0.0.27 + tag: "v0.0.28" storageClass: create: true defaultClass: false