Skip to content

Commit

Permalink
Update app to latest version and qa improvements (helm#6101)
Browse files Browse the repository at this point in the history
* Update app to latest version and qa improvements

* review #1
  • Loading branch information
ArchiFleKs authored and k8s-ci-robot committed Jun 17, 2018
1 parent 3e02776 commit 2bb6c7b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions stable/keel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v1
name: keel
description: Open source, tool for automating Kubernetes deployment updates. Keel
is stateless, robust and lightweight.
version: 0.3.0
appVersion: 0.8.3
version: 0.4.0
appVersion: 0.9.2
keywords:
- kubernetes deployment
- helm release
Expand Down
1 change: 0 additions & 1 deletion stable/keel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ template "keel.fullname" . }}
namespace: kube-system
labels:
app: {{ template "keel.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
Expand Down
1 change: 0 additions & 1 deletion stable/keel/templates/secrets-webhookrelay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ template "keel.fullname" . }}-webhookrelay
namespace: kube-system
labels:
app: {{ template "keel.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
Expand Down
1 change: 0 additions & 1 deletion stable/keel/templates/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ template "keel.fullname" . }}
namespace: kube-system
labels:
app: {{ template "keel.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
Expand Down
1 change: 0 additions & 1 deletion stable/keel/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: v1
kind: Service
metadata:
name: {{ template "keel.fullname" . }}
namespace: kube-system
labels:
app: {{ template "keel.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
Expand Down
2 changes: 1 addition & 1 deletion stable/keel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: keelhq/keel
tag: 0.8.3
tag: 0.9.2
pullPolicy: IfNotPresent

# Polling is enabled by default,
Expand Down

0 comments on commit 2bb6c7b

Please sign in to comment.