Skip to content

Commit

Permalink
Use kubectl 1.31
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Oct 15, 2024
1 parent ce53bf9 commit e352be9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/stash-community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The following table lists the configurable parameters of the `stash-community` c
| 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-nonroot</code> |
| cleaner.tag | Webhook cleaner container image tag | <code>"1.25"</code> |
| cleaner.tag | Webhook cleaner container image tag | <code>"1.31"</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
2 changes: 1 addition & 1 deletion charts/stash-community/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cleaner:
# Webhook cleaner container image
repository: kubectl-nonroot
# Webhook cleaner container image tag
tag: "1.25"
tag: "1.31"
# Skip generating cleaner YAML
skip: false
# Security options the Prometheus pushgateway container should run with
Expand Down
2 changes: 1 addition & 1 deletion charts/stash-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The following table lists the configurable parameters of the `stash-enterprise`
| 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-nonroot</code> |
| cleaner.tag | Webhook cleaner container image tag | <code>"1.25"</code> |
| cleaner.tag | Webhook cleaner container image tag | <code>"1.31"</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
2 changes: 1 addition & 1 deletion charts/stash-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ cleaner:
# Webhook cleaner container image
repository: kubectl-nonroot
# Webhook cleaner container image tag
tag: "1.25"
tag: "1.31"
# Skip generating cleaner YAML
skip: false
# Security options the Prometheus pushgateway container should run with
Expand Down

0 comments on commit e352be9

Please sign in to comment.