apiVersion: v2
description: Service Design and Creation Umbrella Helm charts
name: sdc
-version: 13.0.7
+version: 13.0.8
dependencies:
- name: common
# Application configuration defaults.
#################################################################
# application image
-image: onap/sdc-backend-all-plugins:1.14.1
-backendInitImage: onap/sdc-backend-init:1.14.1
+image: onap/sdc-backend-all-plugins:1.14.2
+backendInitImage: onap/sdc-backend-init:1.14.2
pullPolicy: Always
# application image
repository: nexus3.onap.org:10001
-image: onap/sdc-cassandra:1.14.1
-cassandraInitImage: onap/sdc-cassandra-init:1.14.1
+image: onap/sdc-cassandra:1.14.2
+cassandraInitImage: onap/sdc-cassandra-init:1.14.2
pullPolicy: Always
config:
# Application configuration defaults.
#################################################################
# application image
-image: onap/sdc-frontend:1.14.1
+image: onap/sdc-frontend:1.14.2
pullPolicy: Always
config:
--- /dev/null
+{{- if .Values.metrics.serviceMonitor.enabled }}
+{{ include "common.serviceMonitor" . }}
+{{- end }}
\ No newline at end of file
sampling:
probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
-image: onap/sdc-helm-validator:1.3.2
+image: onap/sdc-helm-validator:1.3.3
containerPort: &svc_port 8080
config:
failureThreshold: 12
port: *port
+metrics:
+ serviceMonitor:
+ enabled: true
+ targetPort: *port
+ path: /actuator/prometheus
+ basicAuth:
+ enabled: false
+
flavor: small
resources:
small:
# Application configuration defaults.
#################################################################
# application image
-image: onap/sdc-onboard-backend:1.14.1
-onboardingInitImage: onap/sdc-onboard-cassandra-init:1.14.1
+image: onap/sdc-onboard-backend:1.14.2
+onboardingInitImage: onap/sdc-onboard-cassandra-init:1.14.2
pullPolicy: Always
# flag to enable debugging - application support required
--- /dev/null
+{{- if .Values.metrics.serviceMonitor.enabled }}
+{{ include "common.serviceMonitor" . }}
+{{- end }}
\ No newline at end of file
# Application configuration defaults.
#################################################################
# application image
-image: onap/sdc-workflow-backend:1.14.0
-configInitImage: onap/sdc-workflow-init:1.14.0
+image: onap/sdc-workflow-backend:1.14.1
+configInitImage: onap/sdc-workflow-init:1.14.1
pullPolicy: Always
initJob:
internalPort: 8080
ports:
- name: http
- port: 8080
+ port: &port 8080
nodePort: "57"
+metrics:
+ serviceMonitor:
+ enabled: true
+ targetPort: *port
+ path: /actuator/prometheus
+ basicAuth:
+ enabled: false
+
ingress:
enabled: false
service:
# Application configuration defaults.
#################################################################
# application image
-image: onap/sdc-workflow-frontend:1.14.0
+image: onap/sdc-workflow-frontend:1.14.1
pullPolicy: Always
# flag to enable debugging - application support required