Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dojeda committed Mar 5, 2020
1 parent d73419a commit eb4efa0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Planned (but not implemented yet):

* Better commit detection with a 3-way merge detection

X.Y.Z (unreleased)
0.5.1 (2020-03-05)
------------------

* Fix incorrect reference on json views, making some family empty contents.
Expand Down
2 changes: 1 addition & 1 deletion helm/quetzal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: quetzal
version: 0.1.1 # Chart version
appVersion: 0.5.0 # Quetzal app version
appVersion: 0.5.1 # Quetzal app version
description: A RESTful API designed to store data files and manage their associated metadata.
home: https://quetz.al
maintainers:
Expand Down
6 changes: 3 additions & 3 deletions helm/quetzal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app:
# general pod configuration
image:
repository: eu.gcr.io/quetzal/quetzal/app
tag: 0.4.0
tag: 0.5.1
pullPolicy: Always
resources:
limits:
Expand Down Expand Up @@ -61,7 +61,7 @@ worker:
db:
image:
repository: eu.gcr.io/quetzal/quetzal/db
tag: 0.4.0
tag: 0.5.1
pullPolicy: Always
resources:
limits:
Expand All @@ -82,7 +82,7 @@ db:
rabbitmq:
image:
repository: eu.gcr.io/quetzal/quetzal/rabbitmq
tag: 0.4.0
tag: 0.5.1
pullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit eb4efa0

Please sign in to comment.