diff --git a/chart/monocular/Chart.yaml b/chart/monocular/Chart.yaml index cc7997c77..6d3e33fbc 100644 --- a/chart/monocular/Chart.yaml +++ b/chart/monocular/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: monocular description: Monocular is a search and discovery front end for Helm Charts Repositories. -version: 1.2.4 -appVersion: v1.0.3 +version: 1.2.5 +appVersion: v1.1.0 home: https://github.com/helm/monocular sources: - https://github.com/helm/monocular diff --git a/chart/monocular/values.yaml b/chart/monocular/values.yaml index 000e3b743..0052da1ff 100644 --- a/chart/monocular/values.yaml +++ b/chart/monocular/values.yaml @@ -3,7 +3,7 @@ sync: image: registry: quay.io repository: helmpack/chart-repo - tag: v1.0.3 + tag: v1.1.0 repos: # Official repositories - name: stable @@ -34,7 +34,7 @@ chartsvc: image: registry: quay.io repository: helmpack/chartsvc - tag: v1.0.3 + tag: v1.1.0 service: port: 8080 replicas: 3 @@ -67,7 +67,7 @@ ui: image: registry: quay.io repository: helmpack/monocular-ui - tag: v1.0.3 + tag: v1.1.0 pullPolicy: Always service: name: monocular-ui