File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
deploy/charts/jetstack-agent Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : jetstack-agent
3
3
description : TLS Protect for Kubernetes Agent
4
4
type : application
5
- version : 0.3.0
6
- appVersion : " v0.1.40 "
5
+ version : 0.3.1
6
+ appVersion : " v0.1.43 "
7
7
home : https://github.com/jetstack/jetstack-secure
8
8
maintainers :
9
9
- name : JSCP and CRE Team
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ kubectl logs -n jetstack-secure $(kubectl get pod -n jetstack-secure -l app.kube
155
155
| fullnameOverride | string | ` "" ` | Helm default setting, use this to shorten install name |
156
156
| image.pullPolicy | string | ` "IfNotPresent" ` | Defaults to only pull if not already present |
157
157
| image.repository | string | ` "quay.io/jetstack/preflight" ` | Default to Open Source image repository |
158
- | image.tag | string | ` "v0.1.40 " ` | Overrides the image tag whose default is the chart appVersion |
158
+ | image.tag | string | ` "v0.1.43 " ` | Overrides the image tag whose default is the chart appVersion |
159
159
| imagePullSecrets | list | ` [] ` | Specify image pull credentials if using a prviate registry |
160
160
| nameOverride | string | ` "" ` | Helm default setting to override release name, leave blank |
161
161
| nodeSelector | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -191,6 +191,6 @@ render correctly when only required config is given:
191
191
app .kubernetes .io / instance : RELEASE - NAME
192
192
app .kubernetes .io / managed - by : Helm
193
193
app .kubernetes .io / name : jetstack - agent
194
- app .kubernetes .io / version : v0 .1.40
195
- helm .sh / chart : jetstack - agent - 0.3 .0
194
+ app .kubernetes .io / version : v0 .1.43
195
+ helm .sh / chart : jetstack - agent - 0.3 .1
196
196
name : agent - config
Original file line number Diff line number Diff line change 11
11
# -- Defaults to only pull if not already present
12
12
pullPolicy : IfNotPresent
13
13
# -- Overrides the image tag whose default is the chart appVersion
14
- tag : " v0.1.40 "
14
+ tag : " v0.1.43 "
15
15
16
16
# -- Specify image pull credentials if using a prviate registry
17
17
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments