```
All checks were successful
Build Helm Chart / helm-package (push) Successful in 6s

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.
```
This commit is contained in:
Marko Oldenburg 2025-05-23 09:57:25 +02:00
parent e3d6c809a7
commit 275a4eb6d8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -38,7 +38,7 @@ replicaCount: 1
image:
repository: excalidraw/excalidraw
pullPolicy: IfNotPresent
tag: ""
tag: "latest" # latest is only available
imagePullSecrets: []