diff --git a/chart/epinio-ui/Chart.yaml b/chart/epinio-ui/Chart.yaml index bdf53ae2..a95b36b1 100644 --- a/chart/epinio-ui/Chart.yaml +++ b/chart/epinio-ui/Chart.yaml @@ -1,7 +1,7 @@ annotations: artifacthub.io/license: Apache-2.0 apiVersion: v2 -appVersion: v1.2.0 +appVersion: v1.2.0-0.0.1 description: A Helm chart for the Epinio UI home: https://github.com/epinio/epinio icon: https://raw.githubusercontent.com/epinio/helm-charts/main/assets/epinio.png @@ -15,4 +15,4 @@ name: epinio-ui sources: - https://github.com/epinio/ui type: application -version: 0.8.0 +version: 1.2.0 diff --git a/chart/epinio-ui/values.yaml b/chart/epinio-ui/values.yaml index a643b8ce..e447a728 100644 --- a/chart/epinio-ui/values.yaml +++ b/chart/epinio-ui/values.yaml @@ -2,7 +2,7 @@ epinioUI: image: registry: ghcr.io repository: epinio/epinio-ui - tag: v1.2.0 + tag: v1.2.0-0.0.1 imagePullPolicy: IfNotPresent ingress: enabled: true