Skip to content

Commit e5eac2d

Browse files
committed
test workflow2
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
1 parent 08c7b51 commit e5eac2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/playground/helm/preview/helm-opensearch-dashboards.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ replicaCount: 3
1111
image:
1212
repository: "opensearchproject/opensearch-dashboards"
1313
# override image tag, which is .Chart.AppVersion by default
14-
tag: "latest"
14+
tag: "2.17.0"
1515
pullPolicy: "Always"
1616

1717
imagePullSecrets: []
@@ -201,4 +201,4 @@ extraObjects: []
201201
# specify the external plugins to install
202202
plugins:
203203
enabled: true
204-
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.18.0/googleAnalytics-2.18.0.zip"]
204+
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.17.0/googleAnalytics-2.17.0.zip"]

config/playground/helm/preview/helm-opensearch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ hostAliases: []
113113
image:
114114
repository: "opensearchproject/opensearch"
115115
# override image tag, which is .Chart.AppVersion by default
116-
tag: "latest"
116+
tag: "2.17.0"
117117
pullPolicy: "Always"
118118

119119
podAnnotations: {}

0 commit comments

Comments
 (0)