diff --git a/application/application.go b/application/application.go index 1d0a7a2..5b02a2e 100644 --- a/application/application.go +++ b/application/application.go @@ -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 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index a1874cb..d043943 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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" diff --git a/chart/values.yaml b/chart/values.yaml index bb1b9eb..0bb97ba 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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: ""