diff --git a/charts/operators-installer/Chart.yaml b/charts/operators-installer/Chart.yaml index ab24e8b4..8781fe21 100644 --- a/charts/operators-installer/Chart.yaml +++ b/charts/operators-installer/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.2.4 +version: 3.2.5 home: https://github.com/redhat-cop/helm-charts diff --git a/charts/operators-installer/values.yaml b/charts/operators-installer/values.yaml index 9dd1f9cb..8d881233 100644 --- a/charts/operators-installer/values.yaml +++ b/charts/operators-installer/values.yaml @@ -10,7 +10,7 @@ approveManualInstallPlanViaHook: true # Image to use for the InstallPlan Approver and Verify Jobs -installPlanApproverAndVerifyJobsImage: registry.redhat.io/openshift4/ose-cli:v4.15@sha256:bc35a9fc663baf0d6493cc57e89e77a240a36c43cf38fb78d8e61d3b87cf5cc5 +installPlanApproverAndVerifyJobsImage: registry.redhat.io/openshift4/ose-cli:v4.15@sha256:bc9cd600ac77eb75457bcf5dd4282235c16f8461cad4d253bb95151883026702 # If specified, this imagePullSecret will be used for pulling the `installPlanApproverAndVerifyJobsImage`. # Only needed when using a custom image and pulling from a private registry.