Skip to content

Commit

Permalink
Merge pull request #114 from kloeckner-i/METAL-3261/missing_service_d…
Browse files Browse the repository at this point in the history
…efault_values

METAL-3261 add missing default helm values for service
  • Loading branch information
hyunysmile authored Dec 22, 2021
2 parents 1c004db + 3ca9ea6 commit a378359
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/db-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.15.1"
appVersion: "1.2.0"
description: A Database Operator
name: db-operator
version: 0.8.0
version: 0.8.1
7 changes: 6 additions & 1 deletion charts/db-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,9 @@ serviceMonitor:
# regex: ^(.*)$
# targetLabel: nodename
# replacement: $1
# action: replace
# action: replace

service:
annotations: {}
type: ClusterIP
port: 8080

0 comments on commit a378359

Please sign in to comment.