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

Commit

Permalink
Prepare for the 0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cevian committed Oct 12, 2021
1 parent 072ec1f commit b648bcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions deploy/static/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: default
labels:
app: promscale
chart: promscale-0.6.1
chart: promscale-0.6.2
release: promscale
heritage: Helm
annotations:
Expand All @@ -29,7 +29,7 @@ metadata:
namespace: default
labels:
app: promscale
chart: promscale-0.6.1
chart: promscale-0.6.2
release: promscale
heritage: Helm
spec:
Expand Down Expand Up @@ -57,6 +57,7 @@ spec:
ports:
- containerPort: 9201
name: connector-port

env:
- name: PROMSCALE_DB_PORT
value: "5432"
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: promscale
version: 0.6.1
version: 0.6.2
apiVersion: v2
description: Promscale Connector deployment
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var (
// It is customary to bump the version by incrementing the numeral after
// the `dev` tag. The SQL migration script name must correspond to the /new/ version.

Promscale = "0.6.1"
Promscale = "0.6.2"
PrevReleaseVersion = "0.5.1"
PromMigrator = "0.0.2"
CommitHash = ""
Expand Down

0 comments on commit b648bcd

Please sign in to comment.