From c2b140d3540e939c19c4c512fa01d41afc9b3f22 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 27 Feb 2018 12:13:48 -0500 Subject: [PATCH] Publish swift chart 0.7.2 (#3895) --- stable/swift/Chart.yaml | 4 ++-- stable/swift/README.md | 2 +- stable/swift/templates/deployment.yaml | 1 + stable/swift/values.yaml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/stable/swift/Chart.yaml b/stable/swift/Chart.yaml index 758504520b..85cc0b01fa 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.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: diff --git a/stable/swift/README.md b/stable/swift/README.md index ed57c39da7..3632c0c248 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.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` | diff --git a/stable/swift/templates/deployment.yaml b/stable/swift/templates/deployment.yaml index e4d891ebd5..001e35809f 100644 --- a/stable/swift/templates/deployment.yaml +++ b/stable/swift/templates/deployment.yaml @@ -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 }} diff --git a/stable/swift/values.yaml b/stable/swift/values.yaml index 48672bfe54..336921c392 100644 --- a/stable/swift/values.yaml +++ b/stable/swift/values.yaml @@ -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