Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions catalog/imagelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
- ghcr.io/appscode/falco-ui-server:v0.0.6
- ghcr.io/appscode/fargocd:v0.0.2
- ghcr.io/appscode/kube-ui-server:v0.0.68
- ghcr.io/appscode/kubectl-nonroot:1.31
- ghcr.io/appscode/kubectl-nonroot:1.34
- ghcr.io/appscode/operator-shard-manager:v0.0.4
- ghcr.io/appscode/panopticon:v0.0.21
- ghcr.io/appscode/petset:v0.0.16
- ghcr.io/appscode/pgoutbox:v0.0.2
- ghcr.io/appscode/pgoutbox:v0.0.3
- ghcr.io/appscode/scanner:v0.0.21
- ghcr.io/appscode/sidekick:v0.0.13
- ghcr.io/appscode/supervisor:v0.0.12
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-ui-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ Returns the enabled monitoring agent name
{{- end }}

{{- define "kubectl.image" -}}
{{ list .Values.registryFQDN "appscode/kubectl-nonroot:1.31" | compact | join "/" }}
{{ list .Values.registryFQDN "appscode/kubectl-nonroot:1.34" | compact | join "/" }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/panopticon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following table lists the configurable parameters of the `panopticon` chart
| image.securityContext | Security options this container should run with | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</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.31"</code> |
| cleaner.tag | Webhook cleaner container image tag | <code>"1.34"</code> |
| cleaner.skip | Skip generating cleaner YAML | <code>false</code> |
| cleaner.securityContext | Security options this container should run with | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> |
| imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace. <br> Example: <br> `helm template charts/panopticon \` <br> `--set imagePullSecrets[0].name=sec0 \` <br> `--set imagePullSecrets[1].name=sec1` | <code>[]</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/panopticon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cleaner:
# Webhook cleaner container image
repository: kubectl-nonroot
# Webhook cleaner container image tag
tag: "1.31"
tag: "1.34"
# Skip generating cleaner YAML
skip: false
# Security options this container should run with
Expand Down
Loading