Compare commits

..

3 Commits
2.1.0 ... 2.1.1

Author SHA1 Message Date
stefanprodan
fefcae34c1 Rename test config 2019-08-09 18:00:41 +03:00
stefanprodan
ed81a06a82 Release v2.1.1
Use Docker Hub instead of Quay
2019-08-09 17:53:15 +03:00
stefanprodan
633982b0e5 Use Docker Hub repo 2019-08-09 17:21:19 +03:00
6 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
version: 2.1.0
appVersion: 2.1.0
version: 2.1.1
appVersion: 2.1.1
name: podinfo
engine: gotpl
description: Podinfo Helm chart for Kubernetes

View File

@@ -24,12 +24,12 @@ spec:
volumes:
- name: scripts
configMap:
name: {{ template "podinfo.fullname" . }}-storage-cfg
name: {{ template "podinfo.fullname" . }}-test-cfg
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "podinfo.fullname" . }}-storage-cfg
name: {{ template "podinfo.fullname" . }}-test-cfg
labels:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}

View File

@@ -11,8 +11,8 @@ faults:
error: false
image:
repository: quay.io/stefanprodan/podinfo
tag: 2.1.0
repository: stefanprodan/podinfo
tag: 2.1.1
pullPolicy: IfNotPresent
service:

View File

@@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: podinfod
image: quay.io/stefanprodan/podinfo:2.1.0
image: stefanprodan/podinfo:2.1.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9898

View File

@@ -2,4 +2,3 @@ resources:
- hpa.yaml
- deployment.yaml
- service.yaml

View File

@@ -1,4 +1,4 @@
package version
var VERSION = "2.1.0"
var VERSION = "2.1.1"
var REVISION = "unknown"