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:
parent
e3d6c809a7
commit
275a4eb6d8
@ -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
|
||||
|
@ -38,7 +38,7 @@ replicaCount: 1
|
||||
image:
|
||||
repository: excalidraw/excalidraw
|
||||
pullPolicy: IfNotPresent
|
||||
tag: ""
|
||||
tag: "latest" # latest is only available
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user