diff --git a/chart/monocular/Chart.yaml b/chart/monocular/Chart.yaml index 8ccbf711e..9592a7b77 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.4.7 -appVersion: v1.8.0 +version: 1.4.8 +appVersion: v1.8.1 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 e1e9cf6f0..05f8d931b 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.8.0 + tag: v1.8.1 repos: # Official repositories - name: stable @@ -37,7 +37,7 @@ chartsvc: image: registry: quay.io repository: helmpack/chartsvc - tag: v1.8.0 + tag: v1.8.1 service: port: 8080 replicas: 3 @@ -70,7 +70,7 @@ ui: image: registry: quay.io repository: helmpack/monocular-ui - tag: v1.8.0 + tag: v1.8.1 pullPolicy: Always service: name: monocular-ui