Skip to content

Commit

Permalink
version: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Oct 15, 2021
1 parent 6bb8e73 commit 98be8b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
2 changes: 1 addition & 1 deletion charts/atlas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: atlas
version: 1.0.0
appVersion: 0.2.0
appVersion: 0.2.1
description: Atlas delivers automated secure communications between Prometheus and Thanos Sidecars.
dependencies:
- name: envoy
Expand Down
4 changes: 2 additions & 2 deletions charts/atlas/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/goatlas-io/atlas
tag: v0.2.0
tag: v0.2.1
pullPolicy: IfNotPresent
pullSecret: ""

Expand Down Expand Up @@ -56,7 +56,7 @@ envoy:
- /config/envoy.yaml
image:
repository: envoyproxy/envoy
tag: v0.2.0
tag: v0.2.1
pullPolicy: IfNotPresent
service:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var SUMMARY = "0.1.0-dev"
var BRANCH = "dev"

// VERSION of Release
var VERSION = "0.2.0"
var VERSION = "0.2.1"

// AppVersion --
var AppVersion AppVersionInfo
Expand Down

0 comments on commit 98be8b7

Please sign in to comment.