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 1a2c955 commit ee31eb8Copy full SHA for ee31eb8
charts/zot/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
-appVersion: v1.4.2-rc5
+appVersion: v1.4.2-rc6
3
description: A Helm chart for Kubernetes
4
name: zot
5
type: application
6
-version: 0.1.4
+version: 0.1.5
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.2-rc5"
+ tag: "v1.4.2-rc6"
10
serviceAccount:
11
# Specifies whether a service account should be created
12
create: true
0 commit comments