Skip to content

Commit 032b3f9

Browse files
committed
fix the env variables in values.yaml
1 parent 48b9134 commit 032b3f9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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: 2.1.5
3+
version: 2.1.6
44
description: A Helm chart for deploying netapp-connector as a StatefulSet with persistent storage
55
appVersion: "2.1.1"
66
type: application

charts/netapp-copilot-connector/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ main:
55
replicaCount: 1
66
image:
77
repository: ghcr.io/netapp/netapp-copilot-connector
8-
tag: 2.1.0
8+
tag: 2.1.1
99
pullPolicy: Always
1010
service:
1111
type: ClusterIP
@@ -14,6 +14,11 @@ main:
1414
PORT: 8080
1515
PYTHONUNBUFFERED: 1
1616
DB_PATH: "data/database.db"
17+
HTTPS_PROXY: ""
18+
PROXY_USERNAME: ""
19+
PROXY_PASSWORD: ""
20+
GRAPH_VERIFY_SSL: ""
21+
GRAPH_TIMEOUT: ""
1722
persistence:
1823
enabled: true
1924
accessMode: ReadWriteOnce
@@ -25,9 +30,4 @@ main:
2530
MS_GRAPH_CLIENT_ID: "tobeset"
2631
MS_GRAPH_CLIENT_SECRET: "tobeset"
2732
MS_GRAPH_TENANT_ID: "tobeset"
28-
NETAPP_CONNECTOR_LICENSE: "tobeset"
29-
HTTPS_PROXY: ""
30-
PROXY_USERNAME: ""
31-
PROXY_PASSWORD: ""
32-
GRAPH_VERIFY_SSL: ""
33-
GRAPH_TIMEOUT: ""
33+
NETAPP_CONNECTOR_LICENSE: "tobeset"

0 commit comments

Comments
 (0)