diff --git a/charts/zot/Chart.yaml b/charts/zot/Chart.yaml index 9c0bb63..c7e03c7 100644 --- a/charts/zot/Chart.yaml +++ b/charts/zot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: v2.1.0 +appVersion: v2.1.1 description: A Helm chart for Kubernetes name: zot type: application -version: 0.1.59 +version: 0.1.60 diff --git a/charts/zot/values.yaml b/charts/zot/values.yaml index d193fdf..871c1de 100644 --- a/charts/zot/values.yaml +++ b/charts/zot/values.yaml @@ -6,7 +6,7 @@ image: repository: ghcr.io/project-zot/zot-linux-amd64 pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v2.1.0" + tag: "v2.1.1" serviceAccount: # Specifies whether a service account should be created create: true @@ -177,13 +177,11 @@ strategy: # maxUnavailable: 25% podAnnotations: {} - # Metrics configuration # NOTE: need enable metric extension in config.json metrics: # Start a prometheus exporter enabled: false - # Prometheus Operator ServiceMonitor configuration serviceMonitor: # Start a ServiceMonitor for Prometheus Operator