diff --git a/charts/operators-installer/Chart.yaml b/charts/operators-installer/Chart.yaml index e1768a3a..5ac7818d 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.0.1 +version: 3.0.2 home: https://github.com/redhat-cop/helm-charts diff --git a/charts/operators-installer/values.yaml b/charts/operators-installer/values.yaml index 60379a3d..82329ec7 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:3f2123f42ae7358e1fece41d461bf331f144480da8b7711b9a93aca150f33f3f +installPlanApproverAndVerifyJobsImage: registry.redhat.io/openshift4/ose-cli:v4.15@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f # If `true`, install the required Python libraries (openshift-client, semver==2.13.0) dynamically # from the given `pythonIndexURL` and `pythonExtraIndexURL` into the `installPlanApproverAndVerifyJobsImage` at run time