Skip to content

Commit cdb466e

Browse files
committed
Bump helm chart to 2.2.2
1 parent d1da118 commit cdb466e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: netapp-connector
3-
version: 2.2.1
3+
version: 2.2.2
44
description: A Helm chart for deploying netapp-connector as a StatefulSet with persistent storage
5-
appVersion: "2.2.0"
5+
appVersion: "2.2.2"
66
type: application

charts/netapp-copilot-connector/values.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
21
---
32
main:
43
name: netapp-connector-main
54
replicaCount: 1
65
image:
76
repository: ghcr.io/netapp/netapp-copilot-connector
8-
tag: 2.2.0
7+
tag: 2.2.2
98
pullPolicy: Always
109
service:
1110
type: ClusterIP
@@ -14,7 +13,7 @@ main:
1413
PORT: 8080
1514
PYTHONUNBUFFERED: 1
1615
DB_PATH: "data/database.db"
17-
HTTPS_PROXY: ""
16+
HTTPS_PROXY: ""
1817
PROXY_USERNAME: ""
1918
PROXY_PASSWORD: ""
2019
GRAPH_VERIFY_SSL: ""
@@ -32,4 +31,4 @@ main:
3231
MS_GRAPH_CLIENT_ID: "tobeset"
3332
MS_GRAPH_CLIENT_SECRET: "tobeset"
3433
MS_GRAPH_TENANT_ID: "tobeset"
35-
NETAPP_CONNECTOR_LICENSE: "tobeset"
34+
NETAPP_CONNECTOR_LICENSE: "tobeset"

0 commit comments

Comments
 (0)