From 275a4eb6d87a0aa5eb17fdd7120563cc523c1287 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 23 May 2025 09:57:25 +0200 Subject: [PATCH] ``` Bump Excalidraw chart version and update image tag Updated the chart version from 1.0.1 to 1.0.2 to reflect the latest changes in our configuration. Additionally, modified the image tag in the values.yaml file to "latest" to ensure that the most recent version of the Excalidraw image is pulled when deploying. This small change aims to facilitate easier updates for users and guarantee that they have access to the latest features and bug fixes. Please note that using "latest" may have implications for reproducibility in deployments. ``` --- charts/excalidraw/Chart.yaml | 2 +- charts/excalidraw/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/excalidraw/Chart.yaml b/charts/excalidraw/Chart.yaml index 738f841..fd47d42 100644 --- a/charts/excalidraw/Chart.yaml +++ b/charts/excalidraw/Chart.yaml @@ -4,7 +4,7 @@ maintainers: url: https://kubito.dev apiVersion: v2 appVersion: 0.18.0 -version: 1.0.1 +version: 1.0.2 description: Kubito Excalidraw Helm Chart home: https://github.com/kubitodev/helm/tree/main/charts/excalidraw icon: https://kubito.dev/images/kubito.svg diff --git a/charts/excalidraw/values.yaml b/charts/excalidraw/values.yaml index 1a444b4..cc3eab4 100644 --- a/charts/excalidraw/values.yaml +++ b/charts/excalidraw/values.yaml @@ -38,7 +38,7 @@ replicaCount: 1 image: repository: excalidraw/excalidraw pullPolicy: IfNotPresent - tag: "" + tag: "latest" # latest is only available imagePullSecrets: []