Skip to content

feat(helm): sync release-2.6 chart and support image pull secrets - #305

Merged
wanjunlei merged 1 commit into
kubesphere:masterfrom
Gentleelephant:master-sync-release-2.6-helm
Jun 8, 2026
Merged

feat(helm): sync release-2.6 chart and support image pull secrets#305
wanjunlei merged 1 commit into
kubesphere:masterfrom
Gentleelephant:master-sync-release-2.6-helm

Conversation

@Gentleelephant

Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: Gentleelephant <1132960613@qq.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Helm chart to version 2.6.1 and introduces support for global imagePullSecrets in the operator deployment and service account. Feedback is provided regarding the decision to comment out the image tag keys in values.yaml, which reduces configuration readability; it is recommended to keep these keys uncommented and explicitly set.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread helm/values.yaml
image:
repo: kubesphere/notification-manager-operator
tag: v2.6.0
# tag: v2.6.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Commenting out the tag key in values.yaml makes the configuration less readable and harder for users to understand the default image version being used. It is better to keep the key uncommented and explicitly set to the current version, or set it to an empty string "" with a comment explaining that it defaults to the Chart's appVersion.

        tag: v2.6.1

Comment thread helm/values.yaml
image:
repo: kubesphere/notification-manager
tag: v2.6.0
# tag: v2.6.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Commenting out the tag key in values.yaml makes the configuration less readable and harder for users to understand the default image version being used. It is better to keep the key uncommented and explicitly set to the current version, or set it to an empty string "" with a comment explaining that it defaults to the Chart's appVersion.

    tag: v2.6.1

@Gentleelephant
Gentleelephant force-pushed the master-sync-release-2.6-helm branch from e2db3e5 to df32049 Compare June 8, 2026 08:36
@wanjunlei
wanjunlei merged commit 9768e96 into kubesphere:master Jun 8, 2026
4 of 5 checks passed
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