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

Commit 8b0e345

Browse files
author
Circle CI
committed
chart: bump to 1.2.5 [skip ci]
circle build #361
1 parent eadfa5a commit 8b0e345

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.2.4
5-
appVersion: v1.0.3
4+
version: 1.2.5
5+
appVersion: v1.1.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.0.3
6+
tag: v1.1.0
77
repos:
88
# Official repositories
99
- name: stable
@@ -34,7 +34,7 @@ chartsvc:
3434
image:
3535
registry: quay.io
3636
repository: helmpack/chartsvc
37-
tag: v1.0.3
37+
tag: v1.1.0
3838
service:
3939
port: 8080
4040
replicas: 3
@@ -67,7 +67,7 @@ ui:
6767
image:
6868
registry: quay.io
6969
repository: helmpack/monocular-ui
70-
tag: v1.0.3
70+
tag: v1.1.0
7171
pullPolicy: Always
7272
service:
7373
name: monocular-ui

0 commit comments

Comments
 (0)