فهرست منبع

Merge pull request #1318 from porter-dev/master

Job chart bug fix -> staging
abelanger5 4 سال پیش
والد
کامیت
9d069821b5
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedJobChart.tsx

+ 1 - 2
dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedJobChart.tsx

@@ -608,14 +608,13 @@ class ExpandedJobChart extends Component<PropsType, StateType> {
       await api.upgradeChartValues(
       await api.upgradeChartValues(
         "<token>",
         "<token>",
         {
         {
-          namespace: currentChart.namespace,
-          storage: StorageType.Secret,
           values: valuesYaml,
           values: valuesYaml,
           version: version,
           version: version,
         },
         },
         {
         {
           id: this.context.currentProject.id,
           id: this.context.currentProject.id,
           name: currentChart.name,
           name: currentChart.name,
+          namespace: currentChart.namespace,
           cluster_id: this.context.currentCluster.id,
           cluster_id: this.context.currentCluster.id,
         }
         }
       );
       );