Publish kubed 0.4.0 (#3267)

This commit is contained in:
Tamal Saha
2018-01-09 02:38:17 -08:00
committed by k8s-ci-robot
parent 17717863bd
commit b2ea375919
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'Kubed by AppsCode - Kubernetes daemon'
name: kubed
version: 0.1.0
appVersion: 0.3.0
version: 0.2.0
appVersion: 0.4.0
home: https://github.com/appscode/kubed
icon: https://cdn.appscode.com/images/icon/kubed.png
sources:
+1 -1
View File
@@ -43,7 +43,7 @@ The following tables lists the configurable parameters of the Kubed chart and th
| --------------------------| ------------------------------------------------------------------|--------------------|
| `replicaCount` | Number of kubed operator replicas to create (only 1 is supported) | `1` |
| `image` | container image | `appscode/kubed` |
| `tag` | container image tag | `0.3.0` |
| `tag` | container image tag | `0.4.0` |
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `criticalAddon` | If true, installs kubed operator as critical addon | `false` |
+1 -1
View File
@@ -4,7 +4,7 @@
replicaCount: 1
kubed:
image: appscode/kubed
tag: 0.3.0
tag: 0.4.0
## 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