Skip to content

Commit 76b8892

Browse files
committed
upgrade to zot chart 0.1.71 (app version 2.1.3)
1 parent 554f905 commit 76b8892

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

zot.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)