File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
- .PHONY : local publish-buildx publish-buildx-all namespaces install charts start-kind stop-kind build-buildx build-buildx-all render-charts verify-charts verify-chart charts-only
1
+ .PHONY : local publish-buildx publish-buildx-all namespaces install charts start-kind stop-kind build-buildx build-buildx-all render-charts verify-charts verify-chart charts-only bump-charts
2
+
2
3
IMG_NAME? =faas-netes
3
4
4
5
VERBOSE? =false
@@ -123,6 +124,19 @@ upgrade-charts:
123
124
arkade chart upgrade --verbose=$(VERBOSE ) -w -f ./chart/sns-connector/values.yaml && \
124
125
arkade chart upgrade --verbose=$(VERBOSE ) -w -f ./chart/federated-gateway/values.yaml
125
126
127
+ bump-charts :
128
+ arkade chart bump --file ./chart/openfaas/Chart.yaml -w && \
129
+ arkade chart bump --file ./chart/kafka-connector/Chart.yaml -w && \
130
+ arkade chart bump --file ./chart/cron-connector/Chart.yaml -w && \
131
+ arkade chart bump --file ./chart/nats-connector/Chart.yaml -w && \
132
+ arkade chart bump --file ./chart/mqtt-connector/Chart.yaml -w && \
133
+ arkade chart bump --file ./chart/pro-builder/Chart.yaml -w && \
134
+ arkade chart bump --file ./chart/sqs-connector/Chart.yaml -w && \
135
+ arkade chart bump --file ./chart/postgres-connector/Chart.yaml -w && \
136
+ arkade chart bump --file ./chart/queue-worker/Chart.yaml -w && \
137
+ arkade chart bump --file ./chart/sns-connector/Chart.yaml -w && \
138
+ arkade chart bump --file ./chart/federated-gateway/Chart.yaml -w
139
+
126
140
127
141
charts-only :
128
142
@cd chart && \
You can’t perform that action at this time.
0 commit comments