SIENTIAPDE-1312
Update image tag in values.yaml and refactor OpcManager error handling - Updated the image tag in values.yaml from "0.4.5" to "0.4.9" for the latest version. - Refactored error handling in OpcManager to improve logging and maintain code clarity. - Adjusted unit tests for better readability and consistency in assertions.
This commit is contained in:
@@ -11,7 +11,7 @@ image:
|
||||
# This sets the pull policy for images.
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "0.4.5"
|
||||
tag: "0.4.9"
|
||||
|
||||
# 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:
|
||||
|
||||
Reference in New Issue
Block a user