Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
robertas90poe committed Nov 24, 2023
1 parent e962cc5 commit 7029a8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/kafkaobjects-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: kafkaobjects-operator
# Also update CHANGELOG.md
version: 0.3.5
appVersion: v0.3.5
version: 0.3.6
appVersion: v0.3.6
home: https://github.com/90poe/kafkaobjects-operator
description: Kafka Objects Operator for Kubernetes. Creates Kafka Topics and Kafka schemas.
icon: https://upload.wikimedia.org/wikipedia/commons/5/53/Apache_kafka_wordtype.svg
Expand Down
2 changes: 1 addition & 1 deletion helm/kafkaobjects-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
labels:
{{- include "kafkaobjects-operator.selectorLabels" . | nindent 8 }}
app: kafkaobjects-operator
app.kubernetes.io/component: operator
app.kubernetes.io/component: kafkaobjects-operator
{{- with .Values.operator.labels }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion helm/kafkaobjects-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ operator:
## for backwards compatibility consider setting the full image url via the repository value below
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
## repository:
tag: "v0.3.5"
tag: "v0.3.6"
pullPolicy: IfNotPresent
# If you have more than one operator and would like to enable leader election
# please uncomment and fill in this section.
Expand Down

0 comments on commit 7029a8b

Please sign in to comment.