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

Commit b66e295

Browse files
author
Travis CI
committed
chart: bump to 0.4.10 [skip ci]
travis build #602
1 parent a90260f commit b66e295

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployment/monocular/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 0.4.9
5-
appVersion: v0.4.0
4+
version: 0.4.10
5+
appVersion: v0.5.0
66
home: https://github.com/kubernetes-helm/monocular
77
sources:
88
- https://github.com/kubernetes-helm/monocular

deployment/monocular/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ api:
55
replicaCount: 2
66
image:
77
repository: bitnami/monocular-api
8-
tag: v0.4.0
8+
tag: v0.5.0
99
pullPolicy: Always
1010
service:
1111
name: monocular-api
@@ -56,7 +56,7 @@ ui:
5656
replicaCount: 2
5757
image:
5858
repository: bitnami/monocular-ui
59-
tag: v0.4.0
59+
tag: v0.5.0
6060
pullPolicy: Always
6161
service:
6262
name: monocular-ui

0 commit comments

Comments
 (0)