Skip to content

Commit e371d18

Browse files
authored
chore: Update agent version to latest (#470)
* chore: Update agent version to latest * docs: Update docs to reflect version change * chore: Update chart revision * fix: Configuration tests --------- Signed-off-by: Peter Fiddes <[email protected]>
1 parent c226989 commit e371d18

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

deploy/charts/jetstack-agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: jetstack-agent
33
description: TLS Protect for Kubernetes Agent
44
type: application
5-
version: 0.3.0
6-
appVersion: "v0.1.40"
5+
version: 0.3.1
6+
appVersion: "v0.1.43"
77
home: https://github.com/jetstack/jetstack-secure
88
maintainers:
99
- name: JSCP and CRE Team

deploy/charts/jetstack-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ kubectl logs -n jetstack-secure $(kubectl get pod -n jetstack-secure -l app.kube
155155
| fullnameOverride | string | `""` | Helm default setting, use this to shorten install name |
156156
| image.pullPolicy | string | `"IfNotPresent"` | Defaults to only pull if not already present |
157157
| 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 |
159159
| imagePullSecrets | list | `[]` | Specify image pull credentials if using a prviate registry |
160160
| nameOverride | string | `""` | Helm default setting to override release name, leave blank |
161161
| nodeSelector | object | `{}` | |

deploy/charts/jetstack-agent/tests/__snapshot__/configuration_test.yaml.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ render correctly when only required config is given:
191191
app.kubernetes.io/instance: RELEASE-NAME
192192
app.kubernetes.io/managed-by: Helm
193193
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
196196
name: agent-config

deploy/charts/jetstack-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- Defaults to only pull if not already present
1212
pullPolicy: IfNotPresent
1313
# -- Overrides the image tag whose default is the chart appVersion
14-
tag: "v0.1.40"
14+
tag: "v0.1.43"
1515

1616
# -- Specify image pull credentials if using a prviate registry
1717
imagePullSecrets: []

0 commit comments

Comments
 (0)