Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit b806df3

Browse files
author
Circle CI
committed
chart: bump to 1.4.6 [skip ci]
circle build #856
1 parent fb4e3d5 commit b806df3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

chart/monocular/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: monocular
33
description: Monocular is a search and discovery front end for Helm Charts Repositories.
4-
version: 1.4.5
5-
appVersion: v1.6.0
4+
version: 1.4.6
5+
appVersion: v1.7.0
66
home: https://github.com/helm/monocular
77
sources:
88
- https://github.com/helm/monocular

chart/monocular/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sync:
33
image:
44
registry: quay.io
55
repository: helmpack/chart-repo
6-
tag: v1.6.0
6+
tag: v1.7.0
77
repos:
88
# Official repositories
99
- name: stable
@@ -37,7 +37,7 @@ chartsvc:
3737
image:
3838
registry: quay.io
3939
repository: helmpack/chartsvc
40-
tag: v1.6.0
40+
tag: v1.7.0
4141
service:
4242
port: 8080
4343
replicas: 3
@@ -70,7 +70,7 @@ ui:
7070
image:
7171
registry: quay.io
7272
repository: helmpack/monocular-ui
73-
tag: v1.6.0
73+
tag: v1.7.0
7474
pullPolicy: Always
7575
service:
7676
name: monocular-ui

0 commit comments

Comments
 (0)