Skip to content

Commit

Permalink
Feat/update chart (#9)
Browse files Browse the repository at this point in the history
This change updates the Helm chart.
  • Loading branch information
mvleandro authored Aug 2, 2023
1 parent 9e2aa77 commit 2d3b747
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func New() *cli.App {
app := cli.NewApp()
app.Name = "Keess"
app.Version = "v.0.1.4"
app.Version = "v0.1.5"
app.Usage = "Keep stuff synchronized."
app.Description = "Keep secrets and configmaps synchronized."
app.Suggest = true
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# 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.1.0
version: 0.1.1

# 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: "v.0.1.4"
appVersion: "v0.1.5"
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: image-registry.powerapp.cloud/keess/keess
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "main-9d8f42e7d44c1e2c6b9713a059a382e9660dd38d-1"
tag: "main-9e2aa773545e0ee386bc35e2b8892d2a21ab0b28-4"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 2d3b747

Please sign in to comment.