Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Commit

Permalink
Update chart to point to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jul 19, 2017
1 parent 247bd62 commit 0e837af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/g2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: G2 by AppsCode - Gearman in Golang
name: g2
version: 0.1.0
appVersion: 0.5.0
version: 0.1.1
appVersion: 0.5.1
home: https://github.com/appscode/g2
icon: https://cdn.appscode.com/images/icon/g2.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion chart/g2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following tables lists the configurable parameters of the Stash chart and th
| ------------------------ | ----------------------------------------------------------------- | ------------------- |
| `replicaCount` | Number of stash operator replicas to create | `1` |
| `g2.image` | G2 container image | `appscode/gearmand` |
| `g2.tag` | G2 container image tag | `0.5.0` |
| `g2.tag` | G2 container image tag | `0.5.1` |
| `g2.pullPolicy` | G2 container image pull policy | `IfNotPresent` |
| `g2.serviceType` | G2 service type | `ClusterIP` |
| `rbac.install` | install required rbac service account, roles and rolebindings | `false` |
Expand Down
2 changes: 1 addition & 1 deletion chart/g2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1
g2:
image: appscode/gearmand
pullPolicy: IfNotPresent
tag: 0.5.0
tag: 0.5.1
serviceType: ClusterIP
rbac:
install: false
Expand Down

0 comments on commit 0e837af

Please sign in to comment.