Skip to content

Commit

Permalink
Disable ci dependencies by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jan 9, 2024
1 parent 4a60a33 commit 1e96b28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/alfresco-transform-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: alfresco-transform-service
description: A Helm chart for deploying Alfresco Transform Services
type: application
version: 1.0.0-alpha.1
version: 1.0.0-alpha.2
appVersion: 4.0.1
dependencies:
- name: alfresco-common
Expand Down
4 changes: 4 additions & 0 deletions charts/alfresco-transform-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,3 +530,7 @@ serviceAccount:
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""

tags:
# --Enable dependencies required for CI. Do not set it to true.
ci: false

0 comments on commit 1e96b28

Please sign in to comment.