Skip to content

Commit

Permalink
Prepare for 0.1.7 release
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Spilchen <[email protected]>
  • Loading branch information
Matt Spilchen committed Mar 11, 2024
1 parent 730c6c2 commit 1e43d12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": {
"type": "string",
"description": "The image repository and name",
"default": "vertica/kafka-scheduler"
"default": "opentext/kafka-scheduler"
},
"pullPolicy": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 1e43d12

Please sign in to comment.