Skip to content

Commit

Permalink
OPSEXP-2300: add ci tag in sync chart's values file (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz authored Jan 11, 2024
1 parent 70124c3 commit 06a8d62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-sync-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
name: alfresco-sync-service
sources:
- https://github.com/Alfresco/acs-deployment
version: 5.0.0-alpha.0
version: 5.0.0-alpha.1
appVersion: 4.0.1
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
dependencies:
Expand Down
3 changes: 2 additions & 1 deletion charts/alfresco-sync-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-sync-service

![Version: 5.0.0-alpha.0](https://img.shields.io/badge/Version-5.0.0--alpha.0-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square)
![Version: 5.0.0-alpha.1](https://img.shields.io/badge/Version-5.0.0--alpha.1-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square)

Alfresco Sync Service

Expand Down Expand Up @@ -83,5 +83,6 @@ Checkout [alfresco-content-services chart doc](https://github.com/Alfresco/acs-d
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
| serviceAccount.name | string | `"alfresco-sync"` | |
| tags.ci | bool | `false` | A chart tag used for Hyland's CI purpose. Do not set it to true. |
| terminationGracePeriodSeconds | int | `60` | |
| tolerations | list | `[]` | |
3 changes: 3 additions & 0 deletions charts/alfresco-sync-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ nodeSelector: {}
tolerations: []
affinity: ""
terminationGracePeriodSeconds: 60
tags:
# -- A chart tag used for Hyland's CI purpose. Do not set it to true.
ci: false

0 comments on commit 06a8d62

Please sign in to comment.