Skip to content

Commit ffd63d2

Browse files
authored
bumping version of Neo UI Framework version to 3.0.4-2 for both the helm chart and docker file deployment
1 parent c1f2861 commit ffd63d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: netapp-connector
3-
version: 25.11.6
3+
version: 25.11.7
44
description: NetApp Neo v3.x for Microsoft 365 Copilot Connector Helm Chart
55
appVersion: "3.0.4"
66
type: application

charts/netapp-copilot-connector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

charts/netapp-copilot-connector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ui:
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

netapp-neo/client/neo-ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
152152
ONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
153153
5eb9df04e9dd docker.io/library/postgres:16.10-alpine3.21 postgres 12 minutes ago Up 12 minutes 0.0.0.0:5432->5432/tcp neodb
154154
2eaffee6a8c0 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
156156
873d425a8179 docker.io/dockurr/samba:latest 12 minutes ago Up 12 minutes 0.0.0.0:445->445/tcp neosmb
157157
```
158158

0 commit comments

Comments
 (0)