File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : v2.0.0-rc4
2
+ appVersion : v2.0.0-rc5
3
3
description : A Helm chart for Kubernetes
4
4
name : zot
5
5
type : application
6
- version : 0.1.22
6
+ version : 0.1.23
Original file line number Diff line number Diff line change 6
6
repository : ghcr.io/project-zot/zot-linux-amd64
7
7
pullPolicy : IfNotPresent
8
8
# Overrides the image tag whose default is the chart appVersion.
9
- tag : " v2.0.0-rc4 "
9
+ tag : " v2.0.0-rc5 "
10
10
serviceAccount :
11
11
# Specifies whether a service account should be created
12
12
create : true
@@ -18,7 +18,6 @@ serviceAccount:
18
18
service :
19
19
type : NodePort
20
20
port : 5000
21
-
22
21
# Enabling this will publicly expose your zot server
23
22
# Only enable this if you have security enabled on your cluster
24
23
ingress :
@@ -40,7 +39,6 @@ ingress:
40
39
# - secretName: chart-example-tls
41
40
# hosts:
42
41
# - chart-example.local
43
-
44
42
# If mountConfig is true the configMap named $CHART_RELEASE-config is mounted
45
43
# on the pod's '/etc/zot' directory
46
44
mountConfig : false
You can’t perform that action at this time.
0 commit comments