Skip to content

Commit

Permalink
Merge pull request #23 from ztzxt/adjust-deployment-label-selector
Browse files Browse the repository at this point in the history
fix: add keep-component label to deployments
  • Loading branch information
shahargl authored Aug 5, 2024
2 parents 83c4982 + ebbfb0f commit e2425fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/keep/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: keep
version: 0.0.6
version: 0.0.7
description: Keep Helm Chart
type: application
icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75
appVersion: 0.6.0
appVersion: 0.20.0
deprecated: false
annotations:
app: keep
Expand Down
1 change: 1 addition & 0 deletions charts/keep/templates/keep-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
selector:
matchLabels:
{{- include "keep.selectorLabels" . | nindent 6 }}
keep-component: backend
template:
metadata:
{{- with .Values.backend.podAnnotations }}
Expand Down
1 change: 1 addition & 0 deletions charts/keep/templates/keep-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
selector:
matchLabels:
{{- include "keep.selectorLabels" . | nindent 6 }}
keep-component: database
template:
metadata:
{{- with .Values.database.podAnnotations }}
Expand Down
1 change: 1 addition & 0 deletions charts/keep/templates/keep-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
selector:
matchLabels:
{{- include "keep.selectorLabels" . | nindent 6 }}
keep-component: frontend
template:
metadata:
{{- with .Values.frontend.podAnnotations }}
Expand Down
1 change: 1 addition & 0 deletions charts/keep/templates/keep-websocket-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
selector:
matchLabels:
{{- include "keep.selectorLabels" . | nindent 6 }}
keep-component: websocket
template:
metadata:
{{- with .Values.websocket.podAnnotations }}
Expand Down

0 comments on commit e2425fc

Please sign in to comment.