File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
deploy/charts/venafi-kubernetes-agent Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: venafi-kubernetes-agent
3
3
description : |-
4
4
The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
5
5
type : application
6
- version : 0.1.47
7
- appVersion : " v0.1.47 "
6
+ version : 0.1.48
7
+ appVersion : " v0.1.48 "
Original file line number Diff line number Diff line change 2
2
3
3
The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
4
4
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 )
5
+ ![ Version: 0.1.48 ] ( https://img.shields.io/badge/Version-0.1.48 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.1.48 ] ( https://img.shields.io/badge/AppVersion-v0.1.48 -informational?style=flat-square )
6
6
7
7
## Additional Information
8
8
@@ -157,7 +157,7 @@ You should see the following events for your service account:
157
157
| fullnameOverride | string | ` "" ` | Helm default setting, use this to shorten the full install name. |
158
158
| image.pullPolicy | string | ` "IfNotPresent" ` | Defaults to only pull if not already present |
159
159
| image.repository | string | ` "registry.venafi.cloud/venafi-agent/venafi-agent" ` | Default to Open Source image repository |
160
- | image.tag | string | ` "v0.1.45 " ` | Overrides the image tag whose default is the chart appVersion |
160
+ | image.tag | string | ` "v0.1.48 " ` | Overrides the image tag whose default is the chart appVersion |
161
161
| imagePullSecrets | list | ` [] ` | Specify image pull credentials if using a private registry example: - name: my-pull-secret |
162
162
| nameOverride | string | ` "" ` | Helm default setting to override release name, usually leave blank. |
163
163
| nodeSelector | object | ` {} ` | Embed YAML for nodeSelector settings, see https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/ |
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.47 "
14
+ tag : " v0.1.48 "
15
15
16
16
# -- Specify image pull credentials if using a private registry
17
17
# example: - name: my-pull-secret
You can’t perform that action at this time.
0 commit comments