Publish Swift 0.5.2 (#3268)

* Publish Swift 0.5.2

* Update Chart.yaml
This commit is contained in:
Tamal Saha
2018-01-09 02:42:12 -08:00
committed by k8s-ci-robot
parent b2ea375919
commit 8914f99b50
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'swift by AppsCode - Ajax friendly Helm Tiller Proxy'
name: swift
version: 0.2.0
appVersion: 0.5.1
version: 0.3.0
appVersion: 0.5.2
home: https://github.com/appscode/swift
icon: https://cdn.appscode.com/images/icon/swift.png
sources:
+1 -1
View File
@@ -42,7 +42,7 @@ The following tables lists the configurable parameters of the swift chart and th
| --------------------------| --------------------------------------------------------------| -----------------|
| `replicaCount` | Number of swift replicas to create (only 1 is supported) | `1` |
| `swift.image` | swift container image | `appscode/swift` |
| `swift.tag` | swift container image tag | `0.5.1` |
| `swift.tag` | swift container image tag | `0.5.2` |
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `logLevel` | Log level for proxy | `3` |
+1 -1
View File
@@ -10,6 +10,6 @@ metadata:
release: "{{ .Release.Name }}"
rules:
- apiGroups: [""]
resources: ["services"]
resources: ["nodes", "services"]
verbs: ["list"]
{{ end }}
+1 -1
View File
@@ -4,7 +4,7 @@
replicaCount: 1
swift:
image: appscode/swift
tag: 0.5.1
tag: 0.5.2
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod