diff --git a/stable/swift/Chart.yaml b/stable/swift/Chart.yaml index ac9e365c00..36bb70335a 100755 --- a/stable/swift/Chart.yaml +++ b/stable/swift/Chart.yaml @@ -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: diff --git a/stable/swift/README.md b/stable/swift/README.md index 8ac4119796..ed57c39da7 100644 --- a/stable/swift/README.md +++ b/stable/swift/README.md @@ -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` | diff --git a/stable/swift/templates/cluster-role.yaml b/stable/swift/templates/cluster-role.yaml index 3d5b17e0ab..9768a4ec37 100644 --- a/stable/swift/templates/cluster-role.yaml +++ b/stable/swift/templates/cluster-role.yaml @@ -10,6 +10,6 @@ metadata: release: "{{ .Release.Name }}" rules: - apiGroups: [""] - resources: ["services"] + resources: ["nodes", "services"] verbs: ["list"] {{ end }} diff --git a/stable/swift/values.yaml b/stable/swift/values.yaml index 48950b9067..48672bfe54 100644 --- a/stable/swift/values.yaml +++ b/stable/swift/values.yaml @@ -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