diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 4fae798c..47da5596 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 12.2.18 +version: 12.2.19 diff --git a/library/common/values.yaml b/library/common/values.yaml index 938a283c..9690fe7f 100644 --- a/library/common/values.yaml +++ b/library/common/values.yaml @@ -5,9 +5,9 @@ global: # -- Set additional global annotations annotations: {} # -- Adds metalLB annotations to services - addMetalLBAnnotations: false + addMetalLBAnnotations: true # -- Adds traefik annotations to services - addTraefikAnnotations: false + addTraefikAnnotations: true # -- Minimum nodePort value minNodePort: 9000