Publish swift chart 0.7.2 (#3895)

This commit is contained in:
Tamal Saha
2018-02-27 09:13:48 -08:00
committed by k8s-ci-robot
parent e7bbc4d825
commit c2b140d354
4 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'swift by AppsCode - Ajax friendly Helm Tiller Proxy'
name: swift
version: 0.4.0
appVersion: 0.5.2
version: 0.5.0
appVersion: 0.7.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.2` |
| `swift.tag` | swift container image tag | `0.7.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
View File
@@ -21,6 +21,7 @@ spec:
- run
- --v={{ .Values.logLevel }}
- --connector=incluster
- --tiller-insecure-skip-verify=true
image: {{ .Values.swift.image }}:{{ .Values.swift.tag }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
{{- if .Values.imagePullSecrets }}
+1 -1
View File
@@ -4,7 +4,7 @@
replicaCount: 1
swift:
image: appscode/swift
tag: 0.5.2
tag: 0.7.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