From af0e599f415dad94d351586cf594fe410fd579f2 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Thu, 18 Jan 2024 15:55:41 +0100 Subject: [PATCH] fixup helmlint --- .pre-commit-config.yaml | 5 ++++- helm/alfresco-content-services/Chart.lock | 6 +++--- helm/alfresco-content-services/Chart.yaml | 2 +- helm/alfresco-content-services/README.md | 2 +- helm/alfresco-content-services/linter_values.yaml | 5 +++++ 5 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 helm/alfresco-content-services/linter_values.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54b8995a8..5de30026a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/helm/alfresco-content-services/Chart.lock b/helm/alfresco-content-services/Chart.lock index 84fbd187c..25c010679 100644 --- a/helm/alfresco-content-services/Chart.lock +++ b/helm/alfresco-content-services/Chart.lock @@ -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 @@ -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" diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index 27677882d..b05d1b992 100644 --- a/helm/alfresco-content-services/Chart.yaml +++ b/helm/alfresco-content-services/Chart.yaml @@ -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 diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index 30f7b1708..5fb3e67bc 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -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 | diff --git a/helm/alfresco-content-services/linter_values.yaml b/helm/alfresco-content-services/linter_values.yaml new file mode 100644 index 000000000..5d67f11b4 --- /dev/null +++ b/helm/alfresco-content-services/linter_values.yaml @@ -0,0 +1,5 @@ +alfresco-transform-service: + messageBroker: + url: "tcp://activemq:61616" + user: alfresco + password: alfresco