Skip to content

Commit c5ed107

Browse files
fix: run generage
1 parent 100d5fc commit c5ed107

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

LICENSES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ github.com/go418/concurrentcache,Apache-2.0
6161
github.com/go418/concurrentcache/logger,Apache-2.0
6262
github.com/gogo/protobuf,BSD-3-Clause
6363
github.com/golang-jwt/jwt/v4,MIT
64+
github.com/golang-jwt/jwt/v5,MIT
6465
github.com/google/btree,Apache-2.0
6566
github.com/google/cel-go,Apache-2.0
6667
github.com/google/cel-go,BSD-3-Clause

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ default replicas, do not scale up
105105
> registry.venafi.cloud/venafi-agent/venafi-agent
106106
> ```
107107
108-
The container image for the Enterprise Issuer manager.
108+
The container image for the Enterprise Issuer.
109109
#### **image.pullPolicy** ~ `string`
110110
> Default value:
111111
> ```yaml

deploy/charts/venafi-kubernetes-agent/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
},
351351
"helm-values.image.repository": {
352352
"default": "registry.venafi.cloud/venafi-agent/venafi-agent",
353-
"description": "The container image for the Enterprise Issuer manager.",
353+
"description": "The container image for the Enterprise Issuer.",
354354
"type": "string"
355355
},
356356
"helm-values.image.tag": {

0 commit comments

Comments
 (0)