Skip to content

Commit 1fad17a

Browse files
committed
Fix trident-operator-25.10.0 values.yaml to match 25.06.0 structure
- Remove spectrocloud.com/display-name that causes pack name prefix - Remove releaseNameOverride that prevents upgrade detection - Add missing container images (trident-autosupport, trident) - Add missing charts section with source URL - Add missing namespaceLabels for Pod Security Standards Fixes #180
1 parent 1edcf22 commit 1fad17a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

packs/trident-operator-25.10.0/values.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
pack:
2-
spectrocloud.com/display-name: trident-operator
3-
releaseNameOverride:
4-
trident-operator: trident-operator
52
namespace: trident
63
content:
74
images:
85
- image: docker.io/netapp/trident-operator:25.10.0
6+
- image: docker.io/netapp/trident-autosupport:25.10.0
7+
- image: docker.io/netapp/trident:25.10.0
8+
9+
charts:
10+
- repo: https://github.com/NetApp/trident/releases/download/v25.10.0/trident-installer-25.10.0.tar.gz
11+
name: trident-operator
12+
version: 25.10.0
13+
14+
# Add Pod Security Standard label to trident namespace.
15+
namespaceLabels:
16+
"trident": "pod-security.kubernetes.io/enforce=privileged"
917

1018
charts:
1119
trident-operator:

0 commit comments

Comments
 (0)