Skip to content

Commit

Permalink
chore: bump version to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Dec 15, 2024
1 parent 8fa7153 commit b508c5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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.1.47
version: 0.1.48
description: Keep Helm Chart
type: application
icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75
appVersion: 0.31.7
appVersion: 0.32.0
deprecated: false
annotations:
app: keep
Expand Down
7 changes: 5 additions & 2 deletions charts/keep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ global:
# secretName: keep-tls

# Additional labels that should be applied to all resources
additionalLabels: {}
additionalLabels:
{}
# app: keep

backend:
Expand Down Expand Up @@ -81,7 +82,9 @@ backend:
pullPolicy: Always
extraInitContainers: []
imagePullSecrets: []
podAnnotations: {}
podAnnotations:
"prometheus.io/scrape": "true"
"prometheus.io/path": "/metrics/processing"
podSecurityContext: {}
securityContext: {}
service:
Expand Down

0 comments on commit b508c5f

Please sign in to comment.