Skip to content

Commit

Permalink
Fix postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Dec 9, 2023
1 parent ff9beed commit 36c32d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
app:
plugins:
- name: "@vmware-tanzu/tdp-plugin-techinsights"
version: "0.0.2"

version: 0.0.2
- name: '@vmware-tanzu/tdp-plugin-snyk'
version: 0.0.2
- name: '@vmware-tanzu/tdp-plugin-stack-overflow'
version: 0.0.2
backend:
plugins:
- name: #@ data.values.backstage.plugin.name
version: #@ data.values.backstage.plugin.version
- name: "@vmware-tanzu/tdp-plugin-techinsights-backend"
version: 0.0.2
#@ end

#@ if data.values.backstage.enabled:
Expand All @@ -30,6 +33,8 @@ metadata:
spec:
build:
env:
- name: BP_OCI_REVISION
value: #@ data.values.backstage.workload.image
- name: BP_NODE_RUN_SCRIPTS
value: "set-tdp-config,portal:pack"
- name: TPB_CONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ postgres:
#@schema/desc "install version"
version: 1.9.0
#@schema/desc "operator version"
operator_version: 2.2.1
operator_version: 2.1.0
#@schema/desc "instance count"
count: 1
#@schema/desc "storage class"
Expand Down
2 changes: 1 addition & 1 deletion packages/tap-toolkit-starter.tanzu.japan.com/1.7.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
operator_version:
type: string
description: operator version
default: 2.2.1
default: 2.1.0
count:
type: integer
description: instance count
Expand Down

0 comments on commit 36c32d4

Please sign in to comment.