diff --git a/apis/celldstacks/definition.yaml b/apis/celldstacks/definition.yaml index 12cc493..e8f9102 100644 --- a/apis/celldstacks/definition.yaml +++ b/apis/celldstacks/definition.yaml @@ -200,7 +200,7 @@ spec: tag: type: string # renovate: datasource=docker depName=denoland/celld registryUrl=https://ghcr.io - default: 0.4.1 + default: 0.5.0 pullPolicy: type: string enum: diff --git a/functions/render/000-state-init.yaml.gotmpl b/functions/render/000-state-init.yaml.gotmpl index 73def4e..3c3facf 100644 --- a/functions/render/000-state-init.yaml.gotmpl +++ b/functions/render/000-state-init.yaml.gotmpl @@ -45,7 +45,7 @@ {{- $image := $spec.image | default dict }} # renovate: datasource=docker depName=denoland/celld registryUrl=https://ghcr.io -{{- $imageTag := $image.tag | default "0.4.1" }} +{{- $imageTag := $image.tag | default "0.5.0" }} {{- $persistence := $spec.persistence | default dict }} {{- $credentials := $spec.credentials | default dict }} {{- $azurite := $spec.azurite | default dict }}