diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index e7992272b..5bb821861 100644 --- a/charts/prerequisites/Chart.yaml +++ b/charts/prerequisites/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on 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. -version: 0.2.2 +version: 0.2.3 dependencies: - name: elasticsearch version: 7.17.3 diff --git a/charts/prerequisites/values.yaml b/charts/prerequisites/values.yaml index f4f2eb4cd..0da003c3a 100644 --- a/charts/prerequisites/values.yaml +++ b/charts/prerequisites/values.yaml @@ -175,6 +175,9 @@ cp-helm-charts: bootstrapServers: "prerequisites-kafka:9092" cp-kafka: enabled: false + # Use a pullable tag; 7.5.0 is no longer on Docker Hub + image: confluentinc/cp-kafka + imageTag: "7.5.13" cp-zookeeper: enabled: false cp-kafka-rest: