Skip to content

Commit

Permalink
chore(helm): using docker hub image
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed May 31, 2022
1 parent cf313d4 commit 51ed429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/capsule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Parameter | Description
`manager.options.capsuleUserGroups` | Override the Capsule user groups | `[capsule.clastix.io]`
`manager.options.protectedNamespaceRegex` | If specified, disallows creation of namespaces matching the passed regexp | `null`
`manager.options.enableSecretController` | Boolean, enables apsule secret controller which reconciles TLS and CA secrets for capsule webhooks. | `true`
`manager.image.repository` | Set the image repository of the controller. | `quay.io/clastix/capsule`
`manager.image.repository` | Set the image repository of the controller. | `clastix/capsule`
`manager.image.tag` | Overrides the image tag whose default is the chart. `appVersion` | `null`
`manager.image.pullPolicy` | Set the image pull policy. | `IfNotPresent`
`manager.livenessProbe` | Configure the liveness probe using Deployment probe spec | `GET :10080/healthz`
Expand Down
2 changes: 1 addition & 1 deletion charts/capsule/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

manager:
image:
repository: quay.io/clastix/capsule
repository: clastix/capsule
pullPolicy: IfNotPresent
tag: ''

Expand Down

0 comments on commit 51ed429

Please sign in to comment.