diff --git a/catalog/imagelist.yaml b/catalog/imagelist.yaml index 095f5c7f..4f1deb7c 100644 --- a/catalog/imagelist.yaml +++ b/catalog/imagelist.yaml @@ -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 diff --git a/charts/kube-ui-server/templates/_helpers.tpl b/charts/kube-ui-server/templates/_helpers.tpl index 3d5468e2..bd21695d 100644 --- a/charts/kube-ui-server/templates/_helpers.tpl +++ b/charts/kube-ui-server/templates/_helpers.tpl @@ -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 }} diff --git a/charts/panopticon/README.md b/charts/panopticon/README.md index 893ab1cf..6ee23466 100644 --- a/charts/panopticon/README.md +++ b/charts/panopticon/README.md @@ -61,7 +61,7 @@ The following table lists the configurable parameters of the `panopticon` chart | image.securityContext | Security options this container should run with | {"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}} | | cleaner.registry | Docker registry used to pull Webhook cleaner image | appscode | | cleaner.repository | Webhook cleaner container image | kubectl-nonroot | -| cleaner.tag | Webhook cleaner container image tag | "1.31" | +| cleaner.tag | Webhook cleaner container image tag | "1.34" | | cleaner.skip | Skip generating cleaner YAML | false | | cleaner.securityContext | Security options this container should run with | {"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}} | | imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
Example:
`helm template charts/panopticon \`
`--set imagePullSecrets[0].name=sec0 \`
`--set imagePullSecrets[1].name=sec1` | [] | diff --git a/charts/panopticon/values.yaml b/charts/panopticon/values.yaml index 2239f72f..39613828 100644 --- a/charts/panopticon/values.yaml +++ b/charts/panopticon/values.yaml @@ -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