File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ locals {
5353
5454# set the configuration.
5555# NB the default values are described at:
56- # https://github.com/project-zot/helm-charts/tree/zot-0.1.70 /charts/zot/values.yaml
56+ # https://github.com/project-zot/helm-charts/tree/zot-0.1.71 /charts/zot/values.yaml
5757# NB make sure you are seeing the same version of the chart that you are installing.
5858# see https://zotregistry.dev/v2.1.0/install-guides/install-guide-k8s/
5959# see https://registry.terraform.io/providers/hashicorp/helm/latest/docs/data-sources/template
@@ -64,7 +64,7 @@ data "helm_template" "zot" {
6464 chart = " zot"
6565 # see https://artifacthub.io/packages/helm/zot/zot
6666 # renovate: datasource=helm depName=zot registryUrl=https://zotregistry.dev/helm-charts
67- version = " 0.1.70 " # app version 2.1.2 .
67+ version = " 0.1.71 " # app version 2.1.3 .
6868 kube_version = var. kubernetes_version
6969 api_versions = []
7070 values = [yamlencode ({
You can’t perform that action at this time.
0 commit comments