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.2.5 [skip ci]
Browse files Browse the repository at this point in the history
circle build #361
  • Loading branch information
Circle CI committed Dec 6, 2018
1 parent eadfa5a commit 8b0e345
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.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
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.0.3
tag: v1.1.0
repos:
# Official repositories
- name: stable
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8b0e345

Please sign in to comment.