diff --git a/Chart.yaml b/Chart.yaml index 32cdb08..7cb7f7c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,9 +15,9 @@ apiVersion: v2 name: vertica-kafka-scheduler description: Deploys the Vertica Kafka Scheduler in Kubernetes type: application -version: 0.1.6 +version: 0.1.7 # The appVersion corresponds to the Vertica version -appVersion: "23.4.0" +appVersion: "24.1.0" icon: https://raw.githubusercontent.com/vertica/kafka-scheduler-chart/main/vertica-logo.png home: https://github.com/vertica/kafka-scheduler-chart sources: diff --git a/values.schema.json b/values.schema.json index fdeed4d..9afbd3e 100644 --- a/values.schema.json +++ b/values.schema.json @@ -10,7 +10,7 @@ "repository": { "type": "string", "description": "The image repository and name", - "default": "vertica/kafka-scheduler" + "default": "opentext/kafka-scheduler" }, "pullPolicy": { "type": "string", diff --git a/values.yaml b/values.yaml index 57104b7..7a83d39 100644 --- a/values.yaml +++ b/values.yaml @@ -20,7 +20,7 @@ image: # Overrides the image tag. If using the official vertica repository, this tag # corresponds to the vertica version that vkconfig was complied against. Pick # the same version that matches the Vertica server you have deployed. - tag: "23.4.0" + tag: "24.1.0" imagePullSecrets: [] nameOverride: ""