File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : kubestitute
3
3
type : application
4
- version : 2.0 .0
4
+ version : 2.1 .0
5
5
appVersion : 2.0.0
6
6
description : Kubestitute is an event based instances lifecycle manager for Kubernetes.
7
7
home : https://github.com/quortex/kubestitute
Original file line number Diff line number Diff line change 1
1
# kubestitute
2
2
3
- ![ Version: 2.0 .0] ( https://img.shields.io/badge/Version-2.0 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.0] ( https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square )
3
+ ![ Version: 2.1 .0] ( https://img.shields.io/badge/Version-2.1 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.0] ( https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square )
4
4
5
5
Kubestitute is an event based instances lifecycle manager for Kubernetes.
6
6
@@ -88,7 +88,7 @@ helm install kubestitute kubestitute/kubestitute -n kubestitute-system
88
88
| manager.asgPollInterval | int | ` 30 ` | AutoScaling Groups polling interval (used to generate custom metrics about ASGs). |
89
89
| manager.evictionTimeout | int | ` 300 ` | The timeout in seconds for pods eviction on Instance deletion. |
90
90
| manager.image.repository | string | ` "quortexio/kubestitute" ` | Kubestitute manager image repository. |
91
- | manager.image.tag | string | ` "1.1.0 " ` | Kubestitute manager image tag. |
91
+ | manager.image.tag | string | ` "" ` | Kubestitute manager image tag. |
92
92
| manager.image.pullPolicy | string | ` "IfNotPresent" ` | Kubestitute manager image pull policy. |
93
93
| manager.livenessProbe.httpGet.path | string | ` "/healthz" ` | Path of the manager liveness probe. |
94
94
| manager.livenessProbe.httpGet.port | int | ` 8081 ` | Name or number of the manager liveness probe port. |
Original file line number Diff line number Diff line change 32
32
containers :
33
33
{{- with .Values.manager }}
34
34
- name : manager
35
- image : " {{ .image.repository }}:{{ .image.tag }}"
35
+ image : " {{ .image.repository }}:{{ .image.tag | default $.Chart.AppVersion }}"
36
36
imagePullPolicy : {{ .image.pullPolicy }}
37
37
command :
38
38
- /manager
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ manager:
52
52
# -- Kubestitute manager image repository.
53
53
repository : quortexio/kubestitute
54
54
# -- Kubestitute manager image tag.
55
- tag : 1.1.0
55
+ tag : " "
56
56
# -- Kubestitute manager image pull policy.
57
57
pullPolicy : IfNotPresent
58
58
You can’t perform that action at this time.
0 commit comments