Skip to content

Commit

Permalink
Use ghcr.io/appscode/kubectl-nonroot:1.25
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 10, 2024
1 parent e817d8d commit ce53bf9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/stash-community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ The following table lists the configurable parameters of the `stash-community` c
| pushgateway.securityContext | Security options the Prometheus pushgateway container should run with | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> |
| pushgateway.customURL | If you want to use a custom Pushgatway, specify its URL. Stash will not inject pushgatway sidecar if you set this field. | <code>""</code> |
| cleaner.registry | Docker registry used to pull Webhook cleaner image | <code>appscode</code> |
| cleaner.repository | Webhook cleaner container image | <code>kubectl</code> |
| cleaner.tag | Webhook cleaner container image tag | <code>v1.22</code> |
| cleaner.repository | Webhook cleaner container image | <code>kubectl-nonroot</code> |
| cleaner.tag | Webhook cleaner container image tag | <code>"1.25"</code> |
| cleaner.skip | Skip generating cleaner YAML | <code>false</code> |
| cleaner.securityContext | Security options the Prometheus pushgateway container should run with | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> |
| cleaner.nodeSelector | Node labels for pod assignment | <code>{"kubernetes.io/os":"linux"}</code> |
Expand Down
4 changes: 2 additions & 2 deletions charts/stash-community/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ cleaner:
# Docker registry used to pull Webhook cleaner image
registry: appscode
# Webhook cleaner container image
repository: kubectl
repository: kubectl-nonroot
# Webhook cleaner container image tag
tag: v1.22
tag: "1.25"
# Skip generating cleaner YAML
skip: false
# Security options the Prometheus pushgateway container should run with
Expand Down
4 changes: 2 additions & 2 deletions charts/stash-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ The following table lists the configurable parameters of the `stash-enterprise`
| pushgateway.securityContext | Security options the Prometheus pushgateway container should run with | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> |
| pushgateway.customURL | If you want to use a custom Pushgatway, specify its URL. Stash will not inject pushgatway sidecar if you set this field. | <code>""</code> |
| cleaner.registry | Docker registry used to pull Webhook cleaner image | <code>appscode</code> |
| cleaner.repository | Webhook cleaner container image | <code>kubectl</code> |
| cleaner.tag | Webhook cleaner container image tag | <code>v1.22</code> |
| cleaner.repository | Webhook cleaner container image | <code>kubectl-nonroot</code> |
| cleaner.tag | Webhook cleaner container image tag | <code>"1.25"</code> |
| cleaner.skip | Skip generating cleaner YAML | <code>false</code> |
| cleaner.securityContext | Security options the Prometheus pushgateway container should run with | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> |
| cleaner.nodeSelector | Node labels for pod assignment | <code>{"kubernetes.io/os":"linux"}</code> |
Expand Down
4 changes: 2 additions & 2 deletions charts/stash-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ cleaner:
# Docker registry used to pull Webhook cleaner image
registry: appscode
# Webhook cleaner container image
repository: kubectl
repository: kubectl-nonroot
# Webhook cleaner container image tag
tag: v1.22
tag: "1.25"
# Skip generating cleaner YAML
skip: false
# Security options the Prometheus pushgateway container should run with
Expand Down

0 comments on commit ce53bf9

Please sign in to comment.