Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Update versions in chart for 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seglo committed Sep 23, 2019
1 parent 2ef05c6 commit 946f90d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kafka-lag-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.5.3-SNAPSHOT"
appVersion: "0.5.3"
description: Kafka Lag Exporter
name: kafka-lag-exporter
version: 0.5.3
Expand Down
4 changes: 2 additions & 2 deletions charts/kafka-lag-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ akkaLogLevel: DEBUG

## You probably won't need to change anything below this line.
image:
repository: lightbend/kafka-lag-exporter
tag: 0.5.3-SNAPSHOT
repository: localhost:32000/seglo/kafka-lag-exporter
tag: 0.5.3
pullPolicy: Always
service:
type: ClusterIP
Expand Down

0 comments on commit 946f90d

Please sign in to comment.