Skip to content

Conversation

@olehavramenko
Copy link
Collaborator

No description provided.

@olehavramenko olehavramenko force-pushed the feat/add-nessus branch 2 times, most recently from 0d0056f to 799e079 Compare January 9, 2026 09:53
Copy link
Member

@mfraezz mfraezz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we upgraded the cluster this is deployed in to k8s v1.33 last week, we ran into some compatibility issues relating to the older version of docker used in this chart with cgroupfs, containerd, overlay2, etc, as well as issues with newer versions of docker restricting traffic over HTTP.

I've left suggestions which should suffice to address these issues. Otherwise, LGTM :octocat:

repository: docker
tag: 17.06-dind
pullPolicy: Always
tag: "17.06"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tag: "17.06"
tag: "25.0.5"

image: "{{ .Values.main.dind.image.repository }}:{{ .Values.main.dind.image.tag }}"
imagePullPolicy: "{{ .Values.main.dind.image.pullPolicy }}"
args:
- --storage-driver=overlay
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- --storage-driver=overlay
- --storage-driver=overlay2
- --tls=false
command:
- docker-init
- --
- dockerd
- --host=unix:///var/run/docker.sock
- --host=tcp://0.0.0.0:2375
- --storage-driver=overlay2
image:{{ .Values.main.dind.image.repository }}:{{ .Values.main.dind.image.tag }}

dind:
image:
repository: docker
tag: 17.06-dind
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tag: 17.06-dind
tag: 25.0.5-dind

appVersion: 7.1.2
description: Nessus Vulnerability Scanner
type: application
version: 1.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version: 1.0.0
version: 1.0.0
kubeVersion: ">=1.33.0-0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants