Skip to content

Commit

Permalink
fix: disable maintainer check
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola committed Jan 16, 2023
1 parent 524b383 commit 8a766c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linters/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ chart-dirs:
chart-repos:
- holaplex=https://holaplex.github.io/helm-charts
helm-extra-args: --timeout 600s
validate-maintainers: false
excluded-charts:
additional-commands:
# - helm unittest --helm3 --strict --file unittests/*.yaml --file 'unittests/**/*.yaml' {{ .Path }}
31 changes: 0 additions & 31 deletions .github/workflows/superlinter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion charts/hub-identities/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: holaplex/hub-identities
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "latest"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 8a766c3

Please sign in to comment.