diff --git a/charts/mini-app/Chart.yaml b/charts/mini-app/Chart.yaml index 86c1581..c33802e 100644 --- a/charts/mini-app/Chart.yaml +++ b/charts/mini-app/Chart.yaml @@ -21,4 +21,4 @@ version: 1.0.5 # 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: v1.0.7 +appVersion: v1.0.8 diff --git a/charts/mini-app/values.yaml b/charts/mini-app/values.yaml index d62fe9b..e07595c 100644 --- a/charts/mini-app/values.yaml +++ b/charts/mini-app/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: repository: "ghcr.io/coutug/mini-app" - tag: v1.0.7 + tag: v1.0.8 nameOverride: "" fullnameOverride: ""