There was an error while loading. Please reload this page.
1 parent 6e9a748 commit 144da9dCopy full SHA for 144da9d
2 files changed
charts/zot/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
-appVersion: v2.0.0-rc1
+appVersion: v2.0.0-rc2
3
description: A Helm chart for Kubernetes
4
name: zot
5
type: application
6
-version: 0.1.17
+version: 0.1.18
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.0.0-rc1"
+ tag: "v2.0.0-rc2"
10
serviceAccount:
11
# Specifies whether a service account should be created
12
create: true
0 commit comments