diff --git a/pkg/helm/testdata/test-chart/values.yaml b/pkg/helm/testdata/test-chart/values.yaml index 683424e..60d88c5 100644 --- a/pkg/helm/testdata/test-chart/values.yaml +++ b/pkg/helm/testdata/test-chart/values.yaml @@ -11,7 +11,7 @@ image: # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "@sha256:029d4461bd98f124e531380505ceea2072418fdf28752aa73b7b273ba3048903" + tag: "@sha256:b619c34a163ac12f68c1982568a122c4953dbf3126b8dbf0cc2f6fdbfd85de27" # This is for the secretes 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: []