Skip to content

Commit

Permalink
build: automated update of Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 17, 2023
1 parent a7d4b3d commit 6a9b740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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-rc6
appVersion: v2.0.0-rc7
description: A Helm chart for Kubernetes
name: zot
type: application
version: 0.1.36
version: 0.1.37
6 changes: 2 additions & 4 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-rc6"
tag: "v2.0.0-rc7"
serviceAccount:
# Specifies whether a service account should be created
create: true
Expand All @@ -18,7 +18,7 @@ serviceAccount:
service:
type: NodePort
port: 5000
nodePort: null # Set to a specific port if type is NodePort
nodePort: null # Set to a specific port if type is NodePort
# Annotations to add to the service
annotations: {}
# Set to a static IP if a static IP is desired, only works when
Expand Down Expand Up @@ -107,7 +107,6 @@ configFiles:
# - secretName: "secret2"
# mountPath: "/secrets/s2"
externalSecrets: []

# If mountSecret is true, the Secret named $CHART_RELEASE-secret is mounted on
# the pod's '/secret' directory (it is used to keep files with passwords, like
# a `htpasswd` file)
Expand Down Expand Up @@ -144,7 +143,6 @@ pvc:
storage: 8Gi
# Name of the storage class to use if it is different than the default one
storageClassName: null

# List of environment variables to set on the container
env:
# - name: "TEST"
Expand Down

0 comments on commit 6a9b740

Please sign in to comment.