mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
Publish swift chart 0.7.2 (#3895)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user