diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 88f4e20..cf90322 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.11 +current_version = 0.0.12 commit = False tag = False serialize = diff --git a/.version b/.version index 2cfabea..8cbf02c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.11 +0.0.12 diff --git a/charts/linkurious-entity-resolution/Chart.yaml b/charts/linkurious-entity-resolution/Chart.yaml index f7dc94c..7346326 100644 --- a/charts/linkurious-entity-resolution/Chart.yaml +++ b/charts/linkurious-entity-resolution/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.11 +version: 0.0.12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/linkurious-entity-resolution/templates/servicemonitor.yaml b/charts/linkurious-entity-resolution/templates/servicemonitor.yaml index a5c551a..196724a 100644 --- a/charts/linkurious-entity-resolution/templates/servicemonitor.yaml +++ b/charts/linkurious-entity-resolution/templates/servicemonitor.yaml @@ -58,10 +58,6 @@ spec: {{- end }} selector: matchLabels: - {{- if (and (.Values.metrics.serviceMonitor).enabled) }} - {{- include "linkurious-entity-resolution.metricslabelselector" . | nindent 6 }} - {{- else }} {{- include "linkurious-entity-resolution.selectorLabels" . | nindent 6 }} - {{- end }} {{- end }} {{- end }} diff --git a/charts/linkurious-entity-resolution/values.preprod.yaml b/charts/linkurious-entity-resolution/values.preprod.yaml deleted file mode 100644 index d6a709c..0000000 --- a/charts/linkurious-entity-resolution/values.preprod.yaml +++ /dev/null @@ -1,39 +0,0 @@ - -hostPostfix: k8s.dev.linkurious.net -ingressRoute: - enabled: true - -envFrom: - - secretRef: - name: linkurious-entity-resolution-api-key - -apiAuth: - enabled: true - existingSecret: "linkurious-entity-resolution-api-key" - -metrics: - enabled: true - serviceMonitor: - enabled: true - labels: - release: kube-prometheus-stack - -mariadb: - ## See https://github.com/bitnami/charts/blob/main/bitnami/mariadb/values.yaml - enabled: true - primary: - persistence: - enabled: true - size: 1Gi - - auth: - database: linkurious - existingSecret: linkurious-entity-resolution-develop-mariadb - - metrics: - enabled: true - serviceMonitor: - enabled: true - labels: - release: kube-prometheus-stack - diff --git a/charts/linkurious-entity-resolution/values.preview.yaml b/charts/linkurious-entity-resolution/values.preview.yaml deleted file mode 100644 index 6a5c20a..0000000 --- a/charts/linkurious-entity-resolution/values.preview.yaml +++ /dev/null @@ -1,11 +0,0 @@ - -mariadb: - ## See https://github.com/bitnami/charts/blob/main/bitnami/mariadb/values.yaml - enabled: true - primary: - persistence: - enabled: false - - auth: - database: linkurious - existingSecret: diff --git a/charts/linkurious-entity-resolution/values.prod.yaml b/charts/linkurious-entity-resolution/values.prod.yaml deleted file mode 100644 index 844376a..0000000 --- a/charts/linkurious-entity-resolution/values.prod.yaml +++ /dev/null @@ -1,39 +0,0 @@ - -hostPostfix: k8s.dev.linkurious.net -ingressRoute: - enabled: true - -envFrom: - - secretRef: - name: linkurious-entity-resolution-api-key - -apiAuth: - enabled: true - existingSecret: "linkurious-entity-resolution-api-key" - -metrics: - enabled: true - serviceMonitor: - enabled: true - labels: - release: kube-prometheus-stack - -mariadb: - ## See https://github.com/bitnami/charts/blob/main/bitnami/mariadb/values.yaml - enabled: true - primary: - persistence: - enabled: true - size: 1Gi - - auth: - database: linkurious - existingSecret: linkurious-entity-resolution-master-mariadb - - metrics: - enabled: true - serviceMonitor: - enabled: true - labels: - release: kube-prometheus-stack -