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

Commit

Permalink
chart: bump to 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
circle build #609
  • Loading branch information
Circle CI committed Feb 19, 2019
1 parent ce38379 commit e19c1b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chart/monocular/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: monocular
description: Monocular is a search and discovery front end for Helm Charts Repositories.
version: 1.4.0
appVersion: v1.3.0
version: 1.4.1
appVersion: v1.4.0
home: https://github.com/helm/monocular
sources:
- https://github.com/helm/monocular
Expand Down
6 changes: 3 additions & 3 deletions chart/monocular/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sync:
image:
registry: quay.io
repository: helmpack/chart-repo
tag: v1.3.0
tag: v1.4.0
repos:
# Official repositories
- name: stable
Expand Down Expand Up @@ -36,7 +36,7 @@ chartsvc:
image:
registry: quay.io
repository: helmpack/chartsvc
tag: v1.3.0
tag: v1.4.0
service:
port: 8080
replicas: 3
Expand Down Expand Up @@ -69,7 +69,7 @@ ui:
image:
registry: quay.io
repository: helmpack/monocular-ui
tag: v1.3.0
tag: v1.4.0
pullPolicy: Always
service:
name: monocular-ui
Expand Down

0 comments on commit e19c1b1

Please sign in to comment.