We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfe046 commit 86f2eb6Copy full SHA for 86f2eb6
charts/zot/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
-appVersion: v2.1.0-rc2
+appVersion: v2.1.0
3
description: A Helm chart for Kubernetes
4
name: zot
5
type: application
6
-version: 0.1.56
+version: 0.1.57
charts/zot/values.yaml
@@ -6,7 +6,7 @@ image:
repository: ghcr.io/project-zot/zot-linux-amd64
7
pullPolicy: IfNotPresent
8
# Overrides the image tag whose default is the chart appVersion.
9
- tag: "v2.1.0-rc2"
+ tag: "v2.1.0"
10
serviceAccount:
11
# Specifies whether a service account should be created
12
create: true
0 commit comments