Skip to content

Commit

Permalink
Merge pull request #258 from inteon/use_helm_tool
Browse files Browse the repository at this point in the history
Enable helm-tool linter and schema generator
  • Loading branch information
jetstack-bot authored Feb 15, 2024
2 parents 27cd929 + 5c3c8b3 commit 0466e92
Show file tree
Hide file tree
Showing 5 changed files with 593 additions and 25 deletions.
33 changes: 15 additions & 18 deletions deploy/charts/istio-csr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,36 @@
> ```
Number of replicas of istio-csr to run.
#### **image.registry** ~ `string`
Target image registry. This value is prepended to the target image repository, if set.
For example:
```yaml
registry: quay.io
repository: jetstack/cert-manager-istio-csr
```
#### **image.repository** ~ `string`
> Default value:
> ```yaml
> quay.io/jetstack/cert-manager-istio-csr
> ```
Target image repository.
#### **image.registry** ~ `unknown`
> Default value:
> ```yaml
> null
> ```
#### **image.tag** ~ `string`
Target image registry. Will be prepended to the target image repository if set.
#### **image.tag** ~ `unknown`
> Default value:
> ```yaml
> null
> ```
Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used.
Target image version tag. Defaults to the chart's appVersion.
#### **image.digest** ~ `unknown`
> Default value:
> ```yaml
> null
> ```
#### **image.digest** ~ `string`
Target image digest. Will override any tag if set.
Target image digest. Override any tag, if set.
For example:
```yaml
digest: sha256:0e072dddd1f7f8fc8909a2ca6f65e76c5f0d2fcfb8be47935ae3457e8bbceb20
```
#### **image.pullPolicy** ~ `string`
> Default value:
> ```yaml
Expand Down
1 change: 1 addition & 0 deletions deploy/charts/istio-csr/values.linter.exceptions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
value missing from values.yaml: nameOverride
Loading

0 comments on commit 0466e92

Please sign in to comment.