File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
charts/netapp-copilot-connector Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : netapp-connector
3- version : 25.11.6
3+ version : 25.11.7
44description : NetApp Neo v3.x for Microsoft 365 Copilot Connector Helm Chart
55appVersion : " 3.0.4"
66type : application
Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ helm uninstall netapp-connector --namespace netapp-connector
522522| `ui.name` | The base name for UI resources. | `netapp-connector-ui` |
523523| `ui.replicaCount` | Number of UI pods to run. | `1` |
524524| `ui.image.repository` | The UI container image repository. | `ghcr.io/beezy-dev/neo-ui-framework` |
525- | `ui.image.tag` | The UI container image tag. | `3.0.4` |
525+ | `ui.image.tag` | The UI container image tag. | `3.0.4-2 ` |
526526| `ui.image.pullPolicy` | The image pull policy. | `Always` |
527527| `ui.service.type` | The type of Kubernetes service to create for UI. | `ClusterIP` |
528528| `ui.service.port` | The port exposed by the UI service. | `80` |
Original file line number Diff line number Diff line change 4545 replicaCount : 1
4646 image :
4747 repository : ghcr.io/beezy-dev/neo-ui-framework
48- tag : " 3.0.4-1 "
48+ tag : " 3.0.4-2 "
4949 pullPolicy : Always
5050 service :
5151 type : ClusterIP
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ services:
100100 - NETAPP_CONNECTOR_LICENSE=${NETAPP_CONNECTOR_LICENSE}
101101
102102 neoui :
103- image : ghcr.io/beezy-dev/neo-ui-framework:3.0.4
103+ image : ghcr.io/beezy-dev/neo-ui-framework:3.0.4-2
104104 container_name : neoui
105105 ports :
106106 - " 8080:80"
@@ -152,7 +152,7 @@ Expected output:
152152ONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1531535eb9df04e9dd docker.io/library/postgres:16.10-alpine3.21 postgres 12 minutes ago Up 12 minutes 0.0.0.0:5432-> 5432/tcp neodb
1541542eaffee6a8c0 ghcr.io/netapp/netapp-copilot-connector:3.0.4 12 minutes ago Up 12 minutes 0.0.0.0:8081-> 8080/tcp neo
155- 78b5ea86b582 ghcr.io/beezy-dev/neo-ui-framework:3.0.4 /entrypoint.sh 12 minutes ago Up 12 minutes 0.0.0.0:8080-> 80/tcp neoui
155+ 78b5ea86b582 ghcr.io/beezy-dev/neo-ui-framework:3.0.4-2 /entrypoint.sh 12 minutes ago Up 12 minutes 0.0.0.0:8080-> 80/tcp neoui
156156873d425a8179 docker.io/dockurr/samba:latest 12 minutes ago Up 12 minutes 0.0.0.0:445-> 445/tcp neosmb
157157```
158158
You can’t perform that action at this time.
0 commit comments