Skip to content

Commit

Permalink
OPSEXP-1796 Prepare chart versions for next iteration (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored and alxgomz committed Jan 23, 2024
1 parent 0c1a51a commit 46315fc
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 8 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/pre-commit-helm-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Pre-commit (Helm Docs)

on:
pull_request:
branches:
- "master"
paths:
- "helm/**"
- "test/postman/helm/**"
- ".github/workflows/helm*"
- "**.md"
- ".pre-commit-config.yaml"
push:
branches:
- "master"

jobs:
pre_commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v1.21.0
- uses: pre-commit/action@v3.0.0
with:
extra_args: helm-docs --all-files
3 changes: 1 addition & 2 deletions .github/workflows/pre-commit-helm.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: docker-compose-check
SKIP: docker-compose-check,helm-docs

jobs:
pre_commit:
Expand All @@ -30,5 +30,4 @@ jobs:
with:
charts-root: helm
chart-name: alfresco-content-services
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v1.21.0
- uses: pre-commit/action@v3.0.0
2 changes: 1 addition & 1 deletion helm/alfresco-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
A helper subchart to avoid duplication in alfresco charts and set common
external dependencies
type: library
version: 0.1.0
version: 0.2.0-SNAPSHOT
dependencies:
- name: common
repository: >-
Expand Down
6 changes: 3 additions & 3 deletions helm/alfresco-content-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---
apiVersion: v2
name: alfresco-content-services
version: 5.3.0
version: 5.4.0-SNAPSHOT
description: A Helm chart for deploying Alfresco Content Services
keywords:
- content
Expand All @@ -17,8 +17,8 @@ sources:
- https://github.com/Alfresco/acs-deployment
dependencies:
- name: alfresco-common
version: 0.1.0
repository: https://kubernetes-charts.alfresco.com/stable
version: 0.2.0-SNAPSHOT
repository: https://kubernetes-charts.alfresco.com/incubator
- name: postgresql
version: 10.16.2
repository: >-
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-content-services

![Version: 5.3.0](https://img.shields.io/badge/Version-5.3.0-informational?style=flat-square)
![Version: 5.4.0-SNAPSHOT](https://img.shields.io/badge/Version-5.4.0--SNAPSHOT-informational?style=flat-square)

A Helm chart for deploying Alfresco Content Services

Expand All @@ -22,7 +22,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| | alfresco-sync-service | 3.0.9 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-digital-workspace(common) | 7.3.0 |
| https://helm.elastic.co | elasticsearch(elasticsearch) | 7.10.1 |
| https://kubernetes-charts.alfresco.com/stable | alfresco-common | 0.1.0 |
| https://kubernetes-charts.alfresco.com/incubator | alfresco-common | 0.2.0-SNAPSHOT |
| https://github.com/bitnami/charts/archive-full-index/bitnami/ | postgresql | 10.16.2 |
| https://github.com/bitnami/charts/archive-full-index/bitnami/ | postgresql-syncservice(postgresql) | 10.16.2 |

Expand Down

0 comments on commit 46315fc

Please sign in to comment.