mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
chore(helm): Update Image Tags (#553)
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
parent
9e7734ea9a
commit
2e5fe9d87f
2 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ Open `http://localhost:8082/` in your browser.
|
|||
| image.registry | string | `"ghcr.io"` | Image registry |
|
||||
| image.repository | string | `"kyverno/policy-reporter"` | Image repository |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy |
|
||||
| image.tag | string | `"3.0.0-rc.3"` | Image tag |
|
||||
| image.tag | string | `"3.0.0-rc.4"` | Image tag |
|
||||
| imagePullSecrets | list | `[]` | Image pullSecrets |
|
||||
| priorityClassName | string | `""` | Deployment priorityClassName |
|
||||
| replicaCount | int | `1` | Deployment replica count |
|
||||
|
@ -338,7 +338,7 @@ Open `http://localhost:8082/` in your browser.
|
|||
| ui.image.registry | string | `"ghcr.io"` | Image registry |
|
||||
| ui.image.repository | string | `"kyverno/policy-reporter-ui"` | Image repository |
|
||||
| ui.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy |
|
||||
| ui.image.tag | string | `"2.0.0-rc.2"` | Image tag |
|
||||
| ui.image.tag | string | `"2.0.0-rc.3"` | Image tag |
|
||||
| ui.replicaCount | int | `1` | Deployment replica count |
|
||||
| ui.tempDir | string | `"/tmp"` | Temporary Directory to persist session data for authentication |
|
||||
| ui.logging.api | bool | `false` | Enables external api request logging |
|
||||
|
|
|
@ -15,7 +15,7 @@ image:
|
|||
# -- (string) Image pullPolicy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- (string) Image tag
|
||||
tag: 3.0.0-rc.3
|
||||
tag: 3.0.0-rc.4
|
||||
|
||||
# -- Image pullSecrets
|
||||
imagePullSecrets: []
|
||||
|
@ -847,7 +847,7 @@ ui:
|
|||
# -- (string) Image PullPolicy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- (string) Image tag
|
||||
tag: "2.0.0-rc.2"
|
||||
tag: "2.0.0-rc.3"
|
||||
|
||||
# -- Deployment replica count
|
||||
replicaCount: 1
|
||||
|
|
Loading…
Reference in a new issue