Skip to content

Commit 47b26b5

Browse files
authored
Merge pull request #527 from jetstack/update-1_47-chart
chore: Update the chart to 0.1.47
2 parents c7a5b6b + 6761942 commit 47b26b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/charts/venafi-kubernetes-agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: venafi-kubernetes-agent
33
description: |-
44
The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
55
type: application
6-
version: 0.1.46
7-
appVersion: "v0.1.46"
6+
version: 0.1.47
7+
appVersion: "v0.1.47"

deploy/charts/venafi-kubernetes-agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
44

5-
![Version: 0.1.45](https://img.shields.io/badge/Version-0.1.45-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.45](https://img.shields.io/badge/AppVersion-v0.1.45-informational?style=flat-square)
5+
![Version: 0.1.47](https://img.shields.io/badge/Version-0.1.47-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.47](https://img.shields.io/badge/AppVersion-v0.1.47-informational?style=flat-square)
66

77
## Additional Information
88

@@ -156,7 +156,7 @@ You should see the following events for your service account:
156156
| extraArgs | list | `[]` | Specify additional arguments to pass to the agent binary. For example `["--strict", "--oneshot"]` |
157157
| fullnameOverride | string | `""` | Helm default setting, use this to shorten the full install name. |
158158
| image.pullPolicy | string | `"IfNotPresent"` | Defaults to only pull if not already present |
159-
| image.repository | string | `"quay.io/jetstack/venafi-agent"` | Default to Open Source image repository |
159+
| image.repository | string | `"registry.venafi.cloud/venafi-agent/venafi-agent"` | Default to Open Source image repository |
160160
| image.tag | string | `"v0.1.45"` | Overrides the image tag whose default is the chart appVersion |
161161
| imagePullSecrets | list | `[]` | Specify image pull credentials if using a private registry example: - name: my-pull-secret |
162162
| nameOverride | string | `""` | Helm default setting to override release name, usually leave blank. |

0 commit comments

Comments
 (0)