Skip to content

Commit

Permalink
Make 3_2
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Mar 28, 2024
1 parent 76c18d8 commit 3d2c38b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/server/quotation.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ var templateIds = map[string]QuoteInfo{
TemplateDocId: "1Li9ERfgYEXL80_kE-Mg1PKCQXt2cs6aK-xzhP9j45Q4",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
},
"kubedb-reseller-3_2": {
TemplateDocId: "1sfEYcRZHKwquoW2Bitf3P05YxZPSMkSGUF87dt1jHjs",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
},
"kubedb-reseller-4_2": {
TemplateDocId: "1S2GQdvfn_z2n3S0_eR8CCeDc6VAW2IzLHRaWWsGz0MQ",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
Expand Down
1 change: 1 addition & 0 deletions templates/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ <h1 class="title">AppsCode Product Pricing List</h1>
<option value="kubedb-enterprise-60" {{ if eq .Product "kubedb-enterprise" }}selected{{ end }}>KubeDB Enterprise 60</option>
<option value="kubedb-enterprise-50">KubeDB Enterprise 50</option>
<option value="kubedb-enterprise-40">KubeDB Enterprise 40</option>
<option value="kubedb-reseller-3_2">KubeDB Reseller 3_2</option>
<option value="kubedb-reseller-4_2">KubeDB Reseller 4_2</option>
<option value="kubedb-reseller-5_2">KubeDB Reseller 5_2</option>
<option value="stash-enterprise" {{ if eq .Product "stash-enterprise" }}selected{{ end }}>Stash Enterprise</option>
Expand Down

0 comments on commit 3d2c38b

Please sign in to comment.