diff --git a/pkg/helm/testdata/test-chart/values.yaml b/pkg/helm/testdata/test-chart/values.yaml index ff30bc1..aa1b06d 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:f547e3d0d5d02f7009737b284abc87d808e4252b42dceea361811e9fc606287f" + tag: "@sha256:553f64aecdc31b5bf944521731cd70e35da4faed96b2b7548a3d8e2598c52a42" # 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: []