Skip to content

Commit

Permalink
chore: Update agent version to latest (#470)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
hawksight authored Nov 8, 2023
1 parent c226989 commit e371d18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/jetstack-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: jetstack-agent
description: TLS Protect for Kubernetes Agent
type: application
version: 0.3.0
appVersion: "v0.1.40"
version: 0.3.1
appVersion: "v0.1.43"
home: https://github.com/jetstack/jetstack-secure
maintainers:
- name: JSCP and CRE Team
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/jetstack-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ kubectl logs -n jetstack-secure $(kubectl get pod -n jetstack-secure -l app.kube
| fullnameOverride | string | `""` | Helm default setting, use this to shorten install name |
| image.pullPolicy | string | `"IfNotPresent"` | Defaults to only pull if not already present |
| image.repository | string | `"quay.io/jetstack/preflight"` | Default to Open Source image repository |
| image.tag | string | `"v0.1.40"` | Overrides the image tag whose default is the chart appVersion |
| image.tag | string | `"v0.1.43"` | Overrides the image tag whose default is the chart appVersion |
| imagePullSecrets | list | `[]` | Specify image pull credentials if using a prviate registry |
| nameOverride | string | `""` | Helm default setting to override release name, leave blank |
| nodeSelector | object | `{}` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ render correctly when only required config is given:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: jetstack-agent
app.kubernetes.io/version: v0.1.40
helm.sh/chart: jetstack-agent-0.3.0
app.kubernetes.io/version: v0.1.43
helm.sh/chart: jetstack-agent-0.3.1
name: agent-config
2 changes: 1 addition & 1 deletion deploy/charts/jetstack-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- Defaults to only pull if not already present
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion
tag: "v0.1.40"
tag: "v0.1.43"

# -- Specify image pull credentials if using a prviate registry
imagePullSecrets: []
Expand Down

0 comments on commit e371d18

Please sign in to comment.