Skip to content

Commit

Permalink
ci(lint): fix linter errors (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha authored Nov 17, 2023
1 parent 6a9b740 commit 569f38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/zot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: v2.0.0-rc7
description: A Helm chart for Kubernetes
name: zot
type: application
version: 0.1.37
version: 0.1.38
2 changes: 1 addition & 1 deletion charts/zot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 569f38e

Please sign in to comment.