Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKitsune committed Jul 3, 2022
1 parent 4fe485b commit 7f51687
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployments/helm/maestro/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.5-beta7
version: 0.2.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.2.5-beta6"
appVersion: "0.2.5"
2 changes: 1 addition & 1 deletion deployments/helm/maestro/templates/maestro-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:

containers:
- name: maestro-api
image: ghcr.io/yukitsune/maestro-api:v0.2.5-beta6
image: ghcr.io/yukitsune/maestro-api:v0.2.5
ports:
- containerPort: 8182
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion deployments/helm/maestro/templates/maestro-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:

containers:
- name: maestro-frontend
image: ghcr.io/yukitsune/maestro-frontend:v0.2.5-beta6
image: ghcr.io/yukitsune/maestro-frontend:v0.2.5
ports:
- containerPort: 3000
env:
Expand Down

0 comments on commit 7f51687

Please sign in to comment.