Skip to content

Commit 45d6586

Browse files
author
github-actions
committed
build: automated update of Helm Chart
1 parent 3a74c66 commit 45d6586

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

charts/zot/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
appVersion: v2.1.0
2+
appVersion: v2.1.1
33
description: A Helm chart for Kubernetes
44
name: zot
55
type: application
6-
version: 0.1.59
6+
version: 0.1.60

charts/zot/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image:
66
repository: ghcr.io/project-zot/zot-linux-amd64
77
pullPolicy: IfNotPresent
88
# Overrides the image tag whose default is the chart appVersion.
9-
tag: "v2.1.0"
9+
tag: "v2.1.1"
1010
serviceAccount:
1111
# Specifies whether a service account should be created
1212
create: true
@@ -177,13 +177,11 @@ strategy:
177177
# maxUnavailable: 25%
178178

179179
podAnnotations: {}
180-
181180
# Metrics configuration
182181
# NOTE: need enable metric extension in config.json
183182
metrics:
184183
# Start a prometheus exporter
185184
enabled: false
186-
187185
# Prometheus Operator ServiceMonitor configuration
188186
serviceMonitor:
189187
# Start a ServiceMonitor for Prometheus Operator

0 commit comments

Comments
 (0)