Skip to content

Commit

Permalink
OPSEXP-1854: Add missing service label selector (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz authored Mar 17, 2023
1 parent e8f17f1 commit f3dc1fa
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 4.0.2
version: 4.0.3
appVersion: 4.0.0-M7
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
dependencies:
Expand Down
2 changes: 1 addition & 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: 4.0.2](https://img.shields.io/badge/Version-4.0.2-informational?style=flat-square) ![AppVersion: 4.0.0-M7](https://img.shields.io/badge/AppVersion-4.0.0--M7-informational?style=flat-square)
![Version: 4.0.3](https://img.shields.io/badge/Version-4.0.3-informational?style=flat-square) ![AppVersion: 4.0.0-M7](https://img.shields.io/badge/AppVersion-4.0.0--M7-informational?style=flat-square)

Alfresco Sync Service

Expand Down
2 changes: 2 additions & 0 deletions charts/alfresco-sync-service/templates/svc-syncservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
labels:
{{- include "syncservice.labels" . | nindent 4 }}
spec:
selector:
{{- include "syncservice.selectorLabels" . | nindent 4 }}
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.externalPort }}
Expand Down

0 comments on commit f3dc1fa

Please sign in to comment.