Skip to content

Commit

Permalink
fixup helmlint
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jan 18, 2024
1 parent 49b8d37 commit d854633
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
# https://pre-commit.com/#temporarily-disabling-hooks
SKIP: helm-docs,helm-deps-build,helm-lint,checkov
SKIP: helm-docs,helm-deps-build,helmlint,checkov

jobs:
pre_commit:
Expand Down
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ repos:
rev: v2.1.0
hooks:
- id: helm-deps-build
- id: helm-lint
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.23
hooks:
- id: helmlint
- repo: https://github.com/bridgecrewio/checkov.git
rev: 2.3.288
hooks:
Expand Down
6 changes: 3 additions & 3 deletions helm/alfresco-content-services/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
version: 3.4.1
- name: alfresco-transform-service
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.3.2
version: 1.0.0
- name: alfresco-search-service
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.0.0
Expand All @@ -47,5 +47,5 @@ dependencies:
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.17.3
digest: sha256:a1901617bcf2149b2783b0911c8fc4f43567bd0f65ff795abd8908efd712072c
generated: "2024-01-18T15:06:23.769597+01:00"
digest: sha256:3f6e631ea595f80c550f8338ed15fc0c748cf2e22c907d5267d2066cf95d58ed
generated: "2024-01-18T15:52:40.973444+01:00"
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
repository: https://alfresco.github.io/alfresco-helm-charts/
condition: activemq.enabled
- name: alfresco-transform-service
version: 0.3.2
version: 1.0.0
repository: https://alfresco.github.io/alfresco-helm-charts/
condition: alfresco-transform-service.enabled
- name: alfresco-search-service
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 3.0.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.3.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 5.0.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 0.3.2 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 1.0.0 |
| https://helm.elastic.co | elasticsearch | 7.17.3 |
| oci://registry-1.docker.io/bitnamicharts | postgresql-sync(postgresql) | 12.8.5 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.8.5 |
Expand Down
5 changes: 5 additions & 0 deletions helm/alfresco-content-services/linter_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
alfresco-transform-service:
messageBroker:
url: "tcp://activemq:61616"
user: alfresco
password: alfresco

0 comments on commit d854633

Please sign in to comment.