Skip to content

Commit

Permalink
Automated update of Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 23, 2023
1 parent 3c87b83 commit 4453a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/zot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: v2.0.0-rc4
appVersion: v2.0.0-rc5
description: A Helm chart for Kubernetes
name: zot
type: application
version: 0.1.22
version: 0.1.23
4 changes: 1 addition & 3 deletions charts/zot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: ghcr.io/project-zot/zot-linux-amd64
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2.0.0-rc4"
tag: "v2.0.0-rc5"
serviceAccount:
# Specifies whether a service account should be created
create: true
Expand All @@ -18,7 +18,6 @@ serviceAccount:
service:
type: NodePort
port: 5000

# Enabling this will publicly expose your zot server
# Only enable this if you have security enabled on your cluster
ingress:
Expand All @@ -40,7 +39,6 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

# If mountConfig is true the configMap named $CHART_RELEASE-config is mounted
# on the pod's '/etc/zot' directory
mountConfig: false
Expand Down

0 comments on commit 4453a1c

Please sign in to comment.