diff --git a/test-framework/helm/property-settings-svc-v2/templates/secret.yaml b/test-framework/helm/property-settings-svc-v2/templates/secret.yaml
index 18aa44e..52e6eb0 100644
--- a/test-framework/helm/property-settings-svc-v2/templates/secret.yaml
+++ b/test-framework/helm/property-settings-svc-v2/templates/secret.yaml
@@ -18,7 +18,7 @@ stringData:
{{ include "property-settings-svc-v2-chart.databaseUsername" . }}
{{ include "property-settings-svc-v2-chart.databasePassword" . }}
1
- ai.osmos.dblib.CustomMySQL8DialectUtf8mb4
+ dblib.CustomMySQL8DialectUtf8mb4
thread
org.hibernate.cache.NoCacheProvider
false
diff --git a/test-framework/helm/property-settings-svc-v2/values.yaml b/test-framework/helm/property-settings-svc-v2/values.yaml
index bda27c1..1f11d00 100644
--- a/test-framework/helm/property-settings-svc-v2/values.yaml
+++ b/test-framework/helm/property-settings-svc-v2/values.yaml
@@ -17,11 +17,11 @@ commonLabels:
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
image:
- repository: europe-west1-docker.pkg.dev/prj-onlinesales-prod-01/os-docker-images/onlinesales/github-actions/prod/java/propertysettingsservicev3
+ repository: europe-west1-docker.pkg.dev/prj-onlinesales-prod-01/os-docker-images/onlinesales/prod/services/java/propertysettingssvcv2
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
- tag: "dev-4862005c33f336a5eaadc8424d5a6bebb66c345f"
+ tag: "1752740345878"
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
@@ -104,7 +104,7 @@ httpRoute:
- matches:
- path:
type: PathPrefix
- value: /propertySettingsSvcV3
+ value: /propertySettingsSvcV2
# filters:
# - type: RequestHeaderModifier
# requestHeaderModifier:
@@ -129,7 +129,7 @@ resources:
# This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
livenessProbe:
httpGet:
- path: /propertySettingsSvcV3/properties?jsonQuery=%7B%22requestType%22%3A%22GetAllProperties%22%2C%22isActive%22%3A%22true%22%2C%22propertyTypeFilter%22%3A%5B%22BUSINESS_SEGMENT_SET%22%5D%2C%22isBestProperty%22%3Afalse%2C%22entityDetails%22%3A%5B%7B%22entityType%22%3A%22AGENCY%22%2C%22entityValue%22%3A%22424_1%22%7D%5D%2C%22application%22%3A%22nagios%22%7D
+ path: /propertySettingsSvcV2/properties?jsonQuery=%7B%22requestType%22%3A%22GetAllProperties%22%2C%22isActive%22%3A%22true%22%2C%22propertyTypeFilter%22%3A%5B%22BUSINESS_SEGMENT_SET%22%5D%2C%22isBestProperty%22%3Afalse%2C%22entityDetails%22%3A%5B%7B%22entityType%22%3A%22AGENCY%22%2C%22entityValue%22%3A%22424_1%22%7D%5D%2C%22application%22%3A%22nagios%22%7D
port: http
initialDelaySeconds: 30
periodSeconds: 30
@@ -137,7 +137,7 @@ livenessProbe:
failureThreshold: 3
readinessProbe:
httpGet:
- path: /propertySettingsSvcV3/properties?jsonQuery=%7B%22requestType%22%3A%22GetAllProperties%22%2C%22isActive%22%3A%22true%22%2C%22propertyTypeFilter%22%3A%5B%22BUSINESS_SEGMENT_SET%22%5D%2C%22isBestProperty%22%3Afalse%2C%22entityDetails%22%3A%5B%7B%22entityType%22%3A%22AGENCY%22%2C%22entityValue%22%3A%22424_1%22%7D%5D%2C%22application%22%3A%22nagios%22%7D
+ path: /propertySettingsSvcV2/properties?jsonQuery=%7B%22requestType%22%3A%22GetAllProperties%22%2C%22isActive%22%3A%22true%22%2C%22propertyTypeFilter%22%3A%5B%22BUSINESS_SEGMENT_SET%22%5D%2C%22isBestProperty%22%3Afalse%2C%22entityDetails%22%3A%5B%7B%22entityType%22%3A%22AGENCY%22%2C%22entityValue%22%3A%22424_1%22%7D%5D%2C%22application%22%3A%22nagios%22%7D
port: http
initialDelaySeconds: 30
periodSeconds: 30
@@ -190,7 +190,7 @@ affinity: {}
mysql:
enabled: true
image: "mysql"
- imageTag: "8.4"
+ imageTag: "8.0.33"
imagePullPolicy: IfNotPresent
mysqlRootPassword: "changeme"
mysqlUser: "propertysettings"
@@ -207,6 +207,7 @@ mysql:
configurationFiles:
mysql.cnf: |-
[mysqld]
+ default_authentication_plugin=mysql_native_password
character-set-server=utf8
collation-server=utf8_general_ci
sql_mode=NO_ENGINE_SUBSTITUTION