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