Skip to content

Commit 23087d9

Browse files
Merge pull request #547 from jetstack/release/v0.1.48
release: 0.1.48
2 parents 6baaa57 + 8b6566e commit 23087d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.48
7-
appVersion: "v0.1.48"
6+
version: 0.1.49
7+
appVersion: "v0.1.49"

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.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)
5+
![Version: 0.1.49](https://img.shields.io/badge/Version-0.1.49-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.49](https://img.shields.io/badge/AppVersion-v0.1.49-informational?style=flat-square)
66

77
## Additional Information
88

@@ -157,7 +157,7 @@ You should see the following events for your service account:
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 |
159159
| image.repository | string | `"registry.venafi.cloud/venafi-agent/venafi-agent"` | Default to Open Source image repository |
160-
| image.tag | string | `"v0.1.48"` | Overrides the image tag whose default is the chart appVersion |
160+
| image.tag | string | `"v0.1.49"` | 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
| metrics.enabled | bool | `true` | Enable the metrics server. If false, the metrics server will be disabled and the other metrics fields below will be ignored. |
163163
| metrics.podmonitor.annotations | object | `{}` | Additional annotations to add to the PodMonitor. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ image:
5757
# -- Defaults to only pull if not already present
5858
pullPolicy: IfNotPresent
5959
# -- Overrides the image tag whose default is the chart appVersion
60-
tag: "v0.1.48"
60+
tag: "v0.1.49"
6161

6262
# -- Specify image pull credentials if using a private registry
6363
# example: - name: my-pull-secret

0 commit comments

Comments
 (0)