File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Copyright AppsCode Inc. and Contributors
2+ #
3+ # Licensed under the AppsCode Community License 1.0.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
114
215SHELL =/bin/bash -o pipefail
316
@@ -231,7 +244,6 @@ contents-%:
231244 @if [ -n " $( CHART_VERSION) " ]; then \
232245 yq -y --indentless -i ' .version="$(CHART_VERSION)"' ./charts/$* /Chart.yaml; \
233246 yq -y --indentless -i ' .dependencies |= map(select(.name == "$*").version="$(CHART_VERSION)")' ./charts/ace/Chart.yaml; \
234- yq -y --indentless -i ' .dependencies |= map(select(.name == "$*").version="$(CHART_VERSION)")' ./charts/opscenter-features/Chart.yaml; \
235247 fi
236248 @if [ -n " $( APP_VERSION) " ]; then \
237249 yq -y --indentless -i ' .appVersion="$(APP_VERSION)"' ./charts/$* /Chart.yaml; \
Original file line number Diff line number Diff line change 1-
1+ # Copyright AppsCode Inc. and Contributors
2+ #
3+ # Licensed under the AppsCode Community License 1.0.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
You can’t perform that action at this time.
0 commit comments