Skip to content

Commit 0d17553

Browse files
committed
Increment version of OpenFaaS chart
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent b343273 commit 0d17553

16 files changed

+367
-343
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ charts-only:
121121

122122
render-charts:
123123
./contrib/create-static-manifest.sh
124-
./contrib/create-static-manifest.sh ./chart/openfaas ./yaml_arm64 ./chart/openfaas/values-arm64.yaml
125-
./contrib/create-static-manifest.sh ./chart/openfaas ./yaml_armhf ./chart/openfaas/values-armhf.yaml
126124

127125
start-kind: ## attempt to start a new dev environment
128126
@./contrib/create_dev.sh

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 11.1.8
5+
version: 11.1.9
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

contrib/create-static-manifest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for filepath in $TEMPLATE_FILE; do
2525
filename=$(basename $filepath)
2626
outputname="${filename%%.*}.yml"
2727
# Use helm to generate the yaml and then use sed to remove the helm specific lables/annotations.
28-
helm template openfaas "$CHART_DIR" --namespace="$NAMEPSPACE" --set "functionNamespace=$FUNCTIONNAMESPACE" -s templates/$filename --values="$VALUESNAME" \
28+
helm template openfaas "$CHART_DIR" --set "generateBasicAuth=false" --namespace="$NAMEPSPACE" --set "functionNamespace=$FUNCTIONNAMESPACE" -s templates/$filename --values="$VALUESNAME" \
2929
| sed -E '/(chart:)|(release:)|(heritage:)/d' \
3030
| sed -E '/# Source:/d' \
3131
| sed -E '/^$/d' \

docs/cron-connector-0.6.3.tgz

0 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 363 additions & 337 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.7.3.tgz

0 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

0 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

0 Bytes
Binary file not shown.

docs/openfaas-11.1.9.tgz

33 KB
Binary file not shown.

docs/postgres-connector-0.0.6.tgz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)