mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -10,6 +10,6 @@ metadata:
|
||||
release: "{{ .Release.Name }}"
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["services"]
|
||||
resources: ["nodes", "services"]
|
||||
verbs: ["list"]
|
||||
{{ end }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user