We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15c631a + 6b7d837 commit 750aa53Copy full SHA for 750aa53
deploy/charts/venafi-kubernetes-agent/Chart.yaml
@@ -3,5 +3,5 @@ name: venafi-kubernetes-agent
3
description: |-
4
The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
5
type: application
6
-version: 0.1.44
7
-appVersion: "v0.1.44"
+version: 0.1.45
+appVersion: "v0.1.45"
deploy/charts/venafi-kubernetes-agent/values.yaml
@@ -11,7 +11,7 @@ image:
11
# -- Defaults to only pull if not already present
12
pullPolicy: IfNotPresent
13
# -- Overrides the image tag whose default is the chart appVersion
14
- tag: "v0.1.43"
+ tag: "v0.1.45"
15
16
# -- Specify image pull credentials if using a private registry
17
# example: - name: my-pull-secret
0 commit comments